Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use OG meta tags for Pinterest share

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?

like image 621
Addy Avatar asked Sep 11 '25 22:09

Addy


1 Answers

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/
like image 59
fedmich Avatar answered Sep 13 '25 11:09

fedmich