Introduction
With this plugin you can show your events from yearplan app on a third party website.
Plugin HTML Code
data-attribute | Option | Description |
---|---|---|
view | eventlist_preview / eventlist | eventlist is a full list of all events while eventlist_preview are only the next 10 events |
categoryid | "" or categoryId | If an category ID is provided the plugin whll display only this specific events. |
startdate | "" date YYYY-MM-DD | With this attribute you can set a default start date filter |
<div class="dm-pushapp-widget events" data-view="eventlist_preview" data-groupid="" data-apikey="" data-categoryid="" data-startdate=""></div>
<script>
!function(){var e,t,r,i,s,n;e=document,t="script",r="dokume_formswidget",i="https://dokume.net/public/plugin/eventlist/plugin.js",n=e.getElementsByTagName("script")[0],e.getElementById(r)||((s=e.createElement(t)).id=r,"script"===t?(s.src=i,s.defer="defer",s.async=!1):(s.href=i,s.rel="stylesheet"),n.parentNode.insertBefore(s,n))}();
</script>