Enable YouTube video comments on blogger, actually, it isn't officially provided by blogger but we can make it possible using JavaScript. After installing JavaScript on your blog, your readers will be enable to do comment on your post with YouTube video. sometimes we need to explain something via comment which cannot be done with text i mean we need to explain it with some examples then video comment is one of the best way to show what you are talking about on comments. also it could helpful feature on many way. so, guys if you found that enabling video comments on your blog is really useful for you and you want to have this feature on your blog, then you just need to follow simple and easy steps given below.
Also see : Blogger XML Sitemap Generator
How to Enable YouTube Video Comments on Blogger ?
Go to
Blogger Dashboard > Template > Edit HTMLSearch for
</head> tag.
Copy and paste below code just above
</head> tag.
<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'></script>
<script src='http://makingdifferent.github.io/blogger-widgets/YTcomment.js' type='text/javascript'</script>
Finally, Save your template and you have enabled YouTube video comment on your blog.
Now, whenever, you or your readers have to embed YouTube video on comment then just need to add below code into comment textarea box and replace "
YT-URL" with YouTube URL.
[video=YT-URL]
If you have any query about this tutorial you can ask by joining the
discuss here to find out the best answers by the admin or community.