Skip to content

Instantly share code, notes, and snippets.

@deadflowers
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save deadflowers/17016387e203c1b1a577 to your computer and use it in GitHub Desktop.

Select an option

Save deadflowers/17016387e203c1b1a577 to your computer and use it in GitHub Desktop.
social media embeds
<!DOCTYPE html>
<html><head><title>testing social media</title>
<!-- facebook opengraph -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@nytimes">
<meta name="twitter:creator" content="@SarahMaslinNir">
<meta name="twitter:title" content="Parade of Fans for Houston’s Funeral">
<meta name="twitter:description" content="NEWARK - The guest list and parade of limousines with celebrities emerging from them seemed more suited to a red carpet event in Hollywood or New York than than a gritty stretch of Sussex Avenue near the former site of the James M. Baxter Terrace public housing project here.">
<meta name="twitter:image:src" content="http://graphics8.nytimes.com/images/2012/02/19/us/19whitney-span/19whitney-span-articleLarge.jpg">
<!-- facebook opengraph -->
<meta property="og:title" content="Facebook Open Graph META Tags"/>
<meta property="og:image" content="http://davidwalsh.name/wp-content/themes/klass/img/facebooklogo.png"/>
<meta property="og:site_name" content="David Walsh Blog"/>
<meta property="og:description" content="Facebook's Open Graph protocol allows for web developers to turn their websites into Facebook "graph" objects, allowing a certain level of customization over how information is carried over from a non-Facebook website to Facebook when a page is 'recommended', 'liked', or just generally shared."/>
</head>
<body>
<!-- jquery map -->
<div id="map" style="height: 320px;"></div> <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script> <script src="http://code.jquerygeo.com/jquery.geo-1.0.0-b1.5.min.js"></script> <script>$(function() { $( "#map" ).geomap( ); });</script>
<!-- jquery twitter heat map -->
http://jquerygeo.com/test/examples/twitter-heat.html?q=github
http://jquerygeo.com/test/
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment