欢迎访问服务器技术网-www.fuwuqijishu.com

快速给WordPress站点文章自动生成二维码办法

网站建设 fuwuqijishu 2年前 (2022-09-04) 37次浏览 0个评论 扫描二维码

在浏览一些博客的时候看到有些朋友将每一篇文章底部或者特定显眼的位置生成自动二维码,这样如果有需要手机浏览站点的需要,可以直接扫描二维码用手机阅读。这样的二维码功能是如何实现的呢?其实,在”利用二维码api自动生成网址图片二维码效果”文章中也有提到一些二维码的接口。

同样的,我们可以利用这些接口用到WordPress站点中自动生成二维码的办法。

第一、自动二维码代码

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

或者

<img src=”https://www.kuaizhan.com/common/encode-png?large=true&data=&lt;?php the_permalink(); ?>” alt=”<?php the_title(); ?>”/>

或者

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

第二、使用办法

选择其中一个,添加到我们当前主题的single.php模板中,我们需要在哪里展现就在哪里贴上去。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2121.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900