簡體   English   中英

如何使用Google Plus和Pinterest的“共享此鏈接”?

[英]How to use share this link for google plus & pinterest?

我必須在Google Plus中分享產品標題,產品圖片和產品說明。

我有只共享URL而不共享圖像和描述的代碼。

https://plus.google.com/share?url=<<Encoded URL>>;

在Pinterest中,我有一個僅共享一個圖像的腳本。 如何在Pinterest中傳遞多張圖片?

http://pinterest.com/pin/create/button/?url=<<Encoded URL>>&media=<<Encoded 1 IMAGE URL>>&description=<<Encoded Description>>

據我所知,您需要對meta標簽進行更改以達到共享目的,例如:

 <meta property="og:image" content="YOUR IMAGE LINK HERE" />
 <meta name="description" content="YOUR DESCRIPTION HERE" />

我確定使用facebook.com,但不能使用google plus。 您可以嘗試一下。

暫無
暫無

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

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