Guest Posted January 20, 2014 Share Posted January 20, 2014 Hey everyone, When I use the Rich Pin verification tool to see which tags are grabbed, only about half of them are from the prestashop product page on our site. http://developers.pinterest.com/rich_pins/ Has anyone had any success with incorporating these tags? Could anyone maybe point me in the right direction of how I would go about doing this? Link to comment Share on other sites More sharing options...
Dh42 Posted January 21, 2014 Share Posted January 21, 2014 What version of Prestashop are you running, I can make a module for this later this week. Link to comment Share on other sites More sharing options...
Dh42 Posted January 21, 2014 Share Posted January 21, 2014 Not too hard, I have a twitter card module I can modify to make it work. Link to comment Share on other sites More sharing options...
julianajones Posted January 21, 2014 Share Posted January 21, 2014 Pinterest is good promotional platform for those sites which has to many images for their products and designed fabulously . Link to comment Share on other sites More sharing options...
Dh42 Posted January 22, 2014 Share Posted January 22, 2014 Actually, try this module and see if it works for you. http://www.prestashop.com/forums/topic/303359-free-module-facebook-open-graph-tags/ Rich pins use the same info that facebook uses. 1 Link to comment Share on other sites More sharing options...
Guest Posted January 23, 2014 Share Posted January 23, 2014 Hey Dh42, You are right! That seems to be doing the trick! Thanks so much for your help! All the best, eggo Link to comment Share on other sites More sharing options...
NemoPS Posted January 23, 2014 Share Posted January 23, 2014 Wow, I didn't even know it Thanks for noticing Dh Link to comment Share on other sites More sharing options...
Guest Posted January 23, 2014 Share Posted January 23, 2014 Thanks for your work Nemo! Appreciate it. All the best! eggo Link to comment Share on other sites More sharing options...
Whispar1 Posted April 28, 2014 Share Posted April 28, 2014 I hate to pull up a solved thread but there is good information here from DH and Nemo. I can not get past validation because the price and currency tags are missing. My question is, how to I add those into the header and be able to pull the current price of the product? Link to comment Share on other sites More sharing options...
Guest Posted April 29, 2014 Share Posted April 29, 2014 Hey Whispar, I had no problems. I think one or two things were missing but Pinterest still accepted my application. Price was definitely not missing. Maybe you have made some modifications to your theme is resulting in these problems. Link to comment Share on other sites More sharing options...
Whispar1 Posted April 29, 2014 Share Posted April 29, 2014 Thanks for the reply. Yeah the problem is getting the meta tag syntax right. What I need to get the price (with any discounts that may apply) into this meta: <meta property="product:price:amount" content="???????????????"/> I have already fixed the currency tag - just do not know the correct syntax to display current price Link to comment Share on other sites More sharing options...
Whispar1 Posted April 29, 2014 Share Posted April 29, 2014 (edited) This is my code. Currency Validates - Price does not. But, if you look at the source code of any product page, the correct price shows up in the meta tag.... <meta property="product:price:amount" content="{$product->getPrice(false)|string_format:"%.2f"}" /> <meta property="product:price:currency" content="{$currency->iso_code}" /> Update: Putting that code in my header.tpl makes all pages not display - back to square one :/ Edited April 29, 2014 by Whispar1 (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts