The Social Media Bio Website Trick No One Will Tell You About… But I Will

Picture of Robert Lee

Robert Lee

Owner & Designer
of Cheerful Media

Pay attention closely.

If you have a social media profile, and a website, and you’re just sending interested people to the home page of your website, you’re costing yourself leads and sales.

If you have a social media profile, and a website, and you’re just sending interested people to the home page of your website, you’re costing yourself leads and sales.
Watch carefully. 

Send me an email or text message if you need more info or see this in action (desktop users will see full site, tablet and mobile users will see my example:
Website (landing page): https://cheerfulmedia.ca/linkinbio/
See my example on my Facebook business page: https://cheerfulmedia.ca/linkinbio

Stop paying monthly for a “link-in-bio” when you can easily do it with your existing website.

Here’s the code that goes inside the <head> so that visitors using a desktop computer will see the full site, tablet and mobile users will see the optimized link-in-bio page that I created. Just copy and paste it. be sure to change the homePage = “https://www.yourwebsite.com” to your actual website address (inside the quotes).

				
					<script type="text/javascript">
  (function() {
    // 1. Define what we consider "Mobile/Tablet"
    const isMobileOrTablet = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) 
                             || window.innerWidth <= 1024;

    // 2. Define your homepage URL
    const homePage = "https://www.yourwebsite.com/";

    // 3. Redirect if it is NOT a mobile/tablet AND we aren't already at the homepage
    if (!isMobileOrTablet && window.location.href !== homePage) {
      window.location.replace(homePage);
    }
  })();
</script>
				
			

Share This Post:

Facebook
X/Twitter
LinkedIn
Email
Continue Reading

More Articles