Add live DTLA community events to any website with a single line of code. Events update automatically as new ones are posted.
This is exactly what the widget looks like on your site:
In WordPress, add a Custom HTML widget block to your sidebar and paste this:
<div id="dtla-events"></div> <script src="https://dtweeklypresents.base44.app/functions/embedEventsScript"></script>
Add this to your theme's functions.php file:
// Add to your theme's functions.php
add_shortcode('dtla_events', function() {
return '<div id="dtla-events"></div><script src="https://dtweeklypresents.base44.app/functions/embedEventsScript"></script>';
});Then use this shortcode anywhere on your site:
[dtla_events]
dtweeklypresents.com in a new tabdata-link-base="https://yourdomain.com" to the container div, or set window.DTLA_EMBED_LINK_BASE before the script loads