Are you having problem in link thumbnail for Facebook video blog post in blogger? 


Most of the people asking this question they didn't find best solution for it. Video post will have viral video when you share on Facebook. 


 When you post a video post link it will appear like this. 





after share the link it will not appear in big size. 

Some of the blogger templates does not support share link thumbnail to make big size when Facebook link share. Your video post thumbnail size should have at least 400 x 209 px.

If you need to appear big size like below 


You can check how it is appearing when share, by you sing Facebook Debug Tools.  If there is any problem you can follow this steps. 

For Facebook Video Thumbnail You need to edit your blog template by using this html


Go your blogger
click template
edit html

Then you find tag:  <html>
and replace with this code

<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr' xmlns:og='http://ogp.me/ns#'>

Then add below <meta> tag this html code

<!-- Open Graph Meta Tags BEGIN -->
<meta expr:content='data:blog.pageName' property='og:title'/>
<b:if cond='data:blog.postImageUrl'>
<meta expr:content='data:blog.postImageUrl' property='og:image'/>
</b:if>
<meta expr:content='data:blog.title' property='og:title'/>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<b:if cond='data:blog.metaDescription'>
  <meta expr:content='data:blog.metaDescription' property='og:description'/>
</b:if>
<!-- Open Graph Meta Tags END -->

Enjoy Facebook link share with video Thumbnail in big size.
Next
This is the most recent post.
Previous
Older Post

0 comments:

Post a Comment

 
Top