yuupuu 发表于 2023-11-20 16:05

无需公众号实现微信JSSDK分享卡片!Safari浏览器分享到微信自动成卡片!

本帖最后由 yuupuu 于 2023-11-20 16:09 编辑

要在微信分享卡片,需要接入微信自家的JSSDK,比较麻烦,还需要认证公众号,但是如果你没有这样的条件,那么你也可以试试使用iOS的Safari浏览器轻松实现,只需要在html中加入3个meta即可。


<!DOCTYPE html>
<html dir="ltr" data-react-helmet="dir">
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover, minimum-scale=1, maximum-scale=1, user-scalable=no">
      <meta http-equiv="x-ua-compatible" content="ie=edge">
      <meta name="renderer" content="webkit">
      <meta name="layoutmode" content="standard">
      <meta name="imagemode" content="force">
      <meta name="wap-font-scale" content="no">
      <meta name="format-detection" content="telephone=no">
      <title>引流宝</title>
      <link rel="icon" href="http://dingyue.ws.126.net/2023/1117/12d3b6e5j00s49moi0138d000u000u0p.jpg">
      <meta name="description" content="11111111111111111">
      <meta property="og:type" content="website">
      <meta property="og:title" content="私域引流宝">
      <meta property="og:description" content="引流宝致力于为个人、团队提供基于微信私域流量的推广、引流的效率工具。">
      <meta property="og:image" content="http://dingyue.ws.126.net/2023/1117/12d3b6e5j00s49moi0138d000u000u0p.jpg">
    </head>
   
    <body>
      请在Safari浏览器点击分享到微信!
    </body>

</html>

是哪三个meta?

<meta property="og:title" content="私域引流宝">
<meta property="og:description" content="引流宝致力于为个人、团队提供基于微信私域流量的推广、引流的效率工具。">
<meta property="og:image" content="http://dingyue.ws.126.net/2023/1117/12d3b6e5j00s49moi0138d000u000u0p.jpg">

分别是标题、摘要、图片。配置了这三个,直接在Safari浏览器分享出去,就是卡片了。



作者
TANKING

yuupuu 发表于 2023-11-20 16:56

52cui 发表于 2023-11-20 16:23
鸿蒙不行吗

用鸿蒙打开苹果官网,付款买一台苹果手机,就可以了!!

yuupuu 发表于 2023-11-20 17:12

tsfy2003 发表于 2023-11-20 17:01
用苹果分享到微信上,再转发给安卓,在安卓手机中分享,还会有吗?

可以,转发到安卓后,在安卓长按分享。

52cui 发表于 2023-11-20 16:23

鸿蒙不行吗

潇洒超人 发表于 2023-11-20 16:35

怎么用?

qumingyu286 发表于 2023-11-20 16:40

很实用,学习到了!

netlife 发表于 2023-11-20 16:47

其他浏览器能用吗?

919490656 发表于 2023-11-20 16:51

安卓能用就更好了

开创者 发表于 2023-11-20 16:52

试了。效果棒棒的,安卓的机子杂搞呢?

时光书窝 发表于 2023-11-20 16:58

强哦,学习了

tsfy2003 发表于 2023-11-20 17:01

用苹果分享到微信上,再转发给安卓,在安卓手机中分享,还会有吗?
页: [1] 2 3 4
查看完整版本: 无需公众号实现微信JSSDK分享卡片!Safari浏览器分享到微信自动成卡片!