QR Block
19 sites
No security coverage
The QR Block module allows you to create dynamic QR code blocks that can be placed anywhere on your site. You can use tokens to populate the QR code with dynamic values like the site name or URL.
This module enables for the create a dynamic QR Block Image. Place block anywhere and add token value to get dynamic value.
Require Module
------------
Token - https://www.drupal.org/project/token
CONFIGURATION
-------------
Block: Place QR Block to your drupal block region on the block admin page
/admin/structure/block.
Services:
Plugin:- gchart OR goqr
$qr = \Drupal::service('qr_block.qrimage')->setPlugin('gchart')->build(['text' => 'Enter you QR text here (e.g.: Welcome to [site:name] [site:url])'], 100, 100);