Instagram Redirecting

tagthatduck

Junior Member
Joined
Feb 8, 2016
Messages
100
Reaction score
41
I'm having trouble with instagrams spam block in the bios.. ive made blogs to redirect to my OGAds Niche.. and instagram just keeps shutting it down like fire. either considering my link malicious or just them having the links banned. ive even used a redirect timer.
 
How long have you been using the same server? How many accts per domain? Instagram is the reason ive owned 1300 domains in my career. I have a solution for this. I can help you if you can help me. Skype is I,anaesthetized
 
That is weird as Instagram has relaxed the link rules a lot in the last weeks.

Maybe you are over doing it? Try with affiliate link direct?
 
How long have you been using the same server? How many accts per domain? Instagram is the reason ive owned 1300 domains in my career. I have a solution for this. I can help you if you can help me. Skype is I,anaesthetized

1300 only?
hth do you even think of 1300 names?
 
No it's not direct links I've tried shortening the links from OGAds with bitly . Which then Instagram blocks the links or redirects to a page that says this link could be malicious. Then I have proceeded to try using a blogger that would redirect to the landing page after 5 seconds. Again after about 5 minutes the link gets blocked.

Niches I've tried this with
-Follower boosting
-Pokemon Go
-Clash Of Clans
All of the niches and there's a few more have blocked out my links. All of the accounts are PVA and somewhat atleast a month old. I would set up a domain but I have no idea how to have my domain host the landing page
 
No it's not direct links I've tried shortening the links from OGAds with bitly . Which then Instagram blocks the links or redirects to a page that says this link could be malicious. Then I have proceeded to try using a blogger that would redirect to the landing page after 5 seconds. Again after about 5 minutes the link gets blocked.

Niches I've tried this with
-Follower boosting
-Pokemon Go
-Clash Of Clans
All of the niches and there's a few more have blocked out my links. All of the accounts are PVA and somewhat atleast a month old. I would set up a domain but I have no idea how to have my domain host the landing page

I can host your domain once. You can get domain then let me know I can help you in this. I hope that will help you. Cheers
 
Host LP's on your own domains, seems there are no problems with that.
 
I don't plan on giving up I want to make a bot farm and just post up my progress weekly :) but please anyone that can help just inbox me or kik me @ Eightysixnation
 
1300 only?
hth do you even think of 1300 names?

I started using a generator after awhile, my employee did anyways. he was supposed to go through and make sure I didnt get any F'ed up ones in their when I had him buy them but I still got some crazy ones.




as for the problem, quit using bitly. Isn't that obvious. look i probably shouldnt spill these beans but im looking to build my credibility and make some contacts here for trading information and buying/selling related services and assets, so I might as well.

Use something like google sites, link to that, host a script on there that redirects only mobile traffic to your real lander. Or just use a script that redirects desktop back to instagram, etc. The google sites server ip will never get blacklisted and you don't need to keep buying domains.
 
i havent bought any domains yet.. ivw tried the google blog redkrect. didnt work it well
 
Any help will be appreciated :p when I get home I can message you some screenshots of what I see/ how I redirect
 
Code:
<script>
    var mobilePath = 'landerurlgoeshete';
// 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>
 
that will redirect mobile, if they are desktop they will remain on the page that this is on
 
I'm new to scripting stuff so I have no idea how to even get that to work.. I know as far as how to make a blogger and redirect it to LP. And that's with googled scripts that I'll just somewhat edit.
 
Use google sites not blogger. The web page builder has a text editor, you should be able to find a button that says "insert script" just copy that and paste, switching out the "yourlinkhere" part with you mobile destination aka money page, then put dummy content on the rest of the google site
 
Use google sites not blogger. The web page builder has a text editor, you should be able to find a button that says "insert script" just copy that and paste, switching out the "yourlinkhere" part with you mobile destination aka money page, then put dummy content on the rest of the google site
Would you be able to walk me through it tonight ? After I finish work? :) 11 PM Est
 
Back
Top