I entered the following code to setup twitter cards on my website, diydanielle.com:
<meta content='summary_large_image' name='twitter:card'/>
<meta content='@diydanielle' name='twitter:site'/>
<meta content='@diydanielle' name='twitter:creator'/>
<meta content='http://www.diydanielle.com' name='twitter:domain'/>
<meta expr:content='data:post.firstImageUrl' name='twitter:image:src'/>
<meta expr:content='data:post.title' name='twitter:title'/>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' name='twitter:description'/>
<b:else/>
<meta expr:content='data:post.snippet' name='twitter:description'/>
</b:if>
<meta expr:content='data:post.sharePostUrl' name='twitter:url'/>
But the validator is telling me I’m not whitelisted. I removed the code and reinstalled. Same issue. Am I doing something wrong? Thanks!
Danielle
(absolutely no idea how to make the code show up)