Displaying upcoming events on your website

Let Muzodo keep your website up-to-date.

This feature is available for the premium version only.

You can add this widget to your website in the following ways:

  1. Add some HTML & Javascript to your webpage
  2. Use the WordPress plugin
  3. Add server code to retrieve and format the data from Muzodo

In all of the above, you'll need your Group API Key which you can find in your Group details in the Groups tab.

HTML and Javascript

This is the easiest way to add events to your website. You simply copy some code into your webpage. Additionally you can use the default classes to add styling or define which of your own classes to use. Note, however, your group identifier will be transmitted to the browser.

See: The HTML widget.

WordPress Plugin

If you're using WordPress as your website platform, download the plugin, add your key and your events are on your website!

See: The WordPress plugin.

PHP Website Widget

Get your webserver to access the Muzodo upcoming events webservice and integrate the events into the page before it is downloaded to the browser. This provides a completely seamless user experience. Download the widget, include it in your PHP page and access your upcoming events!

See: The PHP Website Widget.

Calling the Web API

For greater control over how your events are displayed on your website, you can call the Web API directly. With this method, the events are integrated into the page before it is downloaded to the browser. This provides a completely seamless user experience. The example is given in PHP but the principle is the same for any server side code.

See: Getting events server-side.