分享4个网址二维码API接口
分享4个网址二维码生成API接口,用它们只需要填写好网址就能自动生成二维码,分别来自与bshare和jiathis分享工具中,如您需要就把下面的二维码生成API接口复制到你需要地方。
//说明:把url=后面的网址改成你的,四种任选一。 http://pan.baidu.com/share/qrcode?w=150&h=150&url=http://lanyes.org http://b.bshare.cn/barCode?site=weixin&url=http://lanyes.org http://s.jiathis.com/qrcode.php?url=http://lanyes.org http://www.kuaizhan.com/common/encode-png?large=true&data=http://lanyes.org //说明:下面是wordpress程序专用的 <img src="http://pan.baidu.com/share/qrcode?w=150&h=150&url=<?php echo get_permalink(); ?>"></img> <span><img src="http://s.jiathis.com/qrcode.php?url=<?php echo get_permalink(); ?>"></img></span>