Forum Moderators: martinibuster
At present the content of the widget is created via a PHP script. Now, obviously the user isn't going to put an include statement in their page.
I guess iFrames would kind of work, but then the link is still on my site.
Javascript would work but that wouldn't be SE friendly.
I suppose JS with an html link in the embed code below might work? (But could easily be removed)
Would appreciate any input / suggestions.
Many thanks,
Chris
<div id=examplecomwidget1>
<iframe src="">blah</iframe>
This <a href="http://www.example.com/mypageiwanttogetcreditforlink">widget for doing blah</a> provided by example.com.
<div>
Of course the people here would probably copy only the iframe and NOT the <a> tag, but lesser experienced sites or even SEO'd sites that don't mind giving you a link would copy the entire snippet in a lot of cases. I've heard of 60-70% of people copying such code will copy the whole thing.
[edited by: ZydoSEO at 8:40 pm (utc) on Dec. 20, 2008]