pinterest Questions
10
Solved
Update Aug 2015: Pinterest provides it here now https://dev.pinterest.com/
Is there official or unofficial documentation on the v2 Pinterest API?
Things I know:
JSON api is in version 2. ...
Maplemaples asked 30/3, 2012 at 22:11
3
Solved
I am trying to fetch Pinterest data, which would be the public info of the user(follower count etc), and all pins for a user.
I know the v3 API are up now and v2 apis have been taken down.
I foun...
7
I tried to find the solution but can't. I need a custom image for Pinterest (Pin It) button and pin some custom image by url but not a current page.
I created a custom link:
<a href="http://pi...
2
Solved
I have written a script to add a Pinterest button to most images on my site. The issue is that when someone has the Chrome Pin it extension enabled in their browser, the "pin it" button shows up tw...
Thimbleweed asked 23/10, 2015 at 15:7
1
Solved
UPDATE: (2015-10-16) [SOLVED!] -- Fixed with trigger() and by limiting to 50 pins with slice().
Many thanks to Abhas Tandon who offered that by using
$(this).trigger('click');
instead of
$(th...
Demonstration asked 15/10, 2015 at 21:30
1
I am using the v1 API ( https://api.pinterest.com/v1/pins/{PIN_ID}/ ... ) but there is no documentation on how to retrieve comments for certain pin.
So how do you do that?
2
Solved
Is there some way to use flexbox in React Native to achieve a Masonry / Pinterest style columns?
Terra asked 3/7, 2015 at 11:8
0
I am trying to make your javascript API work. I followed the basic setup on your js api docs. But I am getting a 401 unauthorized. I am not finding any solution how to resolve this.
I added header...
Holmgren asked 26/9, 2015 at 10:23
4
Solved
I recently found out that in Internet Explorer (v9 at least), the "Pin it" button for Pinterest is breaking 'back' functionality in the browser. Right-clicking on it shows an entry like 'http://ass...
Oily asked 15/2, 2013 at 21:7
1
I need to implement rich pins provided by pinterest (http://developers.pinterest.com/rich_pins/). One of the recommended ways is to use oembed. Unfortunately I am not familiar with oembed tags and ...
2
Solved
This documentation is clear: http://developers.pinterest.com/api_docs/oauth_code_exchange/
I need the code for swap it with an access token. But where is the endpoint for access to this code? Trie...
Marshallmarshallese asked 7/2, 2014 at 10:1
7
Solved
I have a page with tens or hundreds of posts, each one with social buttons.
I just can't generate all the buttons for each url: it is too slow (facebook, g+, twitter, pinterest... for hundreds of l...
2
The HTML scheme is following:
<div class="items">
<div class="item">...</div>
<div class="item">...</div>
<div class="item">...</div>
...
</div>...
Covenanter asked 3/3, 2014 at 13:28
7
Solved
Is it possible to create pinterest like layout on Android using GridView? I want to create image gallery using GridView but I am not sure if it is good solution. I do not want create three Li...
3
Solved
Will other services other than Facebook use Open Graph tags when scraping the page for sharing information?
Meaning, if I have an AddThis button (for example) on a page, which allows sharing to Fa...
Varioloid asked 1/5, 2012 at 12:15
3
Solved
I've been experimenting over and over but what I've got so far doesn't allow me to login into Pinterest with CURL and I cannot understand why..
function pinLogin()
{
$login_post = array(
'sourc...
1
I'm fighting with UIActivityViewController in iOS 8. I'd built a custom Pinterest sharing mechanism which works beautifully in iOS 7 -- specifically, it uploads an image to my server, and then crea...
Eider asked 25/9, 2014 at 22:40
7
Solved
Is there any way to create a dynamic Pinterest button? I'm trying to add Pinterest support to a site where the main content is dynamic, so I would only have a single Pin It button in the page sourc...
Drury asked 20/6, 2012 at 13:8
1
Solved
I have a UICollectionView and when an item is selected, I'd like it to animate full screen. So it would transition from the size of the cell to full screen and become a UIViewController. Pinterest ...
Auscultate asked 6/4, 2014 at 21:54
5
I am trying to find a short code that will enable me to add a 'Pin It' (Pinterest), text link to my wordpress blog. I just want a text link only. I don't want to use the graphical button they provi...
9
Rather than add Pin It buttons through our site, I would like to simply control what images show up in Pinterest's "Find Image" results if a user decides to pin one of our URLs.
As of now, "Find I...
3
When I click the AddThis Pinterest button, the box opens mid-screen, offereing a variety of images from my page. Cool. However, among those offered are grainy, enlarged portions of nav buttons, ban...
4
Background
I'm using the PinterestLikeAdapterView library to show some images from the internet, which is like a gridView but with different height for each cell.
The problem
Since I use this li...
Otranto asked 8/10, 2013 at 9:17
4
I have a page that has both Fancybox and a Pinterest pin button. Both seem to work as they should, but when I close the Fancybox overlay I see the following JavaScript error:
Uncaught TypeError: C...
Bustee asked 6/12, 2012 at 22:9
1
Solved
I want to integrate pinterest in my application. i want to add button of pinterest in my app through which i can upload image on pinterest I refer their Developers site but it doesnt help me.
I in...
Rickettsia asked 9/6, 2013 at 16:8
© 2022 - 2024 — McMap. All rights reserved.