标签:content image pre 定制 IV class rop 需要 rip
一般H5页面在进行分享的时候,都会生成一个分享卡片,但是这些卡片的生成是很多时候是我们是想要生成的卡片,
对于QQ,我们只需要在html页面里加如3个标签即可,如下:
<meta itemprop="description" name="description" content="分享描述"/> <meta itemprop="name" content="分享标题"/> <meta id="image" itemprop="image" content="http://www.hanguozhi.com/test/ss.jpg"/>
对于上面的代码:
itemprop="description" 为分享生成卡片的描述
itemprop="name" 为分享生成卡片的标题
itemprop="image" 为分享生成卡片的缩略图
( 完 )
标签:content image pre 定制 IV class rop 需要 rip
原文地址:https://www.cnblogs.com/hanguozhi/p/9151887.html