Re: Open Graph postimagethumbnailurl

Roberto Massucco <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>

Il giorno domenica 15 dicembre 2013 22:06:33 UTC+1, David / Confluent Forms 
LLC ha scritto:
>
> Hi Ahmed,
>
> Give this post a read, it includes variables that will help you with this 
> issue: 
> http://www.blogxpertise.com/2013/12/loops-loop-positions-and-isfirst.html
>
> -David
>

Hello David,
I read your post, but unfortunately I was unable to modify my HTML code in 
order to make it work properly...

My code in Blogger is:

>     <b:if cond='data:blog.pageType == &quot;item&quot;'>
>
>       <meta expr:content='data:blog.pageName' property='og:title'/>
>
>       <meta expr:content='data:blog.canonicalUrl' property='og:url'/>
>
>       <meta content='article' property='og:type'/>
>
>     </b:if>
>
>     <meta expr:content='data:blog.title' property='og:site_name'/>
>
>     <b:if cond='data:blog.postImageThumbnailUrl'>
>
>       <meta expr:content='data:blog.postImageThumbnailUrl' 
>> property='og:image'/>
>
>       <b:else/>
>
>       <meta content='http://img23.imageshack.us/img23/940/0emj.jpg' 
>> property='og:image'/>
>
>     </b:if>
>
>     <b:if cond='data:blog.metaDescription != &quot;&quot;'>
>
>       <meta expr:content='data:blog.metaDescription' 
>> name='og:description'/>
>
>     </b:if>
>
>
> So I guess that I've to modify the string 
*data:blog.postImageThumbnailUrl* with *data:post.thumbnailUrl* but nothing 
changes.
Facebook debugger still says that provided og:image is not big enough.

What do you suggest?

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/groups/opt_out.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.