//Add the iOnGreenville Event Calendar to Your Website
iongreenville calendar

Add the iOnGreenville Event Calendar to Your Website

Make it easy for your website users them to find 100’s of Upstate Events each month by placing the iOnGreenville Event Calendar on your website. Simply paste the 2 lines of code shown below on any page you wish to display our calendar. Your calendar will automatically update as we post new events. Easy!


**WordPress Users: Paste the code in the TEXT Editor

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type='text/javascript' src='/wp-content/plugins/eventon-api/eventon.js?ver=1.0.5'></script>
<script type='text/javascript'>
	jQuery(document).ready(function($){
		$('#eventoncontent').evoCalendar({
			api: '/wp-json/eventon/calendar',
			calendar_url: 'https://iongreenville.net',
			new_window: true,
			loading_text: 'Loading Calendar...',
		});
	});
</script>