开发者 | lobbycalDec |
---|---|
更新时间 | 2018年7月19日 19:02 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.9.7 |
版权: | CC0 1.0 Universal |
版权网址: | 版权信息 |
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.<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>
Get yours here: https://github.com/TransparencyInternationalEU/lobbycal
Lobbycal is used here https://lobbycal.greens-efa-service.eu/all
After registration you should have received an email with your personal API URL.
It should be similar to
http://our-lobbycal-server.org/api/meetings/dt/100
To display all meetings published by that lobbycal server instance, simply remove the id at the end of the URL
http://our-lobbycal-server.org/api/meetings/dt
For wordpress, this is done at the plugins settings page /wp-admin/options-general.php?page=lobbycal2press
To display meetings of selected users, simply add ids of these users at the end of the URL, separated by comma.
http://our-lobbycal-server.org/api/meetings/dt/42,23
For wordpress, this is done at the plugins settings page /wp-admin/options-general.php?page=lobbycal2press
OK. Go to the plugin editor in your wordpress installation and edit lobbycal2press.js. Scroll down to 'function partner'. Remove '' . Save and refresh.