Deprecated: pk_vd_gt_validate(): Implicitly marking parameter $args as nullable is deprecated, the explicit nullable type must be used instead in /home2/xzgzscom/public_html/xzgzs.com/wp-content/themes/wordpress-theme-puock-2.8.12/inc/fun/core.php on line 1290
WordPress文章自动生成二维码 - 小志工作室 WordPress文章自动生成二维码 – 小志工作室

WordPress文章自动生成二维码

调用自动生成二维码网站的API接口,为wordpress文章自动生成二维码。

将下面代码添加到主题single模板的适当位置即可。

国外的:

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

国内的:

  1. <img src=“http://qr.liantu.com/api.php?w=200text=<?php the_permalink(); ?>” alt=“<?php the_title(); ?>”/>
正文完
 0