我有一个应用程序,我使用动态呈现元标记。我正在使用预呈现服务来动态呈现元内容。它适用于facebook,google..etc,但对于whatsapp,它无法捕获动态内容。它显示为{{meta.content}}。
如何从js共享时从whatsapp中删除预览?
有没有动态捕获预览的解决方案?
如果您想呈现所需的动态内容,请获取.htaccess的帮助。
RewriteCond %{HTTP_USER_AGENT} facebookexternalhit/1.1|Twitterbot|Pinterest|linkedinbot|WhatsApp|Viber|SkypeUriPreview|Google.*snippet [NC,OR]
欲了解更多信息:
https://gist.github.com/thoop/8072354
https://www.winhelp.info/create-browser-whitelist-with-htaccess.html
如果您使用的是Prerender,则只需将whatsapp用户代理添加到要检查的用户代理列表中。 Whatsapp不支持转义片段抓取协议。