配置wordpress:添加分享到QQ空间功能(wordpress 6.2)

发布时间 2023-05-05 21:22:47作者: 刘宏缔的架构森林

一,添加代码:

1,代码:

<a target="_blank" 
   href='http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?title=<?php the_title(); ?>&desc=&summary=&site=&pics=&url=<?php echo urlencode(get_permalink()); ?>'>
    <img id="imgQQzoneShare" class="img_qqzone_share" title="将选中内容分享到QQ空间" 
         src="https://qzonestyle.gtimg.cn/qzone/v8/index/touch-icon-ipad.png" />
</a>

2,添加

二,测试效果

说明:刘宏缔的架构森林是一个专注架构的博客,地址:https://www.cnblogs.com/architectforest

         对应的源码可以访问这里获取: https://github.com/liuhongdi/
         或: https://gitee.com/liuhongdi

说明:作者:刘宏缔 邮箱: 371125307@qq.com

三,查看wordpress的版本: