Loading... ## 前言 嘿嘿嘿,我来了,群里的老哥说不造怎么引入熊掌号的关注页面嘞,所以我跑来写篇文章!就是这样 ## 操作 1. 来来来,首先找到你的主题文件 `/www/wwwroot/usr/themes/handsome` 大概就是这个样子的啦 2. 再找到 `component` 文件夹内的**header.php**文件  添加上面的语句在相应位置啦 ```html <!--熊掌号js引入--> <script src="//msite.baidu.com/sdk/c.js?appid=你的熊掌号ID"></script> ``` 记得保存哦 3. 在找到handsome目录的**post.php**文件  在图上位置加上对应代码 ```php <!--熊掌号div引入--> <div style="padding-left: 20px; padding-right: 20px;"> <script>cambrian.render('tail')</script> </div> ``` 再发布新文章就可以看到啦 demo:  Last modification:May 15, 2018 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 0 If you think my article is useful to you, please feel free to appreciate