Trying to post images to pinterest
-
So I’m editing feed.js to swap out google plus for pinterest.
I’ve gotten this far:
var google_plus_url = 'https://pinterest.com/pin/create/button/?url=' + 'https://www.mywebsite.ie' + '&media=' + 'IMAGE URL HERE';
So it’s push the post through to pinterest and attribute it to “mywebsite.ie” but I can’t figure out how to pull in the image url.
Any thoughts?
- The topic ‘Trying to post images to pinterest’ is closed to new replies.