为WordPress增加一个分享海报功能
1、首先我们先改造文章
添加下面代码到文章适当位置,我推荐添加到分享模块下面,位于主题single.php文件下找到class=action-share bdsharebuttonbox添加到该DIV下
class=“share-img”> class="fa fa-paper-plane">生成封面2、改造footer文件
添加下面代码到网页底部文件中,位于主题下footer.php文件,建议添加到footer代码结束后
添加下面代码到文章适当位置,我推荐添加到分享模块下面,位于主题single.php文件下找到class=action-share bdsharebuttonbox添加到该DIV下
class=“share-img”> class="fa fa-paper-plane">生成封面添加下面代码到网页底部文件中,位于主题下footer.php文件,建议添加到footer代码结束后