GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Protect your blog content from site scrapers with this plugin (https://gfy.com/showthread.php?t=964575)

$5 submissions 04-21-2010 03:49 AM

Protect your blog content from site scrapers with this plugin
 
There are footer mods that do this but that's the harder route to take. This plugin is quicker and easier:

SOURCE: http://www.potpiegirl.com/2008/08/le...scrapers-i-do/

Potentially get some traffic from mofos scraping you.

From the post:

Quote:

This footer only shows on full RSS feeds of your posts, but not on the posts themselves. It is a great little plug in that gives you just that little piece of mind of one less thing to worry about.

selena 04-21-2010 07:46 AM

That is sweet, thank you! I am going to install that on a few sites today.

Brujah 04-21-2010 08:09 AM

I like YARPP publishing Related Posts to RSS feeds.

SmokeyTheBear 04-21-2010 09:02 AM

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>



All times are GMT -7. The time now is 08:17 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123