-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom save button cannot pin image with description & url #103
Comments
+1 Also, using PinUtils.pinOne, 'description' is never used and only scraped from the passed 'url'. Really annoying. Description should have been set instead of the meta data from the url. |
+1 I use the API's interface as described here:
but as @timocouckuyt pointed out, the description field gets ignored and instead the description is pulled from the og:description meta tag. Also, how am I supposed to add a custom title when I use the pinOne-function? I find it frustrating to read/follow the official documentation only to find out after hours of debugging that it just doesn't work as described. |
+1 |
Has anyone figured out which meta tags are used by pinterest to fill the title and description?
Update: |
Hi, have you tried pin:media and pin:description in your META tags? (Pinterest does not listen for a title meta.) Here's something that might help: https://gist.github.com/kentbrew/2f5be2bdc8383f7489d923af0cc3ce9f |
Url & description seems not being pinned by the ways documented in "Custom button conversion" of Save button
We tried both HTML & JavaScript ways, and they open the same pin-builder page:
This is our JavaScript code:
HTML:
The way we used to pin image doesn't work either (same pin-builder page as mentioned):
codepen for above code
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: