HTTPS-Addresses

If your not sure what you can or can't do, discuss it here
Post Reply
rabst
Newbie
Posts: 3
Joined: Mon Jul 13, 2015 9:49 pm

HTTPS-Addresses

Post by rabst » Mon Jul 13, 2015 9:52 pm

I'm pretty-sure AdFly frame-links would mess them up, but can we make 'interstitial' links to them?

User avatar
Xellon
Adf.ly Legend
Posts: 4170
Joined: Tue Feb 21, 2012 12:10 am
Location: Somewhere in a distant land

Re: HTTPS-Addresses

Post by Xellon » Wed Aug 09, 2017 5:07 pm

Yes. You can use please try:

https://adf.ly

For scripts, first, change the URL to:

https://cdn.adf.ly/js/link-converter.js

and then add the parameter:

var adfly_protocol = 'https';

So the finished script will look like (replace your UserID):

<script type="text/javascript">
var adfly_id = YOUR_USER_ID;
var adfly_advert = 'int';
var adfly_protocol = 'https';
var exclude_domains = ['example.com', 'yoursite.com'];
</script>
<script src="https://cdn.adf.ly/js/link-converter.js"></script>

rabst
Newbie
Posts: 3
Joined: Mon Jul 13, 2015 9:49 pm

Re: HTTPS-Addresses

Post by rabst » Wed Aug 09, 2017 5:10 pm

Xellon wrote:Yes. You can ...
Will that page still redirect the http-addresses as well?

Post Reply