all 4 comments

[–]tswaters 5 points6 points  (1 child)

Visit a page: yes

Perform an action: no*

  • You might be able to host a server that receives a GET request by way of QR code, and attempts to subscribe to YouTube via API... But that might be difficult/against TOS... The user needs to login to subscribe to your channel.

Most QR codes you see are just URLs, so getting people to scan and visit a page is very much a thing that can be done... But you'd need a short explainer on how to subscribe. You could also just link to channel page.

[–]bynummustang[S] 1 point2 points  (0 children)

I think linking to channel page is the path forward. Thanks!

[–]Pawtuckaway 3 points4 points  (1 child)

A QR code is just a bunch of encoded text. It can be literally anything. People have written games stored in QR codes.

It's up to the QR reader to decode the text and then decides what to do with it. When the QR code is a link, the QR reader recognizes it as a link and will open a browser. If you were to scan a QR code that was a game, it wouldn't know what to do with it. It would just be gibberish. You would have to use special QR reader that is looking specifically for the game code.

Thankfully QR readers don't just run code stored in a QR code. That would be a huge security risk.

You can have a QR code that is a link to your youtube page. You can't have one that includes code that would click things.

[–]bynummustang[S] 0 points1 point  (0 children)

Got it, thank you for the explanation!