让网站内容自动生成网址访问二维码

将下面代码添加到主题single模板的适当位置即可(其他的主题或者网站源码加入到文章的适当位置即可):

国内:

<img src="http://qr.liantu.com/api.php?w=200text=<?php the_permalink(); ?>" alt="<?php the_title(); ?>"/>

国外:

<img src="http://api.qrserver.com/v1/create-qr-code/?size=150x150&data=<?php the_permalink(); ?>" alt="<?php the_title(); ?>"/>

給TA打賞
共{{data.count}}人
人已打賞
源碼

访客自动加自己为QQ好友代码

2017-3-12 21:55:28

源碼

JS代码实现输入密码才能浏览网页

2017-3-12 22:53:07

0 Reply AAuthor MManager
    暫無討論,說說你的看法吧
搜索