Easily manage and promote events! Complete with mobile apps, multiple event calendar views, customization, speaker/sponsor directories and more!
Sched is a full-featured and flexible event management plugin for your unique events.
Easily create and manage a schedule of events, speakers, sponsors and others with The Sched Event Management Software plugin. Whether your events are in-person or virtual events, this plugin boasts professional features backed by our world-class team of developers and designers.
You can install this plugin directly from your WordPress dashboard:
Alternatively, see the guide to Manually Installing Plugins.
This plugin provides a shortcode which allows you to embed event content from sched.com into your WordPress site.
Due to WordPress security restrictions, Authors and Contributors on your site will be unable to use the standard embed code provided by sched.com. If you use WordPress Multisite then nobody on your site will be able to use the standard embed code at all. This plugin allows you to embed event content from sched.com using a simple shortcode instead.
Add the following shortcode to your post or page content to embed the content from your sched.com event:
[sched url="http://example.sched.com/"]
Replace http://example.sched.com/
with the URL of the event page you wish to embed. You can use the URL of any page of your event on sched.com. Simply copy the URL of the page from sched.com and paste it into your shortcode.
You can embed any of your sched.com event pages. Simply copy the URL of the page from sched.com and paste it into your shortcode.
You can specify the width of the embed using the width
attribute:
[sched url="http://example.sched.com/" width="500"]
Note that sched.com only supports widths of 500, 600, 700, 800 and 900 (pixels). The default width is 990 pixels.
You can hide the sidebar in the embed by setting the sidebar
attribute to ‘no’:
[sched url="http://example.sched.com/" sidebar="no"]
You can specify a colour scheme which is suitable for use on a dark background by setting the background
attribute to ‘dark’:
[sched url="http://example.sched.com/" background="dark"]
Note that this does not put a dark background behind the schedule, it simply changes the text colour to be suitable for a dark background if your site has one.
You can specify the fallback text which will be shown to users who have JavaScript disabled:
[sched url="http://example.sched.com/"]View my event on sched.com[/sched]
If you don’t specify this, the title of the event page will be used.
[sched.com]
to be used as the shortcode[sched.org]
to be used as the shortcode in addition to [sched]
.