簡體   English   中英

Pinterest Rich Pins Save:截斷標題和標簽

[英]Pinterest Rich Pins Save : Truncating Title and tags

我的富引腳保存按鈕我有一個奇怪的問題。 它在為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團隊並獲得了以下反饋。 我希望任何有相同問題或有相同要求的人都能從中受益。

在此輸入圖像描述

在此輸入圖像描述

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM