Cloaking in Wordpress Sidebar

artlan

Regular Member
Joined
Oct 4, 2008
Messages
216
Reaction score
94
Hi guys,

I am using MaxBlogPress Ninja Affiliate to cloak my affiliate links in my posts and pages. Does any one have any idea how to cloak your links in the sidebar? In particularly, I tend to add text to the text widget and would like to cloak affiliate links there.

Thanks.
 
so you have the affiliate page in the sidebar?
you'd need to edit sidebar php file and put something like this:
HTML:
<style type="text/css">
html {overflow: auto;}
html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}
iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;}
</style>
</head>
<body>
<iframe id="tree" name="tree" src="http://xxx.bttb1.hop.clickbank.net" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="auto"></iframe>
</body>

:)
 
The Only Real Way Is Getting Your Hands Dirty In Coding But I Hope The Post Above Helped :)
 
Use same links generated with maxblogpress in blog roll ;)
 
Use same links generated with maxblogpress in blog roll ;)
why did you have to come out with such a straight forward and easy answer?? lol
 
Back
Top