Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.45 KB

inscription.md

File metadata and controls

58 lines (43 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: '314876362677', iframeContainerId: 'eventbrite-widget-container-314876362677', // 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>