Meetch embed modal

by borealbusiness

HTML

<html>
<body>
<h1>This is an example page.</h1>
<button id="my-button">Click me</button>
<script src="https://embed.meetch.io/ticketing/learn_more_modal.js"></script>
<script>
meetchHelper.init({
  organization: 'seeticketsfr',
  environment: 'ticketing',
  selector: '#my-button'
});
</script>
</body>
</html>