This is really a tricky question and to be frank, you can not stop people who are intended to copy the content from your blog. But still there is one way to block copying of HTML content. Say, you struggled to figure out a HTML that is unique(Eg. A FeedBurner Email Subscription Form) and then, you made it right after long hours in front of your PC. The next day, you find that widget in another blog. It will really irritate you a lot.
I'll show you a way to block this copying of images and other HTML stuff from your blogger page. For example, you can take a screen shot or screen capture of the page and reproduce that content. Then why this post? Answer is very simple. It is just a step towards more security. It makes things more difficult. This technique works out very well for stopping people who steal the HTML code from your template and to some extent the images. When it comes to blocking the content from your blog, it is not that effective because a simple CTRL+C will do the job.

The best way to stop people copying images is to disable the right-click option in your blogger page. You can do this simply by following these simple steps:
1. Go to "Layout->Edit HTML" from your dashboard. Always, you should make a backup of your template before modifying the HTML by clicking on the "Download full template" link at the top of the page first.
2. Search for the following code in your template.
<body>
3.Replace the above code with the following code.<
4. Save your template and then you may verify the "Right Click" option by yourself. It will be disabled.body oncontextmenu='return false'
>
0 comments:
Post a Comment