Make your blog copy protected


How are you guyzz in this hot summer? I hope all of you fine. Today I am going to share the process that will make your blog copy protected. When your blog post is been steal by another person how does it feel? I know the pain. So, it’s time to protect it. To make your blog post copy protected you need to do following steps.

At first go to Layout option of the blog
Then go to HTML/javascript
<?php
}
// no selection header - now your content is protected from copy and paste guys
function copyprotect_no_select()
{
?>
<script type="text/javascript">

function disableSelection(target){
if (typeof target.onselectstart!="undefined") //For IE
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //For Firefox
target.style.MozUserSelect="none"
else //All other route (For Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
</script>
<?php
}
// no selection footer
function copyprotect_no_select_footer()
{
?>
<script type="text/javascript">
disableSelection(document.body)
</script>
<small>Inspire by <a href="http://www.amarvubon99.blogspot.com//" target="_blank">Pushpi</a>.</small>
<?php
}
// tuning your wp-copyprotect
function copyprotect_options_page()
{
?></?php
}
></?php
}
></?php
}
Paste the above codes there & save it .Now click on save agreement. That’s all! Your blog is now copy protected.
Unknown said...

For More Blog tips Visit http://tipsbytechguru.blogspot.in/

Click to Add a New Comment

Post a Comment