Skip to content

seyfro/lobbycal-wordpress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • CSS 3.9%
  • PHP 3.0%
  • HTML 0.9%