0
我是新來打開圖。我遇到了一個問題,我無法在og:description
標記中添加<a>
標記。如果我這樣做,我的網頁上總結出現這樣的:嵌入總結在打開圖片
Sample videos from from <a href="https://www.youtube.com> Video1</a>
to <a href="https://www.youtube.com" target="_blank">Video2</a>
因此,在查看源代碼顯示如下:
<meta property="og:description" content="Sample videos from&nbsp;<
a href="https://www.youtube.com"
target="_blank">video1</a>&nbsp;to&nbsp;<a
href="https://www.youtube.com"
target="_blank">video2</a>" />
有沒有一種方法,我可以嵌入內OG的鏈接:說明並確保鏈接在facebook上分享時不顯示標籤中的標籤?