Quote:
Originally Posted by Jabong82
This looks like a cool mod, thanks for sharing. One question though, could a mod like this work for other affiliate type codes besides adsense? Thanks in advance.
|
yes you can use this for any affiliate.
you can use this code for
clickbank
Code:
<vb:if condition="$post['fieldName']">
http://{vb:raw post.fieldName}.XXXXXX.hop.clickbank.net<br />
<vb:else />
http://yourclickbankuserid.XXXXXX.hop.clickbank.net
<br />
</vb:if>
for
Amazon
Code:
<vb:if condition="$post['fieldName']">
<iframe src="http://rcm.amazon.com/e/cm?t={vb:raw post.fieldName}&o=1&p=8&l=as1&asins=B001NLKT60&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
<br />
<vb:else />
<iframe src="http://rcm.amazon.com/e/cm?t=youramazonid&o=1&p=8&l=as1&asins=B001NLKT60&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
<br />
</vb:if>
Sky is open.