Forum Moderators: open
I want to beable to control the text that is displayred. I know I can control the image if the code I furnish pulls it from my site, but I want to beable to change the link text as needed for diffeent keywords.
Anyone have, or know where I can create or find something like this?
Thanks in advance!
Gary
Let them use this:
<script src="http://your.site.com/yourscript.js"></script>
then from your own server you can control what appears on their page.
Personally I would never subscribe to a hotlinked script since that gives them *complete* control over your DOM. But if you're a trusted provider it's a workable solution.