Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created February 7, 2013 10:12
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 niraj-shah/4730054 to your computer and use it in GitHub Desktop.
Save niraj-shah/4730054 to your computer and use it in GitHub Desktop.
Social BBC News Example
<html>
<head>
<title>BBC News - Like Button - Comments</title>
</head>
<body>
<!--
Code by: Niraj Shah - www.webniraj.com
-->
<!-- BBC Player -->
<object type="application/x-shockwave-flash" id="embeddedPlayer_10318089" data="http://emp.bbci.co.uk/emp/releases/worldwide/revisions/749603_749269_749444_5/749603_749269_749444_5_emp.swf" width="640" height="360" style="visibility: visible; "><param name="quality" value="high"><param name="wmode" value="default"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="flashvars" value="embedReferer=http%3A%2F%2Fwww.bbc.co.uk%2Fsearch%2Fnews%2F%3Fq%3Dlive%20news&amp;embedPageUrl=http%3A%2F%2Fwww.bbc.co.uk%2Fnews%2F10318089&amp;uxHighlightColour=0xff0000&amp;domId=emp-10318089-54583&amp;enable3G=true&amp;playlist=http%3A%2F%2Fplaylists.bbc.co.uk%2Fnews%2F10318089A%2Fplaylist.sxml&amp;config=http%3A%2F%2Fwww.bbc.co.uk%2Fplayer%2Femp%2F2_0_55%2Fconfig%2Fdefault.xml&amp;fmtjDocURI=%2Fnews%2F10318089&amp;config_settings_showShareButton=true&amp;config_settings_autoPlay=true&amp;config_settings_showPopoutButton=true&amp;config_plugin_fmtjLiveStats_pageType=eav1&amp;config_plugin_fmtjLiveStats_edition=Domestic&amp;config_settings_showUpdatedInFooter=false&amp;holdingImage=http%3A%2F%2Fnews.bbcimg.co.uk%2Fmedia%2Fimages%2F48351000%2Fgif%2F_48351569_640x360-news.gif&amp;mediatorHref=http%3A%2F%2Fopen.live.bbc.co.uk%2Fmediaselector%2F5%2Fselect%2Fversion%2F2.0%2Fmediaset%2Fjournalism-pc%2Fvpid%2F%7Bid%7D"></object>
<!-- Facebook JavaScript SDK -->
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=224597957564170&amp;xfbml=1"></script>
<!-- Facebook Like Button -->
<div style="margin-top: 10px;">
<fb:like href="http://www.bbc.co.uk/news/" send="true" width="640" show_faces="true" font=""></fb:like>
</div>
<!-- Facebook Comments Plugin -->
<fb:live-stream event_app_id="77626808659" width="640" height="500" xid="" via_url="http://www.bbc.co.uk/news" always_post_to_friends="true"></fb:live-stream>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment