annotate bns_website/templates/core/social_sharing_begin.html @ 23:1357c69e887d
- I added a little New badge for posts in the last 3 days.
- I added a <div class=""> tag to the news posts to group them within the same Bootstrap CSS alert block. I'm not sure if it's a good idea or not, but it's kind of cool.
author |
Bob Mourlam <bob.mourlam@gmail.com> |
date |
Mon, 31 Oct 2011 22:08:45 -0500 |
parents |
55e1d68da925 |
children |
|
rev |
line source |
bgneal@12
|
1 <div id="fb-root"></div>
|
bgneal@12
|
2 <script type="text/javascript">(function(d, s, id) {
|
bgneal@12
|
3 var js, fjs = d.getElementsByTagName(s)[0];
|
bgneal@12
|
4 if (d.getElementById(id)) {return;}
|
bgneal@12
|
5 js = d.createElement(s); js.id = id; js.async = true;
|
bgneal@12
|
6 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
|
bgneal@12
|
7 fjs.parentNode.insertBefore(js, fjs);
|
bgneal@12
|
8 }(document, 'script', 'facebook-jssdk'));</script>
|