How to use OG meta tags for Pinterest share

facebook-opengraph, pinterest

Solution

Use this official documentation from Pinterest https://developers.pinterest.com/rich_pins/

from my test just now. meta description works fine

 <meta name="description" content="4 Pics, 1 Word Tagalog" />

Try to view source my page (copy paste following in your browser location):

view-source:http://fedmich.com/android-games/4-pics-1-word-tagalog/

Problem

I have an application and i am using Pinterest share in my site. For sharing title i am using og meta-tag like this: ``` <meta property="og:title" content="ABC SCHOOL2"> ``` Now i want to share description. please tell me which og mata tag is used for description?

Original source