Announcement

Collapse
No announcement yet.

Pinterst Rich Pin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Pinterst Rich Pin

    We are trying to generate Rich Pin data for our products using oEmbed. All the codes show up correctly on the product pages source codes, but they are not registering for Pinterst - meta tags with the * are not showing up although they have the right data in them. I can't see why it isn't working when I test it in Pinterst there is no Price, no Currency-Code and no Quantity.

    <meta property="og:site_name" content="Coca-Cola Collectibles" />
    <meta property="og:provider_name" content="2CollectCola.com" />
    <meta property="og:title" content="&mvte:product:name; at 2CollectCola.com" />
    <meta property="og:url" content="http://&mvte:global:domain:name;/coke/&mvta:product:code;.html" />
    *<meta property="og:image" content="http://&mvte:global:domain:name;/Merchant5/&mvte:product:image;"/>
    *<meta property="og:price" content="&mvte:product:price;"/>
    *<meta property="og:currency_code" content="USD" />
    <meta property="og:type" content="product" />
    *<meta property="og:quantity" content="&mvte:product:inv_available;"/>
    <meta property="og:availability" content="In Stock"/>
    <meta property="og:description" content="&mvte:product:descrip;" />

    Any help would be most appreciated - my head hurts from banging it against a wall all day!
    <meta property="og:brand" content="Coca-Cola" />

    #2
    Re: Pinterst Rich Pin

    You might want to take a look through this to get you in the right direction.

    http://extranet.mivamerchant.com/for...nterest+button

    http://www.mivamerchant.com/blog/how...-product-pages
    Last edited by Mark Hood; 05-31-13, 05:53 AM.
    Mark Hood
    Vermont Gear

    Comment


      #3
      Re: Pinterst Rich Pin

      I started to set this up for us yesterday as well and the guy that runs our Pinterest page told me the page has to opt in and be approved as well. Did you do that?

      Comment


        #4
        Re: Pinterst Rich Pin

        We have the regular product Pinterest pins working fine. It's these new Rich Pins we can't get. Yes the Rich Pins require approval, but they have to be working before you can apply.

        We need the right code for our main product image, product price, and USD - none can be read by Pinterest but show in the page code correctly.

        Comment


          #5
          Re: Pinterst Rich Pin

          Sorry, I misunderstood where you were having the issue then.

          I validated one of my pages (which pass) and then validated yours and it looks like maybe Pinterest is having trouble with Open Graphic price and currency (og:price and og:currency_code) (Also worth pointing out, you are trying to use the "semantic markup", not oEmbed). My pages actually don't include those two fields, instead we use the item Product Schema: http://schema.org/Product

          The setup is a little different (and possibly more complex), but it requires some specific attributes in your HTML. Ours looks something like this:
          Code:
          <div class="product-container" itemscope itemtype="http://schema.org/Product">
          	<h1 class="product-name" itemprop="name">&mvte:product:name;</h1>
          
          	<div class="product-price" itemscope="itemscope" itemtype="http://schema.org/Offer">
          		<link itemprop="availability" href="http://schema.org/InStock" />
          		<link itemprop="itemCondition" href="http://schema.org/NewCondition" />
          		<link itemprop="priceCurrency" href="http://schema.org/USD" />
          
          		<span class="current-price" itemprop="price">$&mvte:product:price;</span>
          	</div>
          
          	<div class="product-image">
          		<img src="http://domain/path/to/productimage.jpg" itemprop="image" />
          	</div>
          	
          	<div class="product-descrip" itemprop="description">...</div>
          </div>
          It's a stripped down version, but you could give that one a try.

          Comment


            #6
            Re: Pinterst Rich Pin

            How about a Brennan Heyde How to video to update the product page templates for schema.org and pinterest rich pin feed combined?

            Comment


              #7
              Re: Pinterst Rich Pin

              Hey formula

              We can definitely add this to the list for one of our upcoming videos tutorials.
              Last edited by Brennan; 03-13-14, 02:03 PM.
              Brennan Heyde
              VP Product
              Miva, Inc.
              [email protected]
              https://www.miva.com

              Comment


                #8
                Re: Pinterst Rich Pin

                Has anyone ever gotten pinterest product pins working for their store?
                Last edited by afiumano; 11-17-14, 07:10 AM.

                Comment


                  #9
                  Re: Pinterst Rich Pin

                  Yes - we have integrated on a number of stores using the open graph method. Feel free to contact me direct if you are interested.
                  Sabine Sharp
                  eCommerce Strategies & Solutions
                  Glendale Designs
                  Support Desk
                  623.322.6066

                  Comment

                  Working...
                  X