Last active
May 29, 2025 21:19
-
-
Save awaisimahafrh/7627a2412f84ff31ca9d6cb94c238cb8 to your computer and use it in GitHub Desktop.
mywayup
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
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=brand&product_id=1362"></script> | |
<iframe class="iframe-frontrow-homepage" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=brand&product_id=1362"></iframe> | |
<style>.iframe-frontrow-homepage{display:block;position:fixed;left:16px;bottom:16px;z-index:9999;width:48px;height:48px}.iframe-modal-frontrow-homepage{display:none;position:fixed;z-index:99999999;left:0;top:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden}</style> |
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
<div id="frontrow-badge"> | |
{% if request.path contains '/products/supergut-protein' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1901"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1901"></iframe> | |
{% elsif request.path contains '/products/bloat-clear' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1900"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1900"></iframe> | |
{% elsif request.path contains '/products/gut-brain' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1899"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1899"></iframe> | |
{% elsif request.path contains '/products/bloat-clear-supplement' or request.path contains '/products/bloat-killa-stack' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1898"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1898"></iframe> | |
{% elsif request.path contains '/products/gut-repair' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1897"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1897"></iframe> | |
{% elsif request.path contains '/products/daily-gut-nutrition' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1365"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1365"></iframe> | |
{% elsif request.path contains '/products/digest-debloat' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1364"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1364"></iframe> | |
{% elsif request.path contains '/products/collagen-restore' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1363"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1363"></iframe> | |
{% elsif request.path contains '/products/skin-gut' %} | |
<script async type="text/javascript" src="https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=1362"></script> | |
<iframe class="iframe-frontrow" id="iframe-frontrow-quant" frameborder="0" src="https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=1362"></iframe> | |
{% else %} | |
<style> #frontrow-badge {display: none !important;} </style> | |
{% endif %} | |
</div> | |
<style> | |
#iframe-frontrow-quant {height: 0px;} | |
#frontrow-badge{position:relative;display:flex;}.iframe-frontrow{width:100%;margin:0}.iframe-modal-frontrow{display:none;position:fixed;z-index:99999999;left:0;top:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment