ChurchSuite is a fabulous church administration system. Not only does it let you keep track of your church family, provide you with a means for them to give donations, send emails to everyone, set up rotas, it also lets you set up events - even letting people sign up if you're limited for space.
There are two ways to show ChurchSuite events on your website:
| Simple | Better | ||
|---|---|---|---|
| ChurchSuite Embed | |||
| ChurchSuite Embed | N/A | ||
| ChurchSuite Data Feed | |||
| ChurchSuite Data Feed | |||
| Style how it looks | |||
| Style how it looks | Limited, font colours only | ||
| Make it look like the website | |||
| Make it look like the website | |||
| Control what is included on the website | |||
| Control what is included on the website | |||
| Show Events in different types | |||
| Show Events in different types | |||
ChurchSuite provides a simple out-of-the box solution to add events to websites. Add a simple piece of code and your churchsuite events will appear on your website automatically.
ChurchSuite provides a simple out-of-the box solution to add events to websites. Add a simple piece of code and your churchsuite events will appear on your website automatically.
But what if you want events to look like they're part of your website. This is made possible by taking the data feed that ChurchSuite provides, adding some clever coding and making it look seamlessly beautiful.
Faith House uses ChurchSuite's JSON feed to show upcoming events on their website. This implementation is especially clever as it detects how many events there are and optimises itself for the nicest. For example, if there are five events coming up, instead of showing a row of four events followed by just the one event on the next line, it shows the first two events at half the width of the website and the next three at a third of the width of the website.
Faith House uses ChurchSuite's JSON feed to show upcoming events on their website. This implementation is especially clever as it detects how many events there are and optimises itself for the nicest. For example, if there are five events coming up, instead of showing a row of four events followed by just the one event on the next line, it shows the first two events at half the width of the website and the next three at a third of the width of the website.
Inspire uses ChurchSuite's JSON feed to show upcoming events on their website. This implementation separates Sunday services from other events that are on the horizon. This solution especially makes sense when a church has lots of events going on.
Inspire uses ChurchSuite's JSON feed to show upcoming events on their website. This implementation separates Sunday services from other events that are on the horizon. This solution especially makes sense when a church has lots of events going on.