View Single Post
Old 04-21-2010, 09:02 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
i made a little tool to do that on pages/posts instead of just the rss, can only get i.e. to cooperate though, if anyone can mod it to work for ff feel free to mod it and re-post.

Basically it makes it so if someone copies and pastes your article it adds a linkback to the text they just copied

Code:
<div id=mine oncopy="fc()">
this is the post you wish to protect
</div>
<SCRIPT type="text/javascript"> 
var bResult;
function fC(){
event.returnValue = false;
var cstr=document.selection.createRange().text;
bResult = window.clipboardData.setData("Text",cstr + " Courtesy of <a href='"+document.location.href+"'>"+document.title+"</a>");
	
}
</script>
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote