Welcome to BeerMoneyForum.com - BIGGEST MAKE MONEY FORUM ONLINE

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?
Blue
Red
Green
Orange
Voilet
Slate
Dark
  Guest viewing is limited

Redirect to another second shortener's link in adlinkfly

LukeHere

Emerald Member
LV
0
 
Joined
Dec 7, 2019
Messages
1,635
Reaction score
495
Points
170
Awards
4
Location
Poland
BMF Points
$6,432
Rating - 0%
0   0   0

Hi, my friend has an adlinkfly website and because of his lower-paying ads he wanted to make it so that once the timer finishes on his domain it will take them to another shortener that allows it and then will finally take them to the correct domain. Anyone know how to do it?
 
I have seen some websites do this. Can't you simply put your destination url in a non-adlinkfly shortener first and then put the shortened url into adlinkfly and then post it on your website?
 
Emoney, I have the problem where in MY adlinkfly I need it to go to another adlinkfly so user goes through 2 adlinkfly so publisher can earn more.
 
you may want to do this via javascript you may add more links by using ; as separator

Code:
<a href="#" onclick="window.open('http://google.com');
    window.open('http://yahoo.com');">Click to open Google and Yahoo</a>
 
you may want to do this via javascript you may add more links by using ; as separator

Code:
<a href="#" onclick="window.open('http://google.com');
    window.open('http://yahoo.com');">Click to open Google and Yahoo</a>
isn't that the code for popups? I need it to redirect to an API generated link after the user has finished my link.
 
kinda. but it works on firefox and gets blocked in chrome.
but adding this line will open it on firefox and gets blocked on chrome
Code:
setTimeout(() => window.open('http://google.com'), 1000);
isn't that the code for popups? I need it to redirect to an API generated link after the user has finished my link.
 
Maybe this work. Use adfly to short some your domain like mydomain.com. In that domain add this PHP script.

PHP:
header("Location: http://www.redirect.to.anothershorturl.com/");

But be careful. Adfly don't like redirections to another similar service. You can get ban.
 
you may want to do this via javascript you may add more links by using ; as separator

Code:
<a href="#" onclick="window.open('http://google.com');
    window.open('http://yahoo.com');">Click to open Google and Yahoo</a>
@weblord this is working on all browsers however I don't know how to integrate an API into what it opens
Something like

Code:
<a href="#" onclick="window.open('http://google.com');
    window.open('api:verycoolshortener,
key:1929398383');">Click to open Google and Yahoo</a>
 
display API?
it's risky your API is for your eyes only, it suppose to be a secret passcode, it MUST not be displayed on a raw html code.
what's the purpose?

@weblord this is working on all browsers however I don't know how to integrate an API into what it opens
Something like

Code:
<a href="#" onclick="window.open('http://google.com');
    window.open('api:verycoolshortener,
key:1929398383');">Click to open Google and Yahoo</a>
 
It is not a good technique because you are going to irritate your visitor and after watching redirection again and again. User will never come to your site again.

Depends on what kind of visitors your site caters to, download sites can still do well with this double url shorteners technique.
 

📢 Recommended Partners

MGID - Native Performance & Programmatic Advertising Platform MGID Team
0.00 star(s) 0 ratings
Updated
Roobet.com | Crypto’s Fastest Growing Casino 🦘 Roobet.com
0.00 star(s) 0 ratings
Updated
Duckdice.io - Top Crypto Gambling - Bitcoin Dice DuckDice.io
0.00 star(s) 0 ratings
Updated
BMFAds.com - Advertise and Monetize Your CPC, CPM, POP Traffic BMF Staff
4.00 star(s) 4 ratings
Updated

banner

REWARDS: Active Raffles


  • 🤑 Roll 3: Win 100,000 BMF Points!

    The entry period for this raffle ends in..
Back
Top Bottom

Earnings Disclaimer:  All the posts published herein are merely based on individual views, and they do not expressly or by implications represent those of BeerMoneyForum.com or its owner. It is hereby made clear that BeerMoneyForum.com does not endorse, support, adopt or vouch any views, programs and/or business opportunities posted herein. BeerMoneyForum.com also does not give and/or offer any investment advice to any members and/or it's readers. All members and readers are advised to independently consult their own consultants, lawyers and/or families before making any investment and/or business decisions. This forum is merely a place for general discussions. It is hereby agreed by all members and/or readers that BeerMoneyForum.com is in no way responsible and/or liable for any damages and/or losses suffered by anyone of you.