Dear visitor here i'm sharing a trips to you that How can you prevent your post or content from copying. All we are trying to prevent our site from user or other bloggers from copying our site post or content. Many Blog Author do lots of efforts by researching and writing great articles for their blog, whereas some just copy and paste article and tutorials on their blog from others.
So to prevent such bloggers from copying the content from your blog i will teach you to disable right click upon your blog with just easy Javascript. So Just follow this easy step & get your blog free from theft.
You May Also Like To Read: SEO Trips For Blogger
Trips How to desable Right Click Button On your Blog To Prevent Copying Content from Other:
1. Go to your blogger Dashboard and click on Layout.
2. Then click on Add Gadget.
3. Choose Html/Javascript From Popup Window
4. Now Copy and Paste under code into it.
5. Now save it and you are done disabling right click on your blog.
+++++++++++++++++++++++++++++++++++++++
<!--MBW Code -->
<!--mybloggersworld.com-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
<!--MBW Code --> <!--mybloggersworld.com--> <script language='JavaScript1.2'> function disableselect(e){ return false } function reEnable(){ return true } document.onselectstart=new Function ("return false") if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script>
+++++++++++++++++++++++++++++++++++++++
This Above code also protected But don't worry Just Click right button on read mark code then Copy Link location & past it.
You May Also Like To Read:How-to-add-facebook-like-box-in-your blog
Dear readers if you like my post please share with it your friends & other. Thanks
Post a Comment