Created
December 14, 2023 13:50
-
-
Save hasinhayder/9d126593d748b9829adcb69849f7715a to your computer and use it in GitHub Desktop.
QR Code Block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign full_url = request.host | append: request.path %} | |
<div style="position: fixed; bottom: 0; right: 0"> | |
{% comment %} {{ "thumbs-up.png" | asset_url | img_tag }} {% endcomment %} | |
<img width="150" height="150" src="https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl={{ full_url }}" alt=""/> | |
</div> | |
{% schema %} | |
{ | |
"name": "App Embed", | |
"target": "body", | |
"settings": [] | |
} | |
{% endschema %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.