如何在 iMessage 中获取 RichLink
How to get RichLink in iMessage
当有人通过 iMessage 发送我网站的 link 而不仅仅是标准图标、标题、超级按钮时,我需要向我的网站添加什么代码才能获得丰富的 link link?
您需要的代码如下:
<html>
<head>
<title> </title>
<meta name="og:title" content="Insert Titel for iMessage"/>
//Will be used if internet is to slow to load image or video
<link rel="icon" href="link to your icon" type="image/png" />
<meta name="og:image" content="link to your image"/>
<meta name="og:video" content="link to your video"/>
</head>
...
</html>
当有人通过 iMessage 发送我网站的 link 而不仅仅是标准图标、标题、超级按钮时,我需要向我的网站添加什么代码才能获得丰富的 link link?
您需要的代码如下:
<html>
<head>
<title> </title>
<meta name="og:title" content="Insert Titel for iMessage"/>
//Will be used if internet is to slow to load image or video
<link rel="icon" href="link to your icon" type="image/png" />
<meta name="og:image" content="link to your image"/>
<meta name="og:video" content="link to your video"/>
</head>
...
</html>