How long would it take to Mod this plugin
What I need is this:
- For it to pull the full size image for the post. It's currently using just the feed's image which is much smaller.
- For the full size image within the post to link to the original site (not the pinterest site, but what the pinterest pin links to)
I want the full sized image to be pulled, and also the link that the full size image is linked with to be pulled and linked to with the image on my website.
In the current post, this is the code that's created when pulled from the current RSS feed:
<p><a href="/pin/498914464942819485/"><img src="http://media-cache-ec0.pinimg.com/192x/1c/fc/b3..."></a>Funeral For My Fat</p>
There are 2 problems, the first is <a href="/pin/498914464942819485/">, when clicked on it doesn't go to anything because the origional link would have been pinterest.com/pin/498914464942819485/, instead of MYSITE.com/pin/498914464942819485/, which would be pointless since they are already on that pin in the first place, this is why I want it to link to the origional pins link (the location the photo was origionally pinned from).
and the second is the img src, it's the small version
I just need it to link to the original pins link, and pull the full sized picture.
So... can you do it, and how long would this take you? Estimation are ok.
Thank you!
Justin