Mercurial > public > bravenewsurf
diff bns_website/templates/core/social_sharing_end.html @ 12:55e1d68da925
For issue #3, add social media sharing icons to the home page.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 30 Oct 2011 16:00:12 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bns_website/templates/core/social_sharing_end.html Sun Oct 30 16:00:12 2011 -0500 @@ -0,0 +1,12 @@ +<script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> +<script type="text/javascript"> +window.___gcfg = { + lang: 'en-US' +}; + +(function() { + var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; + po.src = 'https://apis.google.com/js/plusone.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); +})(); +</script>