Created
August 22, 2011 01:53
-
-
Save anthonyshort/1161485 to your computer and use it in GitHub Desktop.
AddThis Markup
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
| <li class='email'> | |
| <a | |
| addthis:title="TITLE HERE" | |
| addthis:url="URL HERE" | |
| href='http://addthis.com/bookmark.php' | |
| rel='external' | |
| title='Send to a friend' | |
| class="addthis_button_email">Send to a friend</a> | |
| </li> | |
| <li class='twitter'> | |
| <a | |
| addthis:title="TITLE HERE" | |
| addthis:url="URL HERE" | |
| href='http://addthis.com/bookmark.php' | |
| rel='external' | |
| title='Follow Merino on Twitter' | |
| class="addthis_button_twitter">Follow Merino on Twitter</a> | |
| </li> | |
| <li class='facebook'> | |
| <a | |
| addthis:title="TITLE HERE" | |
| addthis:url="URL HERE" | |
| href='http://addthis.com/bookmark.php' | |
| rel='external' | |
| title='Follow Merino on Facebook' | |
| class="addthis_button_facebook">Follow Merino on Facebook</a> | |
| </li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment