Linux 软件免费装

Simple QR Code

开发者 bainternet
更新时间 2016年12月14日 23:08
捐献地址: 去捐款
PHP版本: 3.9 及以上
WordPress版本: 4.7.0

标签

qr code QR Code QR widget

下载

1.3 1.0 1.1 1.2 1.4

详情介绍:

With This Plugin you Easily insert QR codes in your blog, with Widget or Shortcode. the plugin add a tinymce button so even the shortcode can be inserted for you. Main features: any Feedback is Welcome. check out my other plugins

安装:

  1. Upload the plugin directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the \'Plugins\' menu in WordPress

屏幕截图:

  • TinyMCE button.
  • TinyMCE popup options
  • Widget options
  • example of generated QR, shortcode and widget

常见问题:

It's not working, whats wrong?

Could be a miolion thing but the main reason is you simply need to add the shortcode to a page or a post, so simply create a page/post and enter [QR]http://www.google.com[/QR]

I have Found a Bug, Now what?

Simply use the Support Forum and thanks a head for doing that.

How to use in template files?

<?php echo do_shortcode('[QR]http://www.google.com[/QR]'); ?>

更新日志:

1.4 plugin returns link without protocol to avoid mixed content on https enabled sites. 1.3 updated tinymce button. re-coded most of the plugin whihc no is a simpler version of the older ones. using wp_get_shortlink to allow long urls to be encoded to qr code. 1.1 out widget bug fix. 1.0 initial release.