Showing posts with label Pin it. Show all posts
Showing posts with label Pin it. Show all posts

Tuesday

Pinterest Introdues ‘Interests’ To Explore Category Based Pins

Posted By: Arin Dey - January 28, 2014
Pinterest added a new option in its website to help its users find more of what they would like to see. This new feature shows an ‘Explore Interests’ option under the category menu on the top left-hand side of the Pinterest home page.

On selecting ‘Preview! Explore Interests,’ users will be sent to an interests page that is personalized according to the users pins and likes on its own boards. Broad categories like 'technology', ‘travel’, 'music', ‘recipes’ can be seen easily with this offerings from Pinterest. 

Pinterest blog post says “If you’ve collected lots of pins that show climbing plants and wall ferns, your interests page might recommend vertical gardens for you to check out. You may see a few interests here and there that aren’t quite your thing, but rest assured that improvements are already in the works. If there’s something specific you’d like to see, we’re all ears!

Pinterest's effort that offers "Interests exploring" and that are based on the topics that are of interest to its users would definitely give users a wide space to pin in more category based selections.
Pinterest's message for its users : “We’re working hard to make Pinterest as relevant as possible for each person so it can be a place you can find and save all of the things you love, even if you didn’t even know you were looking for them. This is just the beginning of bringing you more great experiences for your unique interests.”

It also offers its users a Feedback form for this new feature 'Interest'. users may share their experience with this new addition by the Pinterest.

Monday

How To Add Official Pin It Hover Button To Blogger

Posted By: Poketors - August 12, 2013
Pinterest is one of the best ways to share pictures from your blog by pinning it on pinterest boards listed by categories. Pinterest has its own official "Pin it" hover button which can be added to your blog/website and users can share it by clicking on "Pin it" button easily like in the below image.
How To Add Official Pin It Hover Button To Blogger

If you're not using the board or profile widget, here are the steps to add the code :

Add Official Pin It Hover Button To Blogger Google+1. Back Up Your Blogger Template :

-Go to Blogger dashboard -> "Template" and click the "Backup/Restore" button in the top right corner.
-Save the .xml file.

2. Edit your template by clicking the "Edit HTML" button. 
3. Search for the </body> Tag
4. Add the below code just above the </body> tag:
<script type="text/javascript" data-pin-hover="true" src="//assets.pinterest.com/js/pinit.js"></script>
5.  Save Template. 

That's it. You are done adding the "Pin it" button. You should see Pin it button appearing in the upper left corner of blog images when you hover your cursor over each image.

How to Remove the Button From Certain Images :

Two ways are there to remove the button from individual images. If you want to remove the button from an image and prevent your blog viewers from pinning the image, add the "nopin" attribute to the image.

To add the "nopin" attribute to an image in a post, compose in the HTML view of your post, and find the img src HTML markup for the image you want to "nopin". It looks like this HTML view of an image in Blogger:

Add Official Pin It Hover Button To Blogger

Add nopin="nopin" right after your image's width attribute like below:

NoPin It Hover Button To Blogger

When you save your post, the Pin It button will disappear from that image. It also won't be pinnable through the Pinmarklet.

If you want to remove the button from an image, but still let pinmarklet users pin the image, you can directly add the data-pin-no-hover="true" attribute to your image link instead. It is similar process as for the nopin attribute, here you have to enter data-pin-no-hover="true" instead.

How to Remove the Pin It Button from Header Images :

Normally it should not happen to everyone, but some of our blog readers have the Pin It button appearing on their header image. This is a peculiar instance and this you would definitely like to remove it. For this, you need to add some extra code.

You have to back up your template again. Then, find the </body> tag again, and enter this code snippet directly above the </body> tag, after your Pin It button code:
<script type="text/javascript"> 
document.getElementById("Header1_headerimg").setAttribute("nopin","nopin");
</script>
Pinterest Support

Pinterest-created buttons are used in this article and it is an official way to add Pin it button. Hence you can get support directly from Pinterest if you require. You can read the documentation and contact Pinterest support here.


Note : The hovering buttons skip images with a width or height less than 250px. Not sure whether this is intended by Pinterest and it is worth getting in touch with them if it's affecting your blog/website.

Copyright © 2010-2023 Poketors | The content of this website is copyrighted and may not be reproduced on other websites.| Email us at : admin@poketors.com.