YOURLS-QRCode-Plugin
YOURLS-QRCode-Plugin copied to clipboard
Google charts API not working
Hi i used a work around as posted here https://groups.google.com/g/google-chart-api/c/XUwmDs1793Q?pli=1
`if( yourls_is_shorturl( $keyword ) ) {
// Show the QR code then!
//header('Location: https://chart.apis.google.com/chart?chs=200x200&cht=qr&chld=M&chl='.YOURLS_SITE.'/'.$keyword);
header('Location: https://quickchart.io/chart?chs=200x200&cht=qr&chld=M&chl='.YOURLS_SITE.'/'.$keyword);
exit;`