BLOG BEGINNER GUIDE

How to Disable Right Click On Your Blog To Prevent Copy Paste Easily

by Unknown  |  in Blogging Tips & Tricks at  7:13 PM

Every blogger always wanted to prevent copy paste the content from their blog or website. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. So in this situation what should we do? Don't worry about this. In this post I will show you the most easiest way how to disable mouse right click on your blog or website to prevent copy paste your content.

How to Disable Right Click On Your Blog To Prevent Copy Paste Easily


Disable Right Click On Your Blog To Prevent Copy/Paste



☞ First Login to your Blogger Account
☞ Then go to "Layout" Section.

How to Disable Right Click On Your Blog To Prevent Copy Paste Easily



☞ Click "Add a Gadget" Link where you want to put this Widget.

How to Disable Right Click On Your Blog To Prevent Copy Paste Easily



☞ Select "HTML/JavaScript" tab.

How to Disable Right Click On Your Blog To Prevent Copy Paste Easily



☞ An popup box will be open. paste below HTML/JavaScript code there.


<script language=javascript>
var message = "Disabled By Blog Beginner Guide";
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
document.onmousedown = rtclickcheck;
</script>

How to Disable Right Click On Your Blog To Prevent Copy Paste Easily



☞ Replace "Disabled By Blog Beginner Guide" with your own message.


☞ Save your widget now.


☞ You are done.

Subscribe to Get Updates in Your MailBox!

Follow us on!

Rasel MahmudThis Post Was Written By Rasel Mahmud
Hi I am Rasel Mahmud, Author of this Blog. I am 25 years old and originally from Natore, Bangladesh. I love blogging and helping people. I write about Blogging, Social Media, SEO, Adsense, WordPress, Technology Review on this blog.
Follow Me On : | | Facebook | Twitter

0 comments:

Proudly Powered by Blogger.