If your blog is unique, and you worry if your posts copy-pasted by others. There are tricks to disable right click so that your articles can not be copied.
1. Log in to your Blogger account
2. Select the Layout -> Edit HTML
3. Find code <body>
4. Replace that code with the following code:
<body onmousedown="return false" oncontextmenu="return false" onselectstart="return false" >
5. Save the template.
NB:
This trick causes all widgets that are filled (form) can not be used. For example shout box widgets, Comment Boxes, etc..
0 comments:
Post a Comment