Created
March 12, 2013 09:11
-
-
Save jeremejazz/5141382 to your computer and use it in GitHub Desktop.
po.st Social Bookmark Widget Integration
This file contains 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
<!-- | |
Just add this inside <div class='post-footer'> | |
--> | |
<!-- Po.st start--> | |
<div class="sharebtn"> | |
<div class="pw-widget pw_copypaste_true pw-size-medium pw_counter_true"> | |
<a class="pw-button-facebook"></a> | |
<a class="pw-button-twitter"></a> | |
<a class="pw-button-googleplus"></a> | |
<a class="pw_blogger"></a> | |
<a class="pw_tumblr"></a> | |
<a class="pw-button-email"></a> | |
<a class="pw_print"></a> | |
<a class="pw-button-post"></a> | |
<a class="pw_title" style="display:none"><data:post.title/></a> | |
<a class="pw_url" style="display:none"><data:post.url/></a> | |
</div> | |
<script src="http://i.po.st/static/script/post-widget.js#publisherKey=pf2qrof85firjj1nhfeb" type="text/javascript"></script> | |
</div> | |
<!-- Po.st end http://jeremejazz.blogspot.com--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment