Skip to content

Instantly share code, notes, and snippets.

@jdeagle
Created December 13, 2012 20:36
Show Gist options
  • Save jdeagle/4279580 to your computer and use it in GitHub Desktop.
Save jdeagle/4279580 to your computer and use it in GitHub Desktop.
Twitter player card video meta tags
<meta name="twitter:card" content="player">
<meta name="twitter:site" content="@jdeagle">
<meta name="twitter:url" content="http://jamesdeagle.com">
<meta name="twitter:title" content="The Streets is here">
<meta name="twitter:description" content="Some quality tricks right here">
<meta name="twitter:image" content="http://placekitten.com/500/500">
<meta name="twitter:player" content="https://www.youtube.com/embed/PhWj3xDWrfE">
<meta name="twitter:player:width" content="435">
<meta name="twitter:player:height" content="251">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment