我的豐富圖釘保存按鈕中有一個奇怪的問題。在Pinterest中創建新PIN時,其標題和標簽會被截斷。我使用了pinterest開發人員網站中提供的相同OG數據。參考:https : //developers.pinterest.com/docs/rich-pins/articles/嗎?任何建議或幫助,將不勝感激。提前致謝。我的代碼如下。 <head> <meta name="p:domain_verify" content="SITE_VERIFICATION_CODE"/> <meta property="og:type" content="article" /> <meta property="og:title" content="sample title" /> <meta property="og:description" content="sample content" /> <meta property="og:url" content="https://www.sample.com/"> <meta property="og:site_name" content="sample site name" /> <meta property="og:image" content="https://live.staticflickr.com/7027/6851755809_df5b2051c9_b.jpg" data-dynamic="true"> <meta property="article:tag" content="tag1,tag2" > <meta property="article:published_time" content="2018-08-12T00:01:56+00:00" /> <meta property="article:author" content="Sample author" /> <meta property="og:keywords" content="keywords1,keywords2" > <script async defer src="//assets.pinterest.com/js/pinit.js"></script> </head> <body> <a target="_blank" style="cursor:pointer;" href="https://www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" data-pin-custom="true"> SHARE TO PINTEREST </a> </body>注意:我已在上述示例代碼中刪除了站點驗證代碼。參考 https://developers.pinterest.com/docs/rich-pins/articals/嗎?參考 https://developers.pinterest.com/docs/rich-pins/reference/?
Pinterest Rich Pins保存:截斷標題和標簽
飲歌長嘯
2021-04-09 14:15:40