No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

share.htm 1.5KB

123456789101112131415161718192021222324252627
  1. <link rel="stylesheet" href="/template/pc/js/overtrue-share/dist/css/share.min.css">
  2. <!--<script src="https://oss.zc10000.com/static/js/jquery-v3.1.1.min.js?t=544151"></script>-->
  3. <!--<script src="/template/pc/js/overtrue-share/dist/js/jquery.share.min.js"></script>-->
  4. <script src="/template/pc/js/overtrue-share/dist/js/social-share.min.js"></script>
  5. <script>
  6. var $config = {
  7. url : '', // 网址,默认使用 window.location.href
  8. source : '', // 来源(QQ空间会用到), 默认读取head标签:<meta name="site" content="http://overtrue" />
  9. title : '', // 标题,默认读取 document.title 或者 <meta name="title" content="share.js" />
  10. description : '', // 描述, 默认读取head标签:<meta name="description" content="PHP弱类型的实现原理分析" />
  11. image : '', // 图片, 默认取网页中第一个img标签
  12. sites : ['qzone', 'qq', 'weibo','wechat', 'douban'], // 启用的站点
  13. disabled : ['google', 'facebook', 'twitter'], // 禁用的站点
  14. wechatQrcodeTitle : "微信扫一扫:分享", // 微信二维码提示文字
  15. wechatQrcodeHelper : '<p>微信里点“发现”,扫一下</p><p>二维码便可将本文分享至朋友圈。</p>',
  16. };
  17. socialShare('.social-share', $config);
  18. </script>
  19. <?php
  20. //阅读量: 642 收藏量: 1 点赞量: 1 下载量: 2
  21. //转发
  22. //分享
  23. ?>