Pinterest Pin It Button

Pinterest Pin It Button

In this Tutorial: pinterest button – pin it button – pin button -pinterest buttons – pinterest pin button
*** Pin It Button Examples and How To Install instructions are at the bottom of this page! ****

The Pinterest Pin It Button comes in many visual forms including add-ons for web browsers, pin it buttons for your website, blog, tumbler as well as a WordPress Plugin.

Pinterest buttons or Pin It buttons allow users to share your pins and boards without leaving the source (website, blog, etc..). It is akin to the Facebook ‘Like’ button or Twitter ‘Tweet’ button. Pinterest is an online pinboard that lets users share images by pinning them on their pinboards. The pinned image is linked to the original webpage or online location. You may want to add a Pinterest button to your website to help your readers directly pin the posts to their Pinterest Boards.

Add the Pin It Button to your Website, click here or get the “Pin It” Button from Pinterest Goodies, Click Here

More Pin It Button Examples BELOW

Below is a visual tutorial to add a Pinterest button to your blog or website. Some code snippets are included at the bottom. The pin it button may be configured to display how many times a picture has been shared.

Go to the Pinterest Goodies Page to install the Pin Button to your Chrome browser.

Pinterest Pin It Button



A Pin It Button may also be added to any website or blog to encourage readers to share your content. The Pin Button works just like the Facebook Like Button or Twitter Tweet Button. This is a snapshot of the Pinterst Page where you can configure your own Pin Button from their website. You can go to the bottom of this page and use some of our code snippets for websites, WordPress and Tumblr.



Pinterest Pin It Button 2


Pinterest also supplies vector versions of their logo and badge for you to link back to Pinterest.

. You can download the Pin Button right from the Pinterest Goodies Page
Pin It Button Pinterest Badge



Pin It Button Pinterest Logo



(REMINDER: We are NOT associated with Pinterest)

Pin Button for Websites

Add this Pinterest Pin Button Anywhere on-line when you want to ask readers to Follow You:

Follow Me on Pinterest

And here is the Pinterest pin button code snippet to use:

<a href="http://pinterest.com/pintalk/"><img src="http://passets-lt.pinterest.com/images/about/buttons/follow-me-on-pinterest-button.png" width="169" height="28" alt="Follow Me on Pinterest" /></a>

Pinterest Pin it button for WordPress

To add a pinterest pin button to your WordPress site, edit the file single.php in editing mode. Put the below code above or below the call for the page content :

And here is the Pinterest pin button code snippet to use:

Pin It
 


<a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php if(function_exists('the_post_thumbnail')) echo wp_get_attachment_url(get_post_thumbnail_id()); ?>&description=<?php echo get_the_title(); ?>" class="pin-it-button" count-layout="horizontal">Pin It</a>
<script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script>

Pinterest Pin Button for Tumblr

In Tumblr Dashboard » Edit » HTML. Find {/block:Regular} and paste the following code either above or below (depending on where you want to place the pinterest button):

Pin It  

And here is the Pinterest pin button code snippet to use:

<a href="http://pinterest.com/pin/create/button/?url={Permalink}&description={PostTitle}" class="pin-it-button" count-layout="horizontal">Pin It</a> <script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script>

Leave a Reply