Skip to content

Commit

Permalink
added twitter button
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gingras committed Oct 28, 2013
1 parent 8f5f81a commit 76f7bf3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ block content
#title-bar.alert.alert-dismissable.navbar-inverse.navbar-brand
button#title-close.close(type="button", data-dismiss="alert", aria-hidden="true") ×
<strong><a href="https://twitter.com/FBomb_co">@FBomb_co</a></strong> <small style="color:#999">See where in the world the FBomb is being dropped!!<br><span style="color:white;">Click a signpost for details...</span></small>

<br><br>
<a href="https://twitter.com/FBomb_co" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @FBomb_co</a>
#map-canvas
.row.feed
.col-lg-2.col-lg-offset-10.col-md-2.col-md-offset-10.col-sm-2.col-sm-offset-10
Expand All @@ -38,3 +39,5 @@ block content

ga('create', 'UA-42796191-4', 'fbomb.co');
ga('send', 'pageview');
script
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>

0 comments on commit 76f7bf3

Please sign in to comment.