Advertisement
briank

Kartra tel:, sms:, And mailto: Button Links

Jun 27th, 2022 (edited)
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1. <!--
  2. Turn http(s)://scheme.tel/ (.sms/, .mailto/) links into tel: (sms:, mailto:) links for Kartra buttons.
  3. E.g. https://scheme.tel/13125551212, https://scheme.sms/13125551212,
  4. https://scheme.mailto/[email protected]?subject=Message+subject
  5. Place script in FOOTER tracking section or membership custom code block.
  6. -->
  7. <script>
  8. if (location.pathname.indexOf('/membership/edit/')) $('a[href*="//scheme."]').each(function () { this.href = this.href.replace(/https?:\/\/scheme.(\w+)\//i, '$1:'); });
  9. if (window.jsVars && jsVars.portal_path) document.currentScript.parentElement.parentElement.style.display = 'none'; // Hide in memberships
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement