Questions tagged [pin-it-sdk]

8 questions
4
votes
3 answers

How to share/pin message with Image in Pinterest through my Android application

I am trying to integrate Pinterest to my android application and to pin/share message with image.But I am not getting any way to do this. I downloaded the Pinterest SDK and added the jar file in my project. Following is my code snnipet. PinIt pinIt…
Tripaty Sahu
  • 955
  • 4
  • 13
  • 32
2
votes
0 answers

Android PinIt sharing doesn't show description with URI source

I'm using PinIt Class (Android PinIt SDK) to post an image on Pinterest. When I post an online image by URL, image shows up in dialog popup as well as suggested description, everything is fine. By adjusting code to use URI as source file instead,…
Jayco
  • 185
  • 2
  • 10
2
votes
0 answers

Pinterest : setUrl for setImageUri

mButtonPinIt = (PinItButton) view.findViewById(R.id.pin_button); mButtonPinIt.setImageUri(Uri.fromFile(mFile.getAbsoluteFile())); mButtonPinIt.setUrl("http://www.google.com"); By taking Image from sdCard, webUrl is not setting in Pinterest…
Shanki Bansal
  • 1,681
  • 2
  • 22
  • 32
1
vote
2 answers

Pinterest button - Parameter 'source_url' -is not a valid URL format

I am using Pinterest button in my website for sharing the image. I have used third part widget from addThis.com for attaining this functionality. The code in my html looks like below..
1
vote
1 answer

Android Pin It SDK - How to share local image?

I am trying to use Pinterest SDK . I have tried codes given in that link , its working fine for me. I need to share image from SD card. How to do it ? I have tried with following code, pinIt = new PinItButton(this); …
tilak
  • 4,589
  • 6
  • 34
  • 45
0
votes
0 answers

Pinteres save bottom changes sizes between mobile and desktop versions

I´m trying to get the Pinterest save buttom running on all the images with this script on my site The thing is that it works on the desktop version and it looks ok, small, well…
Tezak
  • 1
0
votes
1 answer

How to choose which pictures are available to pin when adding a pin it button to a page?

I am developing a webpage that has a pin-it button on it. The problem is that when I click on it, the popup window that appears shows images that I don't know where are retrieved from because they are not present in the current page. Is there a way…
jstuardo
  • 3,901
  • 14
  • 61
  • 136
0
votes
2 answers

Android Pinterest SDK: PinIt button no longer functioning

We noticed the Pin It button is no longer working within our application. Pressing it doesn't result in anything occurring. The PinItListener doesn't get any exception callbacks, but it returns false for whether it was pinned in onComplete. Trying…
HannahMitt
  • 1,010
  • 11
  • 14