Resource icon

Unmaintained SEOClerks Signature 2013-05-20

No permission to download
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
  1. Use cURL to fetch a link from the API containing your affiliate ID
  2. Display the link on posts for users that have not set their signature already
  3. Change for each post and on reload
Demo
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.

Screen Shot 2013-05-20 at 10.46.25 AM.webp


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>
in the template and replace with
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.
Author
Jordan82
Downloads
21
Views
1,681
First release
Last update

Ratings

5.00 star(s) 2 ratings

Latest reviews

Amazing addon!
Simple to use, easy extra revenue.
Top Bottom