- Sep 22, 2022
- 44
- 10
- 8
Sorry guys I had some issues at home. I will be back next week and I will explain my workaround. But essentially if you have the API running but the qr code is not showing. you can print the result of the api call (get_qrcode) into an html. something like this:
div>
<p>Taken from wikpedia</p>
<img src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUA
AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO
9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot" />
</div>
Like probably using a wp install or something then send the link to the wp pagw with the printed qr code.
Just an example of how my workaround works
div>
<p>Taken from wikpedia</p>
<img src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUA
AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO
9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot" />
</div>
Like probably using a wp install or something then send the link to the wp pagw with the printed qr code.
Just an example of how my workaround works