ExpressEngine 1.6.x Installation Instructions
Signup and Site Submission Required to fully install plugin.
- Download the plugin. Upload pi.textlinkads.php from the downloaded archive and place it in the system/plugins folder. Confirm it is eabled in CP Home > Admin > Utilities > Plugin Manager
- Add the Following Code to your Template:
{exp:textlinkads:show filename="local_55459.xml" inv_key="XXXXXXJOINtextlinkadsFORKEYXXXXXX"} - Example of a template confirmation for multi-entry templates
{if segment_3 == "my_entry"}
{exp:textlinkads:show filename="local_9999999.xml" inv_key="XXXXXXJOINtextlinkadsFORKEYXXXXXX"}
{if:else segment_3 == "my_second_entry"}
{exp:textlinkads:show filename="local_8888888.xml" inv_key="ANOTHERKEY"}
{/if}
{exp:textlinkads:show filename="local_9999999.xml" inv_key="ANOTHERKEY"
style_ul="padding:1px;"
style_a="text-decoration:none;"
style_span="margin-left:5px;"
style_li="margin: 0; width: 12.5%; display: block; clear: none; padding: 0; float: left;"}
Package Info
This plugin is meant to simplify the embedding of TLA Ad Code into EE templates. You no longer need to paste a bunch of raw code into your templates and enable PHP parsing, instead you can just drop in a single EE-tag. Additionally you no longer need to manually create the XML-file on the server, the plugin-tag will do this for you as well. This is especially useful if you sell links for different entries displayed in a multi-entry-template.Tested with version 1.7.1 of Expression Engine
