Skip to content

Commit 709955b

Browse files
authored
Merge pull request #15137 from jangolano/dsm2025AddCheckout
DSM-2025 Add Embedded Registration
2 parents a777572 + 5eb2d34 commit 709955b

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed
Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
+++
22
Title = "Registration"
33
Type = "event"
4-
Description = "Registration for devopsdays Des Moines 2025"
4+
Description = "Registration for Agile + DevOpsDays Des Moines 2024"
55
+++
66

77
<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>
828

9-
Embed registration iframe/link/etc.
10-
</div></div>
1129
</div>

data/events/2025/des-moines/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ registration_date_start: 2025-03-05T00:00:00+02:00
2424
registration_date_end: 2025-10-01T00:00:00+02:00
2525

2626
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
27-
registration_link: "https://www.eventbrite.com/e/agile-devopsdays-des-moines-2025-tickets-1267504242309" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
28-
27+
registration_link: "" #if you have a custom link for registration, add it here. This will control the Registration menu item as well as the "Register" button.
2928
# Location
3029
#
3130
# coordinates: "" # No longer used

0 commit comments

Comments
 (0)