Skip to content

Instantly share code, notes, and snippets.

@rossharper
Created March 19, 2012 23:52
Show Gist options
  • Save rossharper/2128610 to your computer and use it in GitHub Desktop.
Save rossharper/2128610 to your computer and use it in GitHub Desktop.
Pinterest Button for Wordpress
<div class="pinterestbutton">
<a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink() ?>&media=<?php rh_article_image() ?>&description=<?php the_title(); ?>"
class="pin-it-button"
count-layout="none">
<img border="0" src="http://assets.pinterest.com/images/PinExt.png" title="Pin It" />
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment