Hi Chris,
Been using Easy Pinterest, great app but the feed thumbnails do not have Pinterest URLs they are generating non-existent URLs on my site, resulting in a 404 if the thumbnail is clicked?
Thanks for your help,
Jamie
Hi Chris,
Been using Easy Pinterest, great app but the feed thumbnails do not have Pinterest URLs they are generating non-existent URLs on my site, resulting in a 404 if the thumbnail is clicked?
Thanks for your help,
Jamie
Jamie-
Open easy-pinterest.php
Find this line:
$pinterest_content = str_replace( '<a','<a target="_blank"',$pinterest_content );
Add Below It:
$pinterest_content = str_replace( 'href="','href="http://www.pinterest.com',$pinterest_content );
posted that problem a month ago. lol
but fix worked great. thanks.
Hi Jamie, sorry that I didn't see your original support request.
I've added the code fix from @openboxstudios into version 1.2.1 which should be live within the hour.
Chris
You must log in to post.