jnnrdn / lobbycal-wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>```

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 92.9%Language:CSS 3.9%Language:PHP 2.8%Language:HTML 0.3%