Skip to content

Instantly share code, notes, and snippets.

@joelg
Created May 27, 2011 18:15
Show Gist options
  • Save joelg/995816 to your computer and use it in GitHub Desktop.
Save joelg/995816 to your computer and use it in GitHub Desktop.
Buffer Button settings for Sharebar Wordpress Plugin
<!-- code for Big Button: -->
<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="[title]" data-url="[url]" data-via="[twitter]" data-count="vertical">Buffer</a>
<script type="text/javascript" src="http://static.bufferapp.com/js/button.js"></script>
<!-- code for Small Button: -->
<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="[title]" data-url="[url]" data-via="[twitter]" data-count="horizontal">Buffer</a>
<script type="text/javascript" src="http://static.bufferapp.com/js/button.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment