Add This (NationBuilder) Event is a simple plugin for using the popular Add This Event plugin on your NationBuilder event pages. It will allow your supporters to add your events to their preferred calendars from your NationBuilder event pages with a single click.
Add This (NationBuilder) Event is a simple port of of Add This Event, and is subject to the same liscensing requirements. For more information, see addthisevent.com.
To use this plugin:
- Upload all the files contained in this repository to your theme’s directory.
- Add
{% include "partial_ate_settings" %}
to yourlayout.html
file just above the{{ content_for_footer }}
tag. - Add
{% include "partial_add_this_event_link" %}
to yourpages_show_event.html
andpages_show_event_wide.html
templates where you’d like the “Add to Calendar” link to appear. - (Optional) Import the
_add_this_event.scss
file into yourtheme.scss
stylesheet in order to customize the styling of the widget as desired.
###Notes
- For extended documentation on how to customize the plugin, see addthisevent.com
- The calendar events default to Eastern Time, but can be configured for any time zone. You’ll need to edit the
_partial_add_this_event_link.html
template accordingly.