Posted by tobi — 07:43 PM Aug 14
You have probably noticed the sponsored links off to the side on this weblog.
These links come from the wonderful service Text Link Ads which is currently financing my video game addiction and some.
To integrate the service in this mephisto blog I created a simple set of liquid helpers:
To install just run
./script/plugin install svn://vault.jadedpixel.com/plugins/mephisto_textlinkads
and add something this anywhere in your liquid files:
<div class="sidebar-node">
<h3>Sponsored Links</h3>
<ul>
{{ '<your tla code>' | textlinkads }}
</ul>
</div>

