=== Schedule Builder Online ===
Contributors: henriksan
Tags: schedule, timetable, schedule builder, schedule maker, weekly schedule, daily schedule, calendar
Requires at least: 3.5
Tested up to: 4.9.8
Requires PHP: 5.2.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Create stunning schedules and share them by easily embedding them directly into your posts/pages of your blog/website.

== Description ==

This plugin enables for easy embedding of weekly schedules that have been created with our [free schedule maker](https://schedulebuilder.org/).

Create stunning schedules for any type of event/activity and embed them directly into your posts and pages.

A simple way to share your daily and/or weekly activities directly on your website.

[youtube https://www.youtube.com/watch?v=nsiRBMd3ueM]

The plugin options currently allow you to change the language of the dates and the days of the week from/into the following languages:

* English
* Spanish
* Swedish
* German
* Portuguese
* French
* Italian
* Russian
* Polish

Shortcode for embedding: [sbo id="SCHEDULE_ID_HERE"]

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/schedule-builder-online` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Use the 'Schedule Builder Online' settings-screen to configure the plugin
4. Head over to https://schedulebuilder.org/, create and share/save a new schedule.
5. Open up the WordPress post/page editor and paste the shortcode [sbo id="SCHEDULE_ID_HERE"] directly where you want your newly created schedule to appear.

== Frequently Asked Questions ==

= How do I embed a schedule to my post/page? =

Firstly you need to create a schedule at https://schedulebuilder.org/. Once you are done you may go ahead and share/save the schedule.
By doing so you should get a link such as https://schedulebuilder.org/?7fjnf3cs. The last eight characters of the URL represents your schedule ID.
This newly created schedule can now be embedded in any post or page with the following shortcode: [sbo id="7fjnf3cs"]

= How do I use the schedule maker? =

We have recorded a short video guide that takes you through the process. You can view it by clicking [here](https://www.youtube.com/watch?v=XfNQnQ0r8Os).
For further questions about the schedule maker, you can view the external FAQ [here](https://schedulebuilder.org/faq).

== Screenshots ==

1. Example of an embedded schedule
2. Example of a schedule
3. Another example of an embedded schedule
4. Plugin settings panel

== Changelog ==

= 1.0 =
* Plugin release.
= 1.0.1 =
* Fixed usage of non-minified css and js files.
* Fixed schedule background color not being used.
* Css updates.