当某人通过iMessage发送我的网站链接而不仅仅是标准图标,标题和超链接时,我需要添加什么代码才能获得丰富的链接?
答案 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>