Untitled

 avatar
unknown
plain_text
3 years ago
729 B
5
Indexable
<div id="eventbrite-widget-container-274339315277"></div>

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

<script type="text/javascript">
    var exampleCallback = function() {
        console.log('¡Pedido completado!');
    };

    window.EBWidgets.createWidget({
        // Required
        widgetType: 'checkout',
        eventId: '274339315277',
        iframeContainerId: 'eventbrite-widget-container-274339315277',

        // Optional
        iframeContainerHeight: 1100,  // Widget height in pixels. Defaults to a minimum of 425px if not provided
        onOrderComplete: exampleCallback  // Method called when an order has successfully completed
    });
</script>
Editor is loading...