It is possible to pull church needs, topics, events, prayers and albums from the Plaza so that you can use them within your WordPress site.
Data pulled from The City is by default cached for 1 day (24 hours) so that subsequent requests are faster.
PHP >= 5.3
iconv: php.net/manual/en/book.iconv.php
Install from within WordPress:
Go to Plugins => Add New => search for “the city plaza”.
Install manually:
-
Unzip the file you downloaded.
-
Upload files to a ‘the-city-plaza’ folder in the ‘/wp-content/plugins/’ directory.
-
Log into your Wordpress admin and activate the plugin through the ‘Plugins’ menu.
-
In the widgets screen drag the widget to the content section you want it to show up in.
-
Set the fields as shown and then save.
Here is the link to the description of the plugin: developer.onthecity.org/thecity-plugins/wordpress-plaza/
This project uses the Plaza API wrapper github.com/thecity/thecity-plaza-php
If you clone this repo then make sure to do the following afterward:
git submodule init git submodule update
wiki.acstechnologies.com/display/TheCity/The+Plaza+JSON+API
If you want to help out fork the project and send me a pull request.
You can also send me feature requests by creating a ticket (github.com/thecity/thecity-plaza-wordpress/issues)
This plugin is released under the MIT license. Please contact weshays (github.com/weshays) for any questions.