
This plugin add QR codes to your CKEditor, you write an URL or text data and it will automatically generate an image and insert it in your editor.
Installation Instruction:
- Upload qrcodes folder to ckeditor/plugins/
- Open ckeditor/config.js, Add to config.toolbar the value 'qrcodes'
config.toolbar = [[ 'Source', '-', 'Bold', 'Italic', 'qrcodes' ]];
config.extraPlugins='qrcodes';
Plug-in using the Google QR Code API.
0 comments:
Post a Comment