annotate gpp/templates/core/social_sharing_begin.html @ 493:bdcce55f137e
For #235, some minor news tweaks. The submitted by text is now a link to the author's profile. Only show 1 textarea to the user when submitting a new news story. The admin can paste into the 2nd one if needed.
author |
Brian Neal <bgneal@gmail.com> |
date |
Sat, 22 Oct 2011 00:48:45 +0000 |
parents |
7dbdbb08e68c |
children |
|
rev |
line source |
bgneal@490
|
1 <div id="fb-root"></div>
|
bgneal@491
|
2 <script type="text/javascript">(function(d, s, id) {
|
bgneal@490
|
3 var js, fjs = d.getElementsByTagName(s)[0];
|
bgneal@490
|
4 if (d.getElementById(id)) {return;}
|
bgneal@490
|
5 js = d.createElement(s); js.id = id; js.async = true;
|
bgneal@490
|
6 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
|
bgneal@490
|
7 fjs.parentNode.insertBefore(js, fjs);
|
bgneal@490
|
8 }(document, 'script', 'facebook-jssdk'));</script>
|