ExpressEngine 2.x Installation Instructions
Signup and Site Submission Required to fully install plugin.
- Download the plugin. Upload the folder downloaded in archive textlinkads.zip to in the system/expresssengine/third_party folder. Confirm it is enabled at CP Home > Add-Ons > Plugins
- Add the Following Code to your Template:
{exp:textlinkads:show filename="local_89948.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="ANOTHERKEY"}
{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="XXXXXXJOINtextlinkadsFORKEYXXXXXX"
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 2.3.1 of Expression Engine
