How To disable Left Click in Blogger: Well protecting contents from the copy and reusing on another website it is necessary. You may have seen some site block the user to click left button on the website.so today Ytechweb.com going to show you how to protects the blog post from gets Copy. This method I have used in one of my Blog Just check it for demo
Step-1
Login in your blogger.com
Step-2
Go to blogger Dashboard and click layout.
Step-3
Click add a gadget and a pop-up window will open.
Step-4
Scroll down the window and click Html/javascript.
Step-5
Copy the below code and paste it in html/javascript tab.
Step-6
<!doctype html>
<script type="text/javascript" src="img/html2canvas.js"></script>
<script language=javascript>
function ieClicked() {
if (document.all) {
return false;
}
}
function firefoxClicked(e) {
if(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=firefoxClicked;
}else{
document.onmouseup=firefoxClicked;
document.oncontextmenu=ieClicked;
}
document.oncontextmenu=new Function("return false")
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>
</!doctype>
Step-6
Save it And You are Done Just Check it Now Only. Don’t forget to share.
Read This Also- Infolink.com Review |Alternate of Google Adsense
Read This Also- Genuine Websites to Make Money Online
How to disable the Let Click in WordPress
We have seen how we have disabled the left click in Blogger. You might get the solution in blogger but to disable same in WordPress we need to see here different steps.
Step 1
Login you Dashboard of your website.
Step 2
Click on Plugin and search for WP-Copyright-Protection or Just download it from official link and upload in your plugin directory.
Step 3
Activate the WP-Copyright-Protection Your left click disable is enable. Now enjoy
If you like this post kindly share it and comment your thoughts
Thanks for your marvelous posting! I certainly enjoyed reading it, you can be a great author.I will make sure to bookmark your blog and may come back down the road. I want to encourage continue your great job, have a nice evening!
Thanks