如何在iMessage中获取RichLink

时间:2018-09-22 16:15:07

标签: imessage

当某人通过iMe​​ssage发送我的网站链接而不仅仅是标准图标,标题和超链接时,我需要添加什么代码才能获得丰富的链接?

1 个答案:

答案 0 :(得分:0)

您需要的代码如下:

<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>