File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
content/events/2025-des-moines Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
+++
2
2
Title = " Registration"
3
3
Type = " event"
4
- Description = " Registration for devopsdays Des Moines 2025 "
4
+ Description = " Registration for Agile + DevOpsDays Des Moines 2024 "
5
5
+++
6
6
7
7
<div style =" width :100% ; text-align :left ;" >
8
+ <div id =" eventbrite-widget-container-1267504242309 " ></div >
9
+
10
+ <script src =" https://www.eventbrite.com/static/widgets/eb_widgets.js " ></script >
11
+
12
+ <script type =" text/javascript " >
13
+ var exampleCallback = function () {
14
+ console .log (' Order complete!' );
15
+ };
16
+
17
+ window .EBWidgets .createWidget ({
18
+ // Required
19
+ widgetType: ' checkout' ,
20
+ eventId: ' 1267504242309' ,
21
+ iframeContainerId: ' eventbrite-widget-container-1267504242309' ,
22
+
23
+ // Optional
24
+ iframeContainerHeight: 425 , // Widget height in pixels. Defaults to a minimum of 425px if not provided
25
+ onOrderComplete: exampleCallback // Method called when an order has successfully completed
26
+ });
27
+ </script >
8
28
9
- Embed registration iframe/link/etc.
10
- </div ></div >
11
29
</div >
You can’t perform that action at this time.
0 commit comments