Saturday, May 7, 2016

image test

I'm testing a facebook thumbnail fix.



it worked!  Anyone tired of the same picture coming up over and over again, this code works.

From this website.

 However, if you are less likely to just add og:image tags to your template then go to Blogger >> Template >> Edit HTML and just above the </head> tag paste the following piece of code.

<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
<b:else/>
<meta content='http://www.your-blog-logo.jpg' property='og:image'/>
</b:if>

No comments:

Post a Comment