Skip to content

Instantly share code, notes, and snippets.

@mtinra
Last active May 17, 2017 11:41
Show Gist options
  • Save mtinra/d9564522e9c8ded8c00a9cef246a0e02 to your computer and use it in GitHub Desktop.
Save mtinra/d9564522e9c8ded8c00a9cef246a0e02 to your computer and use it in GitHub Desktop.

Facebook

http://www.facebook.com/sharer.php?u=URL

All other data will be fetched from open graph meta tags

<meta property="og:url" content="URL" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Content" />
<meta property="og:description" content="Description" />
<meta property="og:image" content="IMAGE_URL" />

Twitter

ttp://twitter.com/share?
<h4>Share This</h4>
<ul>
<li class="share-fb"><a href="http://www.facebook.com/sharer.php?u=[URL]"><span></span></a></li>
<li class="share-tw"><a href="http://twitter.com/share?text=[TITLE]"><span></span></a></li>
<li class="share-pinterest"><a href="http://pinterest.com/pin/create/button/?url=[URL]&description=[TITLE]"><span></span></a></li>
<li class="share-gplus"><a href="https://plus.google.com/share?url=[URL]"></a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment