Skip to content

Instantly share code, notes, and snippets.

@roachhd
Last active August 29, 2015 14:07
Show Gist options
  • Save roachhd/879c321c8e89b1232eb3 to your computer and use it in GitHub Desktop.
Save roachhd/879c321c8e89b1232eb3 to your computer and use it in GitHub Desktop.
a collection tweet, share, like etc buttons for various social neteorks for Roach Haus
<a href="https://twitter.com/share" class="twitter-share-button" data-via="mektball">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>
<!-- regular size tweet button that says the title and page URL asking with @mektball good generic button -->
<!-- regular size follows button that shows user name -->
<a href="https://twitter.com/mektball" class="twitter-follow-button" data-show-count="false">Follow @mektball</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>
<!-- as above but a large button -->
<a href="https://twitter.com/mektball" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @mektball</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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment