Skip to content

Instantly share code, notes, and snippets.

@druellan
Created December 29, 2015 17:18
Show Gist options
  • Select an option

  • Save druellan/6fb2266c4bf107397162 to your computer and use it in GitHub Desktop.

Select an option

Save druellan/6fb2266c4bf107397162 to your computer and use it in GitHub Desktop.

Revisions

  1. druellan created this gist Dec 29, 2015.
    16 changes: 16 additions & 0 deletions googlefacebooktwitter.template.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    <html prefix="og: http://ogp.me/ns#">
    <head>
    <title>The Title</title> <!-- ˜60 chars -->
    <meta name="description" content="The Description"> <!-- ˜150 chars -->
    <meta property="og:title" content="The Title">
    <meta property="og:description" content="The Description"> <!-- ˜300 chars -->
    <meta property="og:site_name" content="Sfida Blog">
    <meta property="og:locale" content="es_AR">
    <meta property="og:type" content="website">
    <meta property="og:url" content="http://www.sfidastudios.com">
    <meta property="og:image" content="http://www.sfidastudios.com/logo.png"> <!-- 200x200px - 1200x1200px -->
    <meta name="twitter:card" content="summary">
    <meta name="twitter:site" content="@sfidastudios">
    <link rel="publisher" href=”https://plus.google.com/+sfidastudios">
    </head>
    </html>