Watch this setup video to see how its done
You can download these instructions as a text file here
###################### STEP 1 ############################
#### ADD TO DESIGN > THEME EDITOR > header-support.php RIGHT ABOVE <HEAD> ####
#### IMPORTANT NOTE: YOU'LL SEE myLink1, myLink2, and myLink3. UPDATE ALL OF THESE WITH YOUR LINK #####
<script type="text/javascript">
function changeLink() {
document.getElementById('myLink1').href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" + getURLParam('sjid');
document.getElementById('myLink2').href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" + getURLParam('sjid');
document.getElementById('myLink3').href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" + getURLParam('sjid');
document.getElementById('myLink4').href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" + getURLParam('sjid');
document.getElementById('myLink5').href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" + getURLParam('sjid');
document.getElementById('myLink6').href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" + getURLParam('sjid');
}
function getURLParam(strParamName){
var strReturn = "";
var strHref = window.location.href;
if ( strHref.indexOf("?") > -1 ){
var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase();
var aQueryString = strQueryString.split("&");
for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){
if (
aQueryString[iParam].indexOf(strParamName.toLowerCase() + "=") > -1 ){
var aParam = aQueryString[iParam].split("=");
strReturn = aParam[1];
break;
}
}
}
return unescape(strReturn);
}
</script>
###################### STEP 2 ############################
#### ADD TO DESIGN > THEME EDITOR > header-support.php ####
### ADD THIS VALUE INTO THE <BODY> TAG ####
onLoad="changeLink();"
### SO THAT IT LOOKS LIKE THIS: ####
<body onLoad="changeLink();">
###################### STEP 3 ############################
#### ADD TO MANAGE > POSTS WHERE EVER YOU WANT YOUR LINKS #####
#### IMPORTANT: You can only use each one of these ONE TIME per page. This gives you 3 places to add your link. ######
#### If you need more than 6 links then just create myLink7, myLink8, etc. And add that to the top javascript #####
<a id="myLink1" style="color:#006699" href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" target="_blank">The Truth About Abs</a>
<a id="myLink2" style="color:#006699" href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" target="_blank">The Truth About Abs</a>
<a id="myLink3" style="color:#006699" href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" target="_blank">The Truth About Abs</a>
<a id="myLink4" style="color:#006699" href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" target="_blank">The Truth About Abs</a>
<a id="myLink5" style="color:#006699" href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" target="_blank">The Truth About Abs</a>
<a id="myLink6" style="color:#006699" href="http://allnet99.mikegeary1.hop.clickbank.net/?tid=" target="_blank">The Truth About Abs</a>
We are steadily building on our dynamic Support system. Occasionally, you may run into an issue where the solution isn't readily available. When this happens, please contact us here, and we'll provide you with the solution, as well as add it to our knowledge base.