Instagram Redirecting

Ill make a video later or tomorrow, ive been up working on tax stuff all night so im pretty burnt
 
thank yu will try it whwn i get to my desktop ☺
 
here is a transcript of what the web page example says, for anyone who tries to check it on mobile

"
This page is where the desktop users stay. If you were on a phone, you would recirect to yahoo. Browser emulators don't always work to show the redirect, use your actual phone and type this address into your mobile browser.

Code:
<script>


    var mobilePath = 'http://yahoo.com';
// if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
   // window.location = mobilePath;
  //}
  //alert(navigator.userAgent);
   if(/iPad/i.test(navigator.userAgent)) {
        //if (screen.width < 720){
          //  window.location = mobilePath;
        //}
    }else if (/webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini|Mobile/i.test(navigator.userAgent)) {
        window.location = mobilePath;
    } else if(/Android/i.test(navigator.userAgent)) {
        //if (screen.width < 720){
          //  window.location = mobilePath;
        //}
    }
</script>

the script is in the box above, if using it in a weebly site, make a new page, under the page settings, place the script in the h"header" box section, switch out yahoo.com with your url and its good to go"
 
How much of IG traffic is desktop? Also, when redirecting only mobile users then will that fool the IG bots as they only crawl as desktop traffic?
 
Turkey is giving you noobs some free wisdom and free gold here ... But I have the instinct not even 1% will know what to do with it
 
I made it of good use thank you so much my bot fRm is up :p I'm adding 5 accounts a day to the farm while testing the waters
 
Back
Top