Skip to content

Instantly share code, notes, and snippets.

@mariemosley
Created September 19, 2012 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariemosley/3749437 to your computer and use it in GitHub Desktop.
Save mariemosley/3749437 to your computer and use it in GitHub Desktop.
Twitter cards markup for Blogger/Blogspot
<!-- twitter card details -->
<meta content='summary' name='twitter:card'/>
<meta content='@YOUR-TWITTER-NAME' name='twitter:site'/>
<meta expr:content='data:blog.url' name='twitter:url'/>
<meta expr:content='data:blog.pageName' name='twitter:title'/>
<meta expr:content='data:blog.metaDescription' name='twitter:description'/>
<meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image'/>
<!-- end twitter card details -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment