Iâve already used that tags. This is the code I have on my page:
<meta content=â@PapelTintaNegraâ name=âtwitter:siteâ/>
<meta content=â@JVazquez_â name=âtwitter:creatorâ/>
<meta content=âwww.papeldetintanegra.comâ name=âtwitter:domainâ/>
<b:if cond=âdata:post.firstImageUrlâ>
<meta content=âsummary_large_imageâ name=âtwitter:cardâ/>
<meta expr:content=âdata:post.firstImageUrlâ name=âtwitter:imageâ/>
<b:else/>
<meta content=âsummaryâ name=âtwitter:cardâ/>
<b:if cond=âdata:blog.postImageThumbnailUrlâ>
<meta expr:content=âdata:blog.postImageThumbnailUrlâ name=âtwitter:imageâ/>
</b:if>
</b:if>
<meta expr:content=âdata:post.titleâ name=âtwitter:titleâ/>
<b:if cond=âdata:blog.pageType == âitemââ>
<meta expr:content=âdata:post.snippetâ name=âtwitter:descriptionâ/>
<b:else/>
Is there any mistake?
Iâve used the same code in www.reddepensamientos.com and there itâs running.
Thanks!!