Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created February 14, 2013 19:58
Show Gist options
  • Save jlengstorf/4955862 to your computer and use it in GitHub Desktop.
Save jlengstorf/4955862 to your computer and use it in GitHub Desktop.
Standard ShareThis snippet for use in WordPress loops.
<div class="share-buttons" style="margin-bottom: 1em;">
<span class="st_fblike_hcount" st_url="<?php the_permalink(); ?>" st_title="<?php the_title(); ?>" displayText="Facebook Like"></span>
<span class="st_twitter_hcount" st_url="<?php the_permalink(); ?>" st_title="<?php the_title(); ?>" displayText="Tweet"></span>
<span class="st_sharethis_hcount" st_url="<?php the_permalink(); ?>" st_title="<?php the_title(); ?>" displayText="ShareThis"></span>
</div><!--/.share-buttons-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment