Skip to content

Instantly share code, notes, and snippets.

@rpearce
Created September 22, 2012 17:33
Show Gist options
  • Save rpearce/3767005 to your computer and use it in GitHub Desktop.
Save rpearce/3767005 to your computer and use it in GitHub Desktop.
<div class="addthis_toolbox addthis_default_style addthis_32x32_style"
addthis:url="http://starvingdeveloper.wordpress.com"
addthis:title="My custom title!"
addthis:description="Sweet! This is my default text about <%= item.get('something_interesting') %>!">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"
addthis:title="Sweet! This is my custom Twitter text about <%= item.get('something_interesting') %>!"></a>
<a class="addthis_button_linkedin"
addthis:description="Sweet! This is my custom LinkedIn text about <%= item.get('something_interesting') %>!"></a>
<a class="addthis_button_email"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment