Skip to content

Commit

Permalink
Update twitter button provided code
Browse files Browse the repository at this point in the history
  • Loading branch information
gdumitrescu committed Feb 9, 2014
1 parent c68d65c commit 868f10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<div class="footer-container">
<span class="copyright">&copy; 2014 MediaTracker</span>
<span class="crowd-favourite-button">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://ss14-team-90.divshot.io" data-text="Check out potential-dangerzone by FEWD" data-via="staticshowdown">Tweet</a>
<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>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://ss14-team-90.divshot.io" data-text="Check out MediaTracker by FEWD" data-via="staticshowdown">Tweet</a>
<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>
</span>
</div>

Expand Down

0 comments on commit 868f10c

Please sign in to comment.