QR Codes plugin for CKEditor
This plugin adds QR codes to your text editor. You write an URL and it will automatically generate an image and insert it into the editor using the Google QR Code API.
License
Licensed under the MIT License.
Download
https://github.com/cakemail/QR-Codes-CKeditor-Plugin
Installation
1.Upload qrcodes folder to ckeditor/plugins/
2.Open ckeditor/config.js, Add to config.toolbar the value 'qrcodes'
config.toolbar = [ [ 'Source', '-', 'Bold', 'Italic', 'qrcodes' ] ];
3.In the same file, add the extra plugin 'qrcodes':
config.extraPlugins='myplugin1,myplugin2,qrcodes';
Re: QR Codes Image Creator
in lin 12:
please add this to your install-info.
Cheers, Connie
QR Code Error Correction Level
Can this QR Code creator offer functions to customize error correction level? Because I want to add images to my QR Code, and in order for it to work, I want to set a higher level of ECL.
Cheers,
Derek