Many LinkClicky customers wish to customize the look and feel of their interactive web page before clicking on the affiliate offer.
You can edit the file in your LinkClicky docroot named user/redirect-page.php
The interstitial web page is written in PHP and fully supports anything you can code in PHP. However, you should keep the existing functions and format so your redirection page still operates.
LinkClicky Functions
linkclicky_get_keyword_brand_name($keyword, 'Your Offer')
– Displays your brand name or description field per linkmeta_refresh_redirect($location)
– used to redirect to the affiliate offer.linkclicky_js_redirection($location, $data, 2)
– performs the redirection via Javascript.