Disable Right Click Photos - Cannot Save Pictures

Have you noticed, that some web sites do not allow their visitors using right mouse click while pointer is on the blog area. This option is useful for the site and blog owners, who want to minimize the possibilities of the content direct copying to other posts.

Right click on any internet browser is very important element and we must use it when it comes to copy or editing texts and etc. It’s very important when it comes to webmasters too. but some people may use it in a bad way, and you may want to make click right disabled on your blog. to protect you images

Here the very cool tips, I'll give you a simple way, without javascript or editing HTML code on your Blogger dashboard.

Standard image code sample:

<img src="http://yoursite.com/image.jpeg" />

Add this code after image URL
oncontextmenu="return false;"

Finally your code look like this
<img src="http://yoursite.com/image.jpeg" oncontextmenu="return false;" />

Got Something to Add?
0 comments: Post a Comment

Older Post