Description
- change event item/event button to custom url
- view demo – password: abc
- buy me a coffee
#1. Install Code
#1.1. Click Gear icon on Event Page

#1.2. Click Advanced > Page Header Code Injection

#1.3. Add this code to right box
- If you use Personal/Basic Plan and your plan doesn’t support Injection, you can see #3.1
<!-- 07.26c23v2 Event item to Custom URL -->
<script>
window.EventSourceUrlConfig = {
applyTo: {
image: true,
title: true,
button: true
},
openExternalInNewTab: true,
openInternalInNewTab: false,
fetchMissingIndividually: true,
scope: 'article.eventlist-event',
debug: false
};
</script>
<script src="https://code.beaverhero.com/event/0726c23v2eventitemcustomurl.js"></script>

#1.4. Next, hover on each event item > Click Settings

#1.5. Enter Custom URL in Source URL option

#2. Customize
nothing now
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit Event Page > Add a Markdown Block
![]()
Add this code into Markdown
<script>
window.EventSourceUrlConfig = {
applyTo: {
image: true,
title: true,
button: true
},
openExternalInNewTab: true,
openInternalInNewTab: false,
fetchMissingIndividually: true,
scope: 'article.eventlist-event',
debug: false
};
</script>
<script src="https://code.beaverhero.com/event/0726c23v2eventitemcustomurl.js"></script>
