Mercurial > public > bravenewsurf
comparison 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 |
comparison
equal
deleted
inserted
replaced
11:d5f3bb516fd3 | 12:55e1d68da925 |
---|---|
1 <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> | |
2 <script type="text/javascript"> | |
3 window.___gcfg = { | |
4 lang: 'en-US' | |
5 }; | |
6 | |
7 (function() { | |
8 var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; | |
9 po.src = 'https://apis.google.com/js/plusone.js'; | |
10 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); | |
11 })(); | |
12 </script> |