Pinterest is a virtual pinboard which allows you to organize and share things you find on the web. You can browse pinboards created by other people to discover new things and get inspiration from people who share your interests.

learn more… | top users | synonyms

-3
votes
1answer
27 views

Scraping Images from Pinterest on Heroku - is it possible?

I'm trying to read a specific pin page from pinterest and getting a 403 (Permission Denied) as a response. Here's the code: url = 'http://pinterest.com/pin/498844096195830377' open(url) This ...
0
votes
0answers
30 views

pinterest not wokring to fetch images in magento

I am facing one problem in magento 1.7.0.2. I am using pinterest in my magento project. I set up the code of pinterest in my view page as showing in following way. <?php $productName = ...
0
votes
0answers
21 views

Loading Pinterest asynchronously not working

I have been using [Blackfish Web's][1] script for asynchronously loading a bunch of social media plugins such as Facebook and Twitter. I have tried including Pinterest but it doesn't seem to want to ...
0
votes
0answers
21 views

How to Share Image with pinterest from android app?

I have to share Bitmap image in social Media. i can share image with Facebook, Twitter, LinkedIn etc but i could not found any API to integrate with pinterest. Let me know if you have such an idea to ...
1
vote
1answer
46 views

How to find out the user's board id

I am new to pinterest, and have limited understanding how thing works in pinterest. Plus i couldn't find an offical API for pinterest. However i manage to find the following script, which looks like ...
-1
votes
1answer
85 views

How to make Pinterest style list view?

I was trying to make a list view style "Pinterest" But it must have considerable skill. Because memory management should be required. List-view structure of the adapter that you are currently viewing ...
2
votes
2answers
55 views

Show login screen for humans but allow robots to index

I am working on a Pinterest clone in WordPress at the moment. I want to know how Pinterest manages to get their site indexed by search engines when you have to log in to see the pin screens? So, I ...
2
votes
0answers
41 views

AddThis customized linkedIn and pintrest image not working

My client wants Facebook, twitter, pintrest and LinkedIn button with statastics by AddThis. but instead of using default images i want to use custom images with same functionality for AddThis. I can ...
0
votes
1answer
174 views

Using Angular + JQuery for a Dynamic Pinterest-Style Layout

I'm relatively new to Angular and have very little experience with JQuery, so whatever insight/advice you can give me would be greatly appreciated. My goal is to build a dynamic Pinterest-style ...
0
votes
0answers
13 views

Pinterest pin it button is redirecting to the parent anchor tag location

Actually i am using pinterest-pin-it-button-for-images wordpress plugin. URL : http://wordpress.org/extend/plugins/pinterest-pin-it-button-for-images/ The pin it button is showing over the images ...
-1
votes
0answers
26 views

calculation error in .outerHeight()

I have created my own jquery function to arrange elements in pinterest style http://www.popbild.com/images.php ALGORITHM-> step 1:calculate height of a div1,div2,div3 step 2:store these values step ...
0
votes
1answer
27 views

JQuery dosn't work when i load contents using AJAX

I have a problem when i load page using AJAX.I have created a pinterest type arrangement using jquery. But when i load it using Ajax it doesnt work. I have searched for it and found bind() ...
0
votes
0answers
25 views

Import XML Data on Pinterest

I'm looking to get the time signature from pins that are on Pinterest. For the sake of this example we will use: http://pinterest.com/pin/44824958764005793/ From the above webpage I would like to ...
-1
votes
0answers
42 views

Pin a local image to Pinterest iOS [closed]

Anybody have any idea how I could create a view to take a username a password for Pinterest, log in and upload a local image from my iOS app? This would preferably be without the help on a 3rd party ...
0
votes
1answer
98 views

Adding Pinterest image hover widget after Ajax load

I am using the pinterest image hover widget to add the ability for users to pin images off my website to their pinterest accounts. Widget found here: ...
0
votes
0answers
39 views

How to move social buttons to bottom of a content post in wordpress?

I have made a shortcode hook with twitter button api.When i use the shortcode in any post after the image or content, the button displaying at top of the post.how can i display the button below the ...
0
votes
2answers
44 views

Pinterest Ajax Get Pins Invalid Label

var url = "http://pinterestapi.co.uk/" + pinterestUsername + "/pins"; $.ajax({ dataType: "jsonp", url: url, success: function (data) { alert(data) } }); firebug "invalid ...
0
votes
2answers
43 views

How to get image url of a post in wordpress?

I am developing a Pinterest pinit plugin for Wordpress. Pinterest pinit buttons requires an image URL and post URL... how can I get an image URL? I used the below code but it didn't work out: ...
0
votes
0answers
20 views

wordpress plugin for pinterest hashtags

I am developing a website using wordpress for which I am in need of a plugin which collects the pinned posts from pinterest with a specified hash tags for the posts. Is there any plugin to get the ...
0
votes
0answers
36 views

Get posts from pinterest for a specified hashtag

How to get the Images from pinterest with a specified hashtag of the pic. I need to get the pinned pictures with a specific hash tags from the pinterest. Is there any way to get.
0
votes
1answer
49 views

How to make Pinterest pinit button

I am thinking to develop a plugin which creates Pinterest pinit button. I could not able to find the API for Pinterest Buttons. Can anybody tell how to find pinit button code? Is pinterest providing ...
0
votes
0answers
54 views

I'm trying to .setAttribute CSS into Pinterest pop-up

I would like to implement this line of code: .setAttribute("style", "overflow: scroll;") Into this set of line: ...
0
votes
1answer
158 views

Pinterest splash page in twitter bootstrap

Checkout Pinterest's splash page - **(Make sure that your logged out of your account or you wont see the splash page.) The image of a Macbook at the bottom, It's responsive and shrinks and expands ...
0
votes
0answers
19 views

RSS : FULL itemtitle instead of TRUNCATED itemtitle

I have a Pinterest RSS feed and all the titles are truncated (description of a photo is automatically the title). Is there a way around this because I'd like to have the full itemtitle instead of the ...
0
votes
2answers
158 views

autopost to pinterest

I almost have this code complete, but I have hit a snag, I am writing an autopin script to pinterest and it loads the page but wont submit :( I just need a little help to complete this script. ...
0
votes
0answers
5 views

how to save views time?

in a Pinterest website, a view occurs when a person watch a pin, we want to save these view events and the format may like as follow. userid,pinid->viewtimes. these data may expansion quickly ...
0
votes
1answer
267 views

Pinterest API - returning 403 on EC2 Instance

I'm attempting to retrieve the number of Pins for a given URL. I created this Python script, which takes two separate URLs and prints out the amount of Pins for each. When I run this script on my ...
0
votes
0answers
34 views

Pinterest like pins height?

I make a webpage like pinterest using isotope js. but I have some problem with the pin's height. I want to use some 3d transform css effect in pins but they need to actually height value. Every pin's ...
1
vote
0answers
299 views

Pinterest Pin It button doesn't work with uploaded images on Wordpress blog

I have recently migrated from blogger to wordpress, but am having issues with images. Both Pinterest and Facebook are not recognising my new images that I am uploading to wordpress, however they do ...
2
votes
2answers
324 views

Pinterest Bookmarklet Not Finding Images

I have searched quite a bit for a solution and can't seem to find anything on this topic so I thought I would reach out to this amazing community. I will try to provide enough context here so that ...
0
votes
0answers
116 views

How to use Sharrre Pinterest on dynamic website?

I have a website with background image slider plugin. I would like to use pinterest on the site but I don't know how to change the value of the button everytime when the background chamge. The ...
1
vote
1answer
123 views

Pinterest widget conflict with jquery tabs

I am trying to put a Pinterest widget into tabs on my website using jQuery, but it does not display anything. However, when I put it outside the tab it works. I am using this jQuery code: ...
-1
votes
1answer
85 views

Misalignment of facebook “like” button to the “tweet” and “pin” button [closed]

I am not good with code so if someone could give me a straightforward easy answer it would be hugely appreciated! As this is such an annoying problem. Thank you in advance Jake
0
votes
1answer
85 views

Share on pinterest using pinit button

I have created a pinit button which can be seen here http://auragraphic.com/mag/ for each image there is a pinit button, when I am clicking on it I pass following things url - this contains the ...
0
votes
1answer
43 views

does mod_rewrite on file extensions interfere with verification files?

I'm currently using mod_rewrite to remove the .HTML extension from files, as well as redirect to their friendly versions. I use the pinterest.html and google.html files for verifying my Pinterest ...
0
votes
0answers
101 views

How to get callback from Pinterest after pinning becomes successful?

I have implemented Pinterest using JavaScript and I need to know that, how can I get some callback when pinning becomes successful. Code I am using is as follows: <html> <head> ...
0
votes
0answers
49 views

Check if WP Post/Page contains Image or Gallery

I want to add a Pinterest Button to any kind of Posts (Page/Post/Custom Content Type) only if the Post contains a visual Image in Content. Images could be embedded as single Image or as Image Gallery ...
1
vote
0answers
78 views

Handling javascript links in a standalone web app

I found this javascript to turn a mobile site into a standalone web app. It works great except for with the Pinterest Pin button, which I believe is a javascript link. I'm not versed in javascript so ...
0
votes
3answers
135 views

Error while Implementing Pinterest using javascript

I am implementing Pinterest in my phonegap android application. Code I am using is as follows: <html> <head> <title>PINTEREST</title> <meta ...
0
votes
0answers
300 views

iOS application integration with pinterest?

What is the most reliable way to allow pinterest sharing from iOS app? Is there any API for pinterest to share images form my iphone app ?
1
vote
0answers
89 views

How does Pinterest calculate and retrieve popular pins?

How does Pinterest calculate and retrieve popular pins? I guess it has to be with repins/likes/clicks with some relation to the time each was done. But since the loading of these items is done pretty ...
0
votes
2answers
78 views

load pinterest script when needed

I have an index page where Pinterest button will be visible many times for different items. I want to be sure that page loads fast and Pinterest buttons do not slow down the page. How ever, since ...
0
votes
2answers
143 views

How to integrate Pinterest using OpenURL?

I have tried calling pinterest app using ios OpenURL scheme but canOpenURL method always return false. I need help to get it work as i'havent find any solution by google. I dont want to use UIWebView ...
0
votes
1answer
83 views

Restyle Pinterest Widget?

Is it possible to restyle this standard Pinterest widget? Take a look here. Let's say I simply want to change the background color: http://business.pinterest.com/widget-builder/#do_embed_user (hit ...
1
vote
0answers
82 views

Share on Pinterest: avoid Google Maps?

LINK TO THE IMAGE Hello, I need help for Pinterest API. When I try to share photos of my page results appear in the images of Google Maps .. Is there a way to hide these images? I've heard that ...
0
votes
1answer
628 views

Pinterest button - invalid url

Since yesterday when Pinterest updated its website, my Pinterest 'Pin it' buttons stopped functioning properly, i.e. the spinning wheel goes forever in the popup window. My code - which used to work ...
0
votes
0answers
148 views

how to share content to pinterest in android from my application

I want to share any image or text to Pinterest, like I can do with Facebook, Twitter or LinkedIn. I searched a lot, but got only JavaScript code. Can anybody please show me how to share content on ...
2
votes
2answers
92 views

I am trying to parse a non-standard rss feed with Powershell

My Pinterest feed truncates the RSS title to 20 characters and I need to parse out the "img src" and the longer text at the end of description. My very simple code works, but I cannot figure out how ...
0
votes
0answers
152 views

pinterest jquery ajax

I have been experimenting with a Pinterest style layout and found this website: http://benholland.me/javascript/how-to-build-a-site-that-works-like-pinterest/ via a previous StackOverflow discussion. ...
0
votes
1answer
132 views

Colorbox and pinterest button URL updating

I've got an image gallery which is dynamically populated using a database query. From here I've got colorbox working so that when you click the image it loads the image and allows you to click ...

1 2 3 4 5