You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
I have a rather niche install I'm working on, and I'd like to generate QRs from the long url itself, rather than the short url. I know that's a bit strange, but I'm adapting a YOURLS install for crypto currency tipping links, but having the QR read the original data would make integration with mobile wallets much more smooth.
It seems like it would be as simple as editing the plugin.php and replacing references of shorturl to url, but I'm definitely missing something. Any ideas on how to accomplish this?
I have a rather niche install I'm working on, and I'd like to generate QRs from the long url itself, rather than the short url. I know that's a bit strange, but I'm adapting a YOURLS install for crypto currency tipping links, but having the QR read the original data would make integration with mobile wallets much more smooth.
It seems like it would be as simple as editing the plugin.php and replacing references of shorturl to url, but I'm definitely missing something. Any ideas on how to accomplish this?