Pinterest recently announced new functionality for "Rich Pins" for Pinterest for different types of pins (product, recipe, movie, or article).
While our last post dealt with setting up rich pins for a Blogger blog, we've had a number of folks ask for instructions for how to set up these rich pins for their Big Cartel site. And we aim to please!
Step 1: go to the Advanced section in your template editor
Step 2: edit the Product page to use "Custom"
(this will keep the existing code but allow you to add additional code
Step 3: at the top of the HTML for the Product page, add the following code:
<meta property="og:title" content="{{ product.name | escape }}" />
<meta property="og:description" content="{{ product.description | truncatewords: 50 }}" />
<meta property="og:type" content="product" />
<meta property="og:url" content="{{ store.url }}{{ product.url }}" />
<meta property="og:site_name" content="{{ store.name }}" />
<meta property="og:price:amount" content="{{ product.default_price }}" />
<meta property="og:price:currency" content="USD" />
<meta property="og:availability" content="instock" />
Congratulations! Test out the new code for any specific product url with the validator and you should be good to go!
Popular
-
Tip: A better automatic thumbnail and summary script for BloggerWhen we first started creating custom websites using Blogger, one of the first real script needs th…
-
Hangout On Air: Friday Request Line for 10/12/2012Web fonts, social sharing, focusing on your user experience, rel=author and much more more!
-
Tip: Adding interactive captions to your Blogger images on hoverFor a long time I've been disappointed with the way most content management systems provide ima…
-
Hangout on Air: Custom Picasa Album Slideshows in BloggerHow did we manage to present such a potentially complex topic in under 15 minutes?! Yesterday's…
-
Google+, Hangouts, and the Friday Request Line!Thank you for being a reader and possibly a subscriber to our site, BlogXpertise. While still very …
-
First post variation on the thumbnail and summary scriptIt seems as though we're getting a bit carried away with our thumbnail and summary script ... …
-
Tip: A simple CATCHA for preventing spam through submission formsNothing is more annoying than getting spam through your website's submission forms, especially …
Post a Comment
Post a Comment