socialswap.co.uk Open in urlscan Pro
89.42.218.242  Public Scan

URL: https://socialswap.co.uk/
Submission: On January 27 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

https://socialswap.co.uk/user/register

<form class="form-group" action="https://socialswap.co.uk/user/register">
  <input class="form-control form--control" name="email" type="email" placeholder="Enter Your Email">
  <button class="btn btn--base banner-btn" type="submit"> Get Start</button>
</form>

POST https://socialswap.co.uk/user/login

<form class="verify-gcaptcha" method="POST" action="https://socialswap.co.uk/user/login">
  <input type="hidden" name="_token" value="gmfImsfF11qrWnK9BDvitayNrgmqXTwcLjwd4bIX">
  <div class="row">
    <div class="col-sm-12 form-group">
      <div class="form--group">
        <label class="form--label required" for="username">Username or Email</label>
        <input class="form--control" name="username" type="text" value="" required="" id="username">
      </div>
    </div>
    <div class="col-sm-12 form-group">
      <div class="d-flex justify-content-between">
        <label class="form--label" for="your-password3">Password</label>
        <a class="forgot-password fs-14" href="https://socialswap.co.uk/user/password/reset">
                                            Forgot your password? </a>
      </div>
      <div class="position-relative">
        <input class="form-control form--control" id="your-password3" name="password" type="password">
        <span class="password-show-hide fas fa-eye toggle-password fa-eye-slash" id="#your-password3"></span>
      </div>
      <input name="listing_title" type="hidden">
      <input name="listing_id" type="hidden">
    </div>
    <div class="col-12">
    </div>
    <div class="col-sm-12 form-group">
      <div class="form-check form--check">
        <input class="form-check-input" id="remember" name="remember" type="checkbox">
        <label class="form-check-label" for="remember"> Remember Me </label>
      </div>
    </div>
    <div class="col-sm-12 form-group">
      <button class="btn btn--base  w-100" type="submit"> Login </button>
    </div>
    <p class="text-center"> OR </p>
    <div class="d-flex social-login flex-wrap gap-3 py-4">
      <a class="btn btn-facebook btn-sm flex-grow-1" href="https://socialswap.co.uk/user/social-login/facebook">
                                                <span><i class="la la-facebook"></i></span>Facebook                                            </a>
      <a class="btn btn-google btn-sm flex-grow-1" href="https://socialswap.co.uk/user/social-login/google">
                                                <span><i class="lab la-google"></i></span>Google                                            </a>
      <a class="btn btn-linkedin btn-sm flex-grow-1" href="https://socialswap.co.uk/user/social-login/linkedin">
                                                <span><i class="lab la-linkedin-in"></i></span>LinkedIn                                            </a>
    </div>
    <div class="col-sm-12">
      <div class="have-account text-center">
        <p class="have-account__text"> Don't have any account <a class="have-account__link text--base" href="https://socialswap.co.uk/user/register"> Register </a></p>
      </div>
    </div>
  </div>
</form>

POST https://socialswap.co.uk/user/direct-payment

<form action="https://socialswap.co.uk/user/direct-payment" method="post">
  <input type="hidden" name="_token" value="gmfImsfF11qrWnK9BDvitayNrgmqXTwcLjwd4bIX">
  <div class="modal-body">
    <input name="account_listing_id" type="hidden">
    <div class="remaining-time my-3 type-auction">
      <div class="type-bid">
        <div class="remaining_time mb-1"></div>
        <div class="text-center">
          <p class="mt-0 remaining-time__desc fs-12"> Last Time of Bid: <span class="end_time text--base"></span>
          </p>
        </div>
      </div>
    </div>
    <div class="social-activity__list mb-3">
      <h6 class="mb-1 text--base fs-16">Account Information</h6>
      <ul class="list-group list-group-flush"></ul>
    </div>
    <div class="type-fixed mb-3">
      <h6 class="mb-1 text--base fs-16">Price</h6>
      <span class="fs-14 current-bid-style sell_price"></span>
    </div>
    <div class="type-auction mb-3">
      <h6 class="mb-1 text--base fs-16">Current Bid</h6>
      <span class="fs-14 current-bid"></span>
    </div>
    <div class="type-auction mb-3">
      <h6 class="mb-1 text--base fs-16">Instant Buy Price</h6>
      <span class="fs-14 instant-buy_price"></span>
    </div>
    <input type="hidden" name="payment_type" value="deposit">
    <div class="mb-3">
      <h6 class="mb-1 text--base fs-16"> Payment Via </h6>
      <div class="payment-options-wrapper">
        <div class="payment-options" data-payment-type="balance">
          <span class="active-badge"> <i class="las la-check"></i> </span>
          <img src="https://socialswap.co.uk/assets/templates/basic//images/wallet.png" alt="Payment Option Image">
          <div class="payment-options-content">
            <h4 class="mb-1">Wallet Balance</h4>
            <p>Payment completed instantly with one click if sufficient balance is available</p>
          </div>
        </div>
        <div class="payment-options active" data-payment-type="deposit">
          <span class="active-badge"> <i class="las la-check"></i> </span>
          <img src="https://socialswap.co.uk/assets/templates/basic//images/credit-card.png" alt="Payment Option Image">
          <div class="payment-options-content">
            <h4 class="mb-1">Payment Gateway</h4>
            <p>Multiple gateways for ensuring a seamless &amp; hassle-free payment process.</p>
          </div>
        </div>
      </div>
    </div>
    <div class="mb-3 type-auction">
      <h6 class="title add-update-amount text--base mb-1">Update Amount</h6>
      <div class="d-flex  gap-3 gap-md-2 flex-wrap">
        <div class="flex-fill">
          <div class="qty input-group">
            <button type="button" class="qtyminus input-group-text  custom-input-group-text">−</button>
            <input id="qty" name="amount" type="number" step="1" class="form-control form--control update--amount">
            <button type="button" class="qtyplus input-group-text  custom-input-group-text">+</button>
          </div>
        </div>
        <button class="btn btn--base bid-now-btn flex-fill outline" name="submit_type" type="submit" value="bid"> Bid Now </button>
        <button class="btn btn--base flex-fill" name="submit_type" type="submit" value="buy">
          <i class="fas fa-shopping-bag"></i>BUY NOW </button>
      </div>
    </div>
    <div class="type-fixed">
      <div class="product-details__button">
        <button class="btn btn--base " name="submit_type" value="buy">
          <i class="fas fa-shopping-bag"></i>BUY NOW </button>
      </div>
    </div>
    <div class="update-bid-amount">
      <p class="product-details__current-bid d-none mb-0"> Your Bid Amount: <span class="current-bid-style update--bid-amount"></span>
      </p>
    </div>
  </div>
</form>

<form class="call-to-action-form">
  <div class="cta-left">
    <div class="input-group mb-2">
      <input class="form-control form--control email-input" name="email" type="email" placeholder="Enter Your Email">
      <button class="btn btn--base" type="submit"> Subscribe </button>
    </div>
    <p class="cta-left__desc"> Subscribe for Updates and Notifications! </p>
  </div>
</form>

Text Content

 * Home
 * Buy Account
 * Blog
 * Contact
 * Sell Account

Sell Account
Login
Buy, Sell or Auction


SOCIAL ACCOUNTS MARKETPLACE

Connecting buyers and sellers in the digital world, our platform offers a secure
and transparent marketplace for acquiring and trading valuable social media
accounts

Get Start
Watch Tutorial
10k
 * 
 * 
 * 
 * 
 * 
 * 4.5



Explore By Category


DISCOVER & ACQUIRE UNIQUE DIGITAL ASSETS

FACEBOOK PAGE

FACEBOOK GROUPS

INSTAGRAM PAGE

LINKEDIN PAGE

Standout Accounts


CONNECT WITH STANDOUT SOCIAL MEDIA INFLUENCERS

Account Name Category Pricing Model Bids Minimum Price Time Left Place Bid

RoHampshire

Facebook Page Auction 0 £5.00 0D 18H Bid Now


LOGIN NOW

Username or Email
Password Forgot your password?


Remember Me
Login

OR

Facebook Google LinkedIn

Don't have any account Register

PRODUCT TITLE

Last Time of Bid:

ACCOUNT INFORMATION

PRICE

CURRENT BID

INSTANT BUY PRICE

PAYMENT VIA

WALLET BALANCE

Payment completed instantly with one click if sufficient balance is available

PAYMENT GATEWAY

Multiple gateways for ensuring a seamless & hassle-free payment process.

UPDATE AMOUNT

− +
Bid Now BUY NOW
BUY NOW

Your Bid Amount:

Why Choose Us


EXPLORE THE BENEFITS

TRANSPARENCY

At our platform, transparency is key. We offer clear details on listed accounts,
transparent fee structures, and more.

SECURE PAYMENT

Delve into our secure payment process, where layers of security guarantee both
seamless and protected transactions.

CONVENIENCE

Dive into a world designed for your comfort, where streamlined processes and
user-friendly features redefine convenience.

How it works


DISCOVER THE EASY STEPS TO SUCCESS

Learn More


 * REGISTRATION & ACCOUNT SETUP
   
   Embark on a seamless onboarding journey as you start registering and setting
   up your account. Get excited to explore the amazing possibilities that await
   you!

 * EXPLORE LISTING
   
   Uncover a variety of opportunities, showcase your offerings, and connect with
   possibilities. Your next adventure starts here!

 * VIEW ACCOUNT DETAILS
   
   Shape your profile, every detail reflecting your unique essence. Your
   backstage pass to managing your account with flair and authenticity

 * PLACE A BID & MAKE OFFER
   
   It's your chance to actively participate, showcase your value, and make a
   compelling offer. Get ready to bring your unique touch to the table and make
   waves in the bidding arena.

 * ESCROW PAYMENT
   
   Discover how our reliable escrow system adds an extra layer of confidence to
   your transactions, providing peace of mind for both buyers and sellers

 * ACCOUNT TRANSFER
   
   Explore the steps to ensure a smooth transition as you transfer your account.
   Gain insights into the process and confidently make the move, knowing you're
   in control every step of the way.

 * 
 * 
 * 
 * 
 * 

"Etiam sit amet orci eget eros faucibus tincidunt. Proin faucibus arcu quis
ante. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Vivamus
euismod mauris. Quisque ut nisi. Vestibulum ullamcorper mauris at ligula. Aenean
vulputate eleifend tellus. Vivamus euismod mauris. Phasellus blandit leo ut
odio. Pellentesque habitant morbi tristique senectus et netus et malesuada fames
ac turpis egestas."

ROBERT FOX

CEO & Founder
 * 
 * 
 * 
 * 
 * 

"Etiam sit amet orci eget eros faucibus tincidunt. Proin faucibus arcu quis
ante. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Vivamus
euismod mauris. Quisque ut nisi."

ROBERT FOX

Web Developer
 * 
 * 
 * 
 * 
 * 

"Etiam sit amet orci eget eros faucibus tincidunt. Proin faucibus arcu quis
ante. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Vivamus
euismod mauris. Quisque ut nisi. Vestibulum ullamcorper mauris at ligula. Aenean
vulputate eleifend tellus. Vivamus euismod mauris. Phasellus blandit leo ut
odio. Pellentesque habitant morbi tristique senectus et netus et malesuada fames
ac turpis egestas."

ROBERT FOX

CEO & Founder
 * 
 * 
 * 
 * 
 * 

"Etiam sit amet orci eget eros faucibus tincidunt. Proin faucibus arcu quis
ante. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Vivamus
euismod mauris. Quisque ut nisi."

ROBERT FOX

Web Developer
 * 
 * 
 * 
 * 
 * 

"Etiam sit amet orci eget eros faucibus tincidunt. Proin faucibus arcu quis
ante. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Vivamus
euismod mauris. Quisque ut nisi. Vestibulum ullamcorper mauris at ligula. Aenean
vulputate eleifend tellus. Vivamus euismod mauris. Phasellus blandit leo ut
odio. Pellentesque habitant morbi tristique senectus et netus et malesuada fames
ac turpis egestas."

ROBERT FOX

CEO & Founder
 * 1
 * 2

Latest Blog


INSIGHTS & SUCCESS STORIES

27 Nov 2023

SOCIAL MEDIA UNLEASHED: 10 STRATEGIES FOR DIGITAL DOMINANCE IN 2023

27 Nov 2023

THE RISE OF MICRO-INFLUENCERS: HOW SOCIAL MEDIA IS RESHAPING INFLUENCE

27 Nov 2023

BREAKING THE INTERNET: 10 SOCIAL MEDIA TRENDS REDEFINING THE ONLINE EXPERIENCE


GET INSIDE THE SCOOP

Exclusive updates & behind-the-scenes Insights!

Subscribe

Subscribe for Updates and Notifications!

 * Home
 * Buy Account
 * Blogs
 * Contact
 * Join

Select One English

Copyright © 2024 All Right Reserved

 * Privacy Policy
 * Terms of Service

We may use cookies or any other tracking technologies when you visit our
website, including any other media form, mobile website, or mobile application
related or connected to help customize the Site and improve your experience.
learn more

Allow