Monday, October 13, 2014

How to Add Videos/Images in Blogger Comments!

Commenting is the most successful media to communicate with the site/blog visitors. If you are blogging on Blogger platform then you know that a visitors can use only text and URL link for commenting on Blogger blog. But doing a simple customization you can allow your blog's visitors to use video/image on their comments they make on your blog. In this post I am gonna show how you and your visitors can add videos/ images on your blogger blog comment.


Many of you may have wondered if it is possible to add videos and images on blogger comments. Well, after completing the steps of this post you will able to do this. To add this cool feature in you blog you just need to add a simple code in your blog template. Lets see how to d it.

Warning: Before doing any kind of customization on your site's HTML page, I will recommend you to backup your site Template. To know more about Template backup Read This Post.


Procedure:
  • First Sign into your Blogger Account and go to Dashboard.
  • Then click on Template and then click on Edit HTML button. You will land on the HTML page.
    edit blogger template
  • Here in the HTML page find  </body>  tag and Paste the following code just Above it.

  • <script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
    <script src='http://helplogger.googlecode.com/svn/trunk/youtubevideos.js'/>
    <script src='http://helplogger.googlecode.com/svn/trunk/pics-comments.js'/>

  • Now click on Save Template button to apply it.

Adding Videos/Images in Blogger Comments:
  • To add Videos in Blogger Comments, just Paste the videos URL in the comment box.
  • To add Images in Blogger Comments, Use the following code. Replace IMAGE-URL with your Image URL.

    [img]IMAGE-URL[/img]

Let Your Visitors Know About this Feature:
  • Go to your Blogger Settings.
  • Then click on Posts and Comments.
  • Then at the bottom click on Comment Form Message and click Add link.
  • Then in the box Paste the following text.

  • Need to add an image? Use this code <b>[img]IMAGE-URL-HERE[/img]</b>

  • Finally click on Save Settings button.

That's it, Now you and your visitors can add videos/images on your blog comments.


Stay with www.iTTimebd.com for more IT related Post

No comments:

Post a Comment