Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.45 KB

inscription.md

File metadata and controls

57 lines (44 loc) · 1.45 KB
title
Inscription


<script src="https://www.eventbrite.fr/static/widgets/eb_widgets.js"></script> <script type="text/javascript"> var exampleCallback = function() { console.log('Commande terminée !'); }; window.EBWidgets.createWidget({ // Required widgetType: 'checkout', eventId: '858106859717', iframeContainerId: 'eventbrite-widget-container-858106859717', // Optional iframeContainerHeight: 625, // Widget height in pixels. Defaults to a minimum of 425px if not provided onOrderComplete: exampleCallback // Method called when an order has successfully completed }); </script>