How to use 2 shortlinker fullpage script together?

Status
Not open for further replies.

greenshoes

Member
18
2017
0
135
Could someone please teach me how to use 2 different shortlinker fullpage script together on WordPress site...

what I want to achieve is to use one shortlinker for each file host
example
Code:
<script type="text/javascript">
            var adlinkfly_url = 'https://shortener1.com';
            var adlinkfly_api_token = '---';
            var adlinkfly_advert = 2;
            var adlinkfly_domains = ['openload.co'];
        </script>
        <script src='//shortener1.com/js/full-page-script.js'></script>

<script type="text/javascript">
            var adlinkfly_url = 'https://shortener2.com/';
            var adlinkfly_api_token = '---';
            var adlinkfly_advert = 2;
            var adlinkfly_domains = ['*.zippyshare.com''];
        </script>
        <script src='//shortener2.com/js/full-page-script.js'></script>

or there other workaround to achieve this? I'm really clueless please help
 
1 comment
I developed a service that allows you to use multiple short URL services. You may be interested. It allows you to connect multiple services via their API keys. When a visitor clicks your new short links they will always be sent to the highest paying service you have connected depending on their country, device and if they are unique or not. The URL is ape.cx
 
Status
Not open for further replies.
Back
Top