0

Create images uploading via Blogger by newerclick

bloggers want their uploaded images not clickable probably because they don't want their images especially the enlarged version to be copied. Previous post How to make images not clickable (not enlarge) provided a method in varying circumstances may not work.

A efficient method and failsafe method. All one need to do is after uploading an image via Blogger image upload icon to switch to Edit HTML mode if one is not already in this mode.

Now depending on which post editor you had use, the HTML codes used to display images that Blogger generate upon uploading is different. We will deal with the old post editor (my preferred post editor) first as it is easier to explain and deal with the new updated post editor later:

codes 4 the old post editor:
<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVOpJb04V_CO64Q9XV7_F5UrccuzAjhFW8KuqyXYXzVtKk7xUuUSwbx5e4hVTppD3RswEiUxoO5fw31xpajN9PX7ZJzuPPsjipvP0EIlsvfqlsG48NcE8GpR46lDq0qZPWZJWAV8f-YW_F/s1600-h/BlogStar.gif"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 178px; height: 67px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVOpJb04V_CO64Q9XV7_F5UrccuzAjhFW8KuqyXYXzVtKk7xUuUSwbx5e4hVTppD3RswEiUxoO5fw31xpajN9PX7ZJzuPPsjipvP0EIlsvfqlsG48NcE8GpR46lDq0qZPWZJWAV8f-YW_F/s400/BlogStar.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5373085274943228530" /></a>

Please note that only the code in black is needed to display the image. Those highlighted in red are not needed to display the picture and can be removed safely leaving only
<img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 178px; height: 67px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVOpJb04V_CO64Q9XV7_F5UrccuzAjhFW8KuqyXYXzVtKk7xUuUSwbx5e4hVTppD3RswEiUxoO5fw31xpajN9PX7ZJzuPPsjipvP0EIlsvfqlsG48NcE8GpR46lDq0qZPWZJWAV8f-YW_F/s400/BlogStar.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5373085274943228530" />.

make the image not clickable, all you need to do is just to delete those codes highlighted in red. I have tested that successfully over at Test to make images uploaded via Blogger not clickable.

new post editor

The new post editor which is not my preferred post editor. The codes to display the uploaded image generated by Blogger with the new post editor is as follows, again with the code to display the image in black while the codes in red are to make the image clickable to display an enlarged image. The codes in blue is to center the picture and can either be removed or left in place (note: center will be replaced by left or right if you had elected to float the image to the left or right but that will not affect the explanation to make the image not clickable):

<div class="separator" style="clear: both; text-align: center;">
<a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmKqYwIjiyA8HuSes-m1pjIOXIYD9h37IBViNLZKRPHIuXY3R3OpnmrGQu1LcGtAeH3GYufs44S9ihE5K2PBxVFfiZ9Dtppa97l7D34kdJzQzwpQywcajfR7HHDcFLw_vCNYIF2eMcKlWM/s1600/BlogStar.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmKqYwIjiyA8HuSes-m1pjIOXIYD9h37IBViNLZKRPHIuXY3R3OpnmrGQu1LcGtAeH3GYufs44S9ihE5K2PBxVFfiZ9Dtppa97l7D34kdJzQzwpQywcajfR7HHDcFLw_vCNYIF2eMcKlWM/s320/BlogStar.gif" /></a></div>

The code in black is needed to display the image while those in red are used to make the image clickable to enlarge the image while those in blue is meant to center the image. Thus if you want the image not clickable, just delete those highlighted in red (<a....> and </a>) and those highlighted in blue too leaving those in black intact and the image will still be displayed. Alternatively we can just delete those codes in red to make the image unclickable while leaving those in blue intact to center (or float) the image.

0 Responses to “Create images uploading via Blogger by newerclick”

Subscribe