Created
November 20, 2012 18:09
-
-
Save mehdimehdi/4119728 to your computer and use it in GitHub Desktop.
Social Bar snippet
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
<!-- 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