annotate gpp/templates/core/social_sharing_begin.html @ 492:3c48a555298d
Added a custom tag to display a link to a profile. Refactored the avatar tag to optionally display a profile link around the image. Removed the width and height attributes from the avatar image tag. I think this was causing disk hits whenever those properties were not cached. The avatar tag is now an inclusion tag.
author |
Brian Neal <bgneal@gmail.com> |
date |
Sat, 22 Oct 2011 00:07:50 +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>
|