Google started rolling blackouts for users as its an obsolete service. Could it be possible to switch the service from google chart API to Image-Charts ?
Plugin Stopped Working, QR Codes Don't display.
January 7th, 2024
The developer should know that the API they're using stopped working out of nowhere. The plugin is amazing, but we'll need to find something else if this isn't fixed soon as it's a huge part of our platform.
Stopped working today? (04/01/24)
January 4th, 2024
Was previously perfect, but it seems to have stopped working today? (04/01/24)
Grate plugin
April 2nd, 2023
By the way you should be aware that you are not able to send more then one parameter in URL with this plugin...
For example:
//smth.com//slug?test=1&try=2
Generated link will be like follows:
//smth.com//slug?test=1
To state more than one para should encode & using "%26"
Thanks.
I've added the following observation to the documentation (and modified the example):
- When using special characters, such as in URLs, it is best to format the value as "URL Encoded" (uncheck the "Replace spaces by +" box).