niden.net
Member
Skimlinks is currently implementing a plugin for xenForo. Instead of waiting until it is implemented, you can use the following implementation:
The XXXXX is your unique site ID.
You are done
- Sign up with Skimlinks (www.skimlinks.com)
- Enter all the necessary information and submit your site.
- Skimlinks will review and (hopefully) approve your site. Once that is done, check under My Sites and on your site listing click the View button to get the relevant code.
Code:
<script type="text/javascript" src="http://s.skimresources.com/js/XXXXXXXXXX.skimlinks.js"></script>
- Copy that code somewhere (clipboard, notepad etc.)
- Go to your forum's Admin Panel, Appearance, Templates, Create New Template
- Name it Skimlinks_JS
- Paste the code you copied from Skimlinks site and Save the template
- Locate and open the page_container_js_body template. At the very bottom add this line:
Code:
<xen:include template="Skimlinks_JS"></xen:include>
You are done
