Created
September 22, 2012 17:33
-
-
Save rpearce/3767005 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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