/lobbycal-wordpress

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

lobbycal - wordpress plugin and standalone version

Use in wordpress

To use the plugin in wordpress

  1. install the file lobbycal2press.zip
  2. in your wordpress installation, adapt the URL to your lobbycal server account at Settings > Lobbycal2press
  3. place the following html fragment in a page, wher you would like the calendar to appear
<table id="lobbycal" aria-describedby="lobbycal_info">
	<thead>
		<tr>
			<th>Date</th>
			<th>End</th>
			<th>FirstName</th>
			<th>LastName</th>
			<th>Partners</th>
			<th>Title</th>
			<th>Tags</th>
		</tr>
	</thead>
</table>```