网站标题 Whatsapp

Website Title Whatsapp

我有一个小问题,如果我 post 一些 URL 在 Whatsapp 对话中,徽标和网站标题是自动加载的,合作伙伴可以从 URL 中看到徽标等等

如果我使用 Facebook 和 Twitter 集成标签,我该如何在我的网站上实现这个:

        <!-- Facebook and Twitter integration -->
        <meta property="og:title" content=""/>
        <meta property="og:image" content=""/>
        <meta property="og:url" content=""/>
        <meta property="og:site_name" content=""/>
        <meta property="og:description" content=""/>
        <meta name="twitter:title" content="" />
        <meta name="twitter:image" content="" />
        <meta name="twitter:url" content="" />
        <meta name="twitter:card" content="" />

或者我应该使用 Meta 标签,如果是,哪些标签用于 URL 描述,哪些标签用于徽标?

你需要使用开放图标签,阅读http://ogp.me/。基本上你只需要

<meta property="og:image" content="url_image">

并确保图片小于 300kb。但你可以找到完整的信息来使用 Provide an image for WhatsApp link sharing.