How or can you use link enhancer in a wordpress blog seeing as its all PHP. Here is a sample snippet: <script type="text/javascript" src="http://www.assoc-amazon.com/s/link-enhancer?tag=xxxxxxxxx-20&o=1"> </script> <noscript> <img src="http://www.assoc-amazon.com/s/noscript?tag=xxxxxxxxxx" alt="" /> </noscript> Your suppose to put in footer or a bottom page. Problem is I can't get it to work in my blog. Any odeas, instructions would be appreciated. Thanks
You mean JavaScript, not PHP, but anyway, it shouldn't be a problem, you just edit the footer template in your WP backend - have you got that far? If you're trying to insert it in a single post, basically you can't, not without a plugin. I don't know Link Enhancer, but most scripts are inserted before the </body> tag, which is usually in the footer file in a WP template, then just save. If it's not working then, then LE ought to provide support since it's a paying service.
I meant the blog written in PHP Anyways, I went to place in footer but its Encrypted coding so its a no go. I guess I'll contact LE Thanks
Aha, yes, gotcha now! Should be no reason not to be able to mix PHP and JavaScript - you've just got to make sure you don't paste the <script> in between the <?php ?> tags, but I am not sure what you mean by encryption. Anyway, they should provide support - WP is no different from any other PHP site in terms of structure.