Registration

From MEG Core
Revision as of 10:58, 7 August 2019 by Nugenta (talk | contribs)
Jump to navigation Jump to search

<html>

<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>

<script type="text/javascript">

   var exampleCallback = function() {
       console.log('Order complete!');
   };
   window.EBWidgets.createWidget({
       // Required
       widgetType: 'checkout',
       eventId: '68273326357',
       iframeContainerId: 'eventbrite-widget-container-68273326357',
       // Optional
       iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided
       onOrderComplete: exampleCallback  // Method called when an order has successfully completed
   });

</script> </html>