Skip to content

Instantly share code, notes, and snippets.

@Swader
Created September 19, 2012 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Swader/3748694 to your computer and use it in GitHub Desktop.
Save Swader/3748694 to your computer and use it in GitHub Desktop.
For Drazhen with love <3
function post_social_icons() {
echo "<div class='pw-widget pw-size-large'>
   <a class='pw-button-googleplus'></a>
   <a class='pw-button-facebook'></a>
   <a class='pw-button-twitter'></a>
   <a class='pw-button-email'></a>
   <a class='pw-button-post'></a>
</div>
<script src='http://i.po.st/static/script/post-widget.js#publisherKey=71ivmi7rc1d5gkfogd4p' type='text/javascript'></script>
";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment