
Test liquid snippet
test
Snippet options
Download: Download snippet as test-liquid-snippet.html.
Copy snippet: For this you need a free my code stock.com account.
Embed code : You will find the embed code for this snippet at the end of the page, if you want to embed it into a website or a blog!
<!-- Scriptet tjekker brugerens device og loader derefter den korrekte knap --> {% assign userAgent = globals.visitor.userAgent -%} {% if userAgent contains 'iPhone' or userAgent contains 'iPad' -%} <a href="https://itunes.apple.com/us/app/kappture-remember-anything/id1020189936?ls=1&mt=8" class="btn btn-sm btn-primary btn-icon-left"> <i class="pe-7s-download"></i>Get App (iphone) </a> {% elsif userAgent contains 'iPod' -%} <a href="https://itunes.apple.com/us/app/kappture-remember-anything/id1020189936?ls=1&mt=8" class="btn btn-sm btn-primary btn-icon-left"> <i class="pe-7s-download"></i>Get App (ipod) </a> {% elsif userAgent contains 'Android' -%} <a href="https://play.google.com/store/apps/details?id=com.kapp.kappture&hl=da" class="btn btn-sm btn-primary btn-icon-left"> <i class="pe-7s-download"></i>Get App (android) </a> {% else %} <a href="#" class="btn btn-sm btn-primary btn-icon-left"> <i class="pe-7s-download"></i>Get App (desktop) </a> {% endif -%}
Create a free my code stock.com account now.
my code stok.com is a free service, which allows you to save and manage code snippes of any kind and programming language. We provide many advantages for your daily work with code-snippets, also for your teamwork. Give it a try!
Find out more and register nowYou can customize the height of iFrame-Codes as needed! You can find more infos in our API Reference for iframe Embeds.