Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter emdesigns

    (@emdesigns)

    H @littlepackage you’re over-estimating my knowledge of these things 🙂 Where are the mismatched quotes? I have no idea what ‘data-inner-html’ is trying to do, but in essence, by clicking the button it’s opening an on-page widget to transact through the salon system. You can see it all in action (with the text link) at http://www.theclearskinclinic.com.au/gift-vouchers

    Thread Starter emdesigns

    (@emdesigns)

    OR:

    
    <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-gift-card-image-link" data-site-id="52772" data-mb-site-id="287543" data-bw-identity-site="false" data-type="gift-card-link" data-inner-html="<img alt='Buy Now' src='https://www.theclearskinclinics.com.au/wp-content/uploads/2022/04/Screen-Shot-2022-04-20-at-4.15.23-pm.png' />" data-service-id="14641" />
    

    this is trying to display a button that opens a widget in the app.

    The alternative code without the button works fine –

    
    <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-gift-card-text-link" data-site-id="52772" data-mb-site-id="287543" data-bw-identity-site="false" data-type="gift-card-link" data-inner-html="Buy Now" data-service-id="14641" />
    
    • This reply was modified 4 years, 1 month ago by Yui. Reason: formatting
    Thread Starter emdesigns

    (@emdesigns)

    
    <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-gift-card-image-link" data-site-id="52772" data-mb-site-id="287543" data-bw-identity-site="false" data-type="gift-card-link" data-inner-html="<img alt='Buy Now' src='https://www.theclearskinclinics.com.au/wp-content/uploads/2022/04/Screen-Shot-2022-04-20-at-4.15.23-pm.png' />" data-service-id="14641" />
    

    – this is trying to display a button that opens a widget in the app.

    The alternative code without the button works fine –

    
    <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-gift-card-text-link" data-site-id="52772" data-mb-site-id="287543" data-bw-identity-site="false" data-type="gift-card-link" data-inner-html="Buy Now" data-service-id="14641" />
    
    • This reply was modified 4 years, 1 month ago by Yui. Reason: formatting
Viewing 3 replies - 1 through 3 (of 3 total)