This is a very simple addon that turns unused signature space into an affiliate link for SEOClerks. SEOClerks offers 10% of all purchases for life from any referral meaning a user you refer that orders today, tomorrow or 3 years from now will always be your affiliate and you will always earn 10% from their purchases. Using this method you can easily create a passive income.
SEOClerks released their API (http://www.seoclerks.com/api/page/serviceads) which allows anyone to generate affiliate links on the fly. As a forum owner, you have thousands of prime areas to display these links: unused signature links.
This plugin will
http://www.seoclerk.com/forum/ -> Click on a couple of threads to see, users that do not have their signature set will have an SEOClerks link instead.
Installation Instructions
Step 1. Copy the contents of the upload directory to the root of your XenForo installation.
Step 2. Go the Admin Control Panel and click Install Add-on
Step 3. Upload the addon-SEOClerks.xml file
Step 4. Next, go to Appearance->Templates
Step 5. Edit the 'message' Template
Step 6. Look for
in the template and replace with
Now, the plugin will display the ads in place of empty signatures. You can add your affiliate ID from the admin control panel, you'll need an account on SEOClerks first.
SEOClerks released their API (http://www.seoclerks.com/api/page/serviceads) which allows anyone to generate affiliate links on the fly. As a forum owner, you have thousands of prime areas to display these links: unused signature links.
This plugin will
- Use cURL to fetch a link from the API containing your affiliate ID
- Display the link on posts for users that have not set their signature already
- Change for each post and on reload
http://www.seoclerk.com/forum/ -> Click on a couple of threads to see, users that do not have their signature set will have an SEOClerks link instead.
Installation Instructions
Step 1. Copy the contents of the upload directory to the root of your XenForo installation.
Step 2. Go the Admin Control Panel and click Install Add-on
Step 3. Upload the addon-SEOClerks.xml file
Step 4. Next, go to Appearance->Templates
Step 5. Edit the 'message' Template
Step 6. Look for
Code:
<xen:if is="{$visitor.content_show_signature} && {$message.signature}">
<div class="baseHtml signature ugc{xen:if $message.isIgnored, ' ignored'}"><aside>{xen:raw $message.signatureHtml}</aside></div>
</xen:if>
Code:
<xen:if is="{$visitor.content_show_signature} && {$message.signature}">
<div class="baseHtml signature ugc{xen:if $message.isIgnored, ' ignored'}"><aside>{xen:raw $message.signatureHtml}</aside></div>
<xen:else />
<xen:hook name="signature" />
</xen:if>
Now, the plugin will display the ads in place of empty signatures. You can add your affiliate ID from the admin control panel, you'll need an account on SEOClerks first.