Skip to content

Instantly share code, notes, and snippets.

@mehdimehdi
Created November 20, 2012 18:09
Show Gist options
  • Save mehdimehdi/4119728 to your computer and use it in GitHub Desktop.
Save mehdimehdi/4119728 to your computer and use it in GitHub Desktop.
Social Bar snippet
<!-- this is the basic snippet which works for any HTML template -->
<div class="pt-social" data-referral="true" data-display="false" data-href="http://the_link_to_the_article" data-text="The description for twitter" data-with-pinterest="true" data-media="http://url_to_image_for_pinterest"></div>
<!-- this is the the snippet for wordpress implementation -->
<div class="pt-social" data-referral="true" data-display="false" data-href="<?php the_permalink() ?>" data-text="<?php the_title() ?>" data-with-pinterest="true" data-media="http://url_to_image_for_pinterest"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment