WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: openagenda (Used by 164 domains)

OpenAgenda

👤 openagenda 📦 v3.0.1 🔗 Plugin Homepage

Display calendars from https://openagenda.com on your site.

Basic usage

This WordPress plugin allows you to embed any calendar hosted on https://openagenda.com on your WordPress site.

Upon activation, the plugin creates a new post type named Calendars. Just create a new calendar, provide the UID of the calendar you wish to display in the calendar settings box, and that’s it !

You can leave the content area for this calendar empty, as it will be populated automatically with your events !

Your events are automatically inserted after your content. If you wish to control where your events will be listed, just use the shortcode [openagenda] in your content.

Settings

General settings can be found under the Calendar > Settings entry in the admin menu.

All data related to your API key or calendars can be found on https://openagenda.com.

The settings are divided into two tabs: General and Integrations.

General settings

The General settings page provides the following settings :

  • OpenAgenda API key : Your user API key. Providing your account API key is required for the plugin to work properly. It can be found in your account on https://openagenda.com
  • Allow for embedded content : If your events contain embedded content, tick this box to allow the corresponding HTML tags.
  • Load default stylesheets : The plugin provides very basic styling and depends heavily on your theme’s styles. Disable this to rely 100% on your theme styles.
  • Legacy templates : Templates have been updated in 3.0.0. Check this option to continue using legacy templates.
  • Cache duration : For performance reasons, basic requests to OpenAgenda are temporarily kept in cache. This settings controls the time to keep them cached, in seconds.
  • Default event image : Choose an image to use in case events do not have one.
  • Delete all calendar content on uninstall ? : controls whether you want to delete all your calendars on uninstall.
  • Delete all options on uninstall ? : controls whether you want to delete all your calendar settings on uninstall.
  • Allow OpenAgenda to collect usage stats ? : controls whether you want to send CMS used and site URL to OpenAgenda, for statistic purposes.

Integrations settings

The Integrations tab allows you to fine tune settings for various third party services the plugin uses.

OpenStreetmap integration settings :

  • Default map tiles link : This is the map tile used for the various maps displayed by the plugin.
  • Default map tiles attribution link : this is the default attribution link placed on OpenStreetMaps.

CloudImage integration settings :

  • CloudImage API key : If you wish to use CloudImage to serve your images, enter your API key here.

Permalinks settings

In the Permalinks settings, you can change the prefix for your calendar pages. You cannot leave this blank as your URLs will conflict with WordPress’ default pages and posts.

In the Settings > Reading section, you can set a calendar page as your front page. Note that it will still use the default calendar template provided by the plugin and the default front page template provided by your theme.

Customizer settings

In the Customizer, a new panel is available to house various display settings. For now only a main color setting is available.

If you add Openagenda Filter widgets via the customizer, the preview will not display them immediately. That’s simply because filters are initialized on page load and the customizer preview is not always fully refreshed when a setting is changed.

Simply publish your settings and refresh the page, or open your agenda page in another tab. Your filter should work just fine.

Filter widget and shortcodes

To allow users to easily find relevant events, the plugin also provides a convenient filter widget. Place the widget in your sidebar or other widgetized area, pick a filter and tweak any additional settings in the widgets admin.

To integrate filters directly in your content instead of widget areas, the plugin also provide shortcodes.

Every shortcode listed here (except for [openagenda]) corresponds to a filter option in the widget.

Additionaly, shortcodes and widget filters have the same parameters, and every shortcode attribute corresponds to a widget filter setting.

[openagenda]

Displays the calendar. You do not need to use this shortcode explicitely, as it is automatically injected in the content of your “calendars” posts.

However, if you need to insert static content after your list of events, you can do so by inserting this shortcode, then your static content afterwards.

[openagenda_filter_active]

Displays the active filters. It takes no parameters.

[openagenda_filter_choice]

Displays a list of choices, depending on the field chosen. It takes the following parameters :

  • field: the slug of the choice field you want to display (e.g. “cities”, “keywords”, “departments”, “favorites”, etc… ).
  • additional_field: Any custom field you have setup in your OpenAgenda administration. Only works when ‘Additional Field’ is the chosen field.
  • page_size: Number of options to display before the ‘More options’ button.

You can find the list of available additional fields in the Forms section of your agenda settings on openagenda.com (ex: https://openagenda.com/[your-agenda]/admin/schema)

[openagenda_filter_calendar]

Displays a calendar. It takes no parameters.

[openagenda_filter_map]

Displays an interactive map to locate and search events. It takes the following parameters :

  • map_tiles_link : Map tiles link to use. Defaults to https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
  • map_auto : Whether to automatically update map on scroll.

[openagenda_preview]

Displays a preview of any calendar. It takes the following parameters :

  • uid : UID of the calendar you wish to preview.
  • size : Number of events to display.
  • sort : Event sort option. Accepts lastTimingWithFeatured.asc, timingsWithFeatured.asc, lastTiming.asc, timings.asc, updatedAt.asc or updatedAt.desc.
  • filters : Query string representing filters to apply to the request. To ensure it works properly and avoid breaking the shortcode, you should urlencode the query string. You can do so via a simple tool like https://www.urlencoder.org/fr/
  • links : Accepts oa or an empty string. If set to oa, event links will point to events pages on https//openagenda.com instead of local pages.

[openagenda_filter_relative]

Allows to filters past or upcoming events. It takes no parameters.

[openagenda_filter_search]

Displays a search field. It takes the following parameters :

  • placeholder : text field placeholder.

Customization

Templates for the list of events and individual events can be customized in your child theme.

If you’re not already using a child theme, it is recommended to create one.

https://developer.wordpress.org/themes/advanced-topics/child-themes/

Just create a folder named openagenda/ in your child theme, then copy and paste the template you wish to override from the plugin’s templates/ folder.

Here is a list of templates you can find in the plugin’s templates/ folder :

  • event-loop.php : main wrapper for list view and single event view. Displays exports button and pagination at the top and bottom.
  • list-header.php : contains the total number of events and active filters display.
  • event.php : template used to display the event information on list views.
  • single-event.php : template used to display the event information on single event views.
  • event-location.php : template used to display the location information on single event views.
  • event-additional-fields.php : template used to the list of additional fields on single event views.
  • preview-loop.php : main wrapper for the preview widget and shortcode.

The legacy/ folder contains templates used prior to version 3.0.0. If you updated the plugin and notice issues on your frontend, that’s probably because your site used legacy templates. Please try and check the Use legacy templates checkbox in the settings page.

The plugin provide convenient template tags for you to display event data in the inc/template-tags.php file. Feel free to define your own in your theme.

The plugin also provides many hooks to allow you to customize the html output or other various data.

Usage of third party services and copyright information

This plugin displays data hosted and provided by https://openagenda.com. By using this plugin, you accept and agree with OpenAgenda’s terms and conditions and privacy policy. Please make sure to read them before using this plugin. Also, using this plugin DOES require an account at https://openagenda.com, and an API key.

By default, maps displayed by this plugin use data from https://openstreetmap.org/ and uses the leaflet JS library. By using this plugin, you accept and agree with OpenStreetMap’s terms of use, acceptable use policy and privacy policy

The plugin provides optional integration with CloudImage. The integration requires to create an account at https://cloudimage.io and accept and agree their terms of use.

Icons used in the UI are Genericons, licenced under the GPL 2.0.

DomainExposuresHeadersLast Checked
e*.j*l*s*e*n*.n*n*e*m*t*o*o*e.fr C 2026-06-15 14:31:09
r*p*i*c*f*p*b*a*.org (WP 7.0) F 2026-06-14 04:27:42
p*i*e*x*e*-*r*n*e.fr (WP 6.9.4) F 2026-06-13 14:59:27
a*t.a*t*s*e*a*t*u*.com (WP 6.8.1) F 2026-06-13 10:51:02
m*o*.fr (WP 7.0) F 2026-06-13 09:14:03
z*n*o*e*.org (WP 7.0) F 2026-06-13 06:44:27
a*i*e*.be (WP 6.9.4) F 2026-06-13 01:09:08
e*s*b*a*m*n*.fr (WP 7.0) F 2026-06-13 00:55:22
m*i*o*t*a*q*i*l*t*.n*n*e*.fr C 2026-06-11 23:13:25
a*e*d*.v*l*e*d*a*u*g*a*.fr (WP 7.0) F 2026-06-11 00:19:51
k*a*n*g*b*i*o*.pl (WP 7.0) F 2026-06-10 17:23:08
p*m*l*g*e.fr C 2026-06-06 21:28:54
a*e*c*v*n*e*.fr D 2026-06-06 02:26:56
s*i*t*u*i*d*m*d*c.fr A 2026-06-05 13:00:36
t*r*m*e*6.eu (WP 6.9.4) F 2026-06-04 03:14:46
f*e*c*t*c*a*t*n*n*r*v*.com (WP 7.0) F 2026-06-04 01:42:50
i*o*1.com B 2026-06-03 20:30:55
x*r*h*u.c*u*t*r*0*.h*s*i*g.o*h.net (WP 6.8.5) F 2026-06-03 03:44:17
a*x*o*s.com (WP 6.9.4) B 2026-06-03 02:08:43
i*f*-*e*n*.fr (WP 6.8.5) F 2026-06-02 23:58:24
b*.n*n*e*.fr F 2026-06-02 21:12:57
o*g*g*e*.p*e*i*w.i*f*m*n*a*.website (WP 7.0) F 2026-06-02 05:37:23
l*c*l*s*h*r*-*e*n*s*e.fr (WP 7.0) F 2026-06-01 19:00:14
s*i*t*a*b*n*d*-*e*o*.fr A 2026-06-01 13:33:46
l*v*l*a*e*l*.com F 2026-06-01 10:48:34
c*f.o*e*t*l*n*.fr (WP 6.9.4) F 2026-06-01 10:26:15
s*i*t*u*p*r*s.com (WP 7.0) F 2026-06-01 10:14:16
i*f*s.i*i*o*r.org (WP 6.9.4) D 2026-06-01 04:27:02
l*t*t*d*c.com B 2026-05-31 20:14:19
p*t*i*o*n*-*e*-*a*s*d*-*-*i*.fr (WP 6.9.4) F 2026-05-31 10:20:44
p*o.i*f*j*u*e*.bzh D 2026-05-31 07:47:32
o*e*d*t*f*a*c*.fr B 2026-05-30 19:38:21
m*s*e*a*.fr C 2026-05-30 09:07:29
1*m*i.org F 2026-05-30 07:20:53
d*r*i*l*u*s*c*l*a*o*.fr (WP 7.0) F 2026-05-30 07:02:39
e*r*p*-*n*e*s*n*e.fr (WP 6.9.4) F 2026-05-30 06:02:20
a*s*c*a*i*n*a*c*.com D 2026-05-30 03:37:09
p*l*t*e*u*t*r*l*e.org (WP 6.8.3) F 2026-05-29 15:11:41
e*r*p*-*-*a*o*t*.yt F 2026-05-29 10:25:51
t*e*t*e*u*e*c*e.com (WP 7.0) D 2026-05-29 09:32:53
r*n*o*t*e*e*t*e*e*e*a*i*n*.fr (WP 7.0) F 2026-05-28 23:08:25
n*-*e*g*a*e*.com (WP 7.0) D 2026-05-28 15:49:33
v*c*o*r*-*e*i*m.fr (WP 6.9) F 2026-05-28 08:33:13
c*c.s*i*t*d*z*e*.fr (WP 6.8.5) F 2026-05-28 05:51:26
c*-*u*r*n*o*n*i*.fr F 2026-05-28 01:22:58
s*i*t*e*m*i*a*m*n*d*r.org (WP 6.9.4) F 2026-05-28 00:46:12
s*-*u*u*t*n*r*n*e*.fr (WP 7.0) F 2026-05-27 23:46:43
m*s*e*a*r*e*d*b*u*h*.fr A 2026-05-27 20:47:53
l*r*a*t*u*.fr (WP 6.8.5) F 2026-05-27 15:07:44
j*l*s*e*n*.n*n*e*m*t*o*o*e.fr C 2026-05-27 13:26:24
l*m*g.a*e*.fr D 2026-05-27 12:56:20
v*l*e*c*u*r*n.fr F 2026-05-27 08:59:27
a*t*n*a*n.com (WP 6.8.1) F 2026-05-27 07:18:41
s*m*i*e*e*i*e*n*a*c*.fr F 2026-05-27 03:07:55
c*i*t*r*e*t*u*o*s*i*e*.org (WP 7.0) F 2026-05-26 23:46:57
i*f*j*u*e*.bzh F 2026-05-26 23:33:00
c*i*.bzh F 2026-05-26 23:33:00
i*o*o*t.org C 2026-05-26 23:13:04
a*e*d*.l*d*a*i.com F 2026-05-26 23:13:04
d*r*d*t*i*e.com F 2026-05-26 22:22:37
p*m*l*g*e.v*l*e*a*e*.fr C 2026-05-26 20:42:05
a*c*e*s*o*h*.org F 2026-05-26 16:04:20
i*f*j*u*e*b*c.com (WP 7.0) F 2026-05-26 15:03:27
d*m*t*r.fr (WP 6.9.4) F 2026-05-25 20:18:43
m*i*i*-*r*n*o*.fr F 2026-05-25 13:50:18
i*n*v*t*o*-*a*t*.n*n*e*m*t*o*o*e.fr F 2026-05-25 09:33:32
a*e*s*y.org (WP 7.0) F 2026-05-25 01:40:45
u*i*.fr (WP 6.9.4) F 2026-05-24 23:23:20
p*i*t*m*s*e*c*m*t*e*e*.org (WP 7.0) F 2026-05-24 23:07:57
m*s*e*u*o*o*b*e*.fr C 2026-05-24 21:15:30
g*a*n*-*d*.org (WP 7.0) F 2026-05-24 20:44:07
i*f*j*u*e*f*a*c*.org (WP 6.8.5) F 2026-05-24 20:38:05
b*o*s*n*e*t*u*o*s*.fr F 2026-05-24 20:13:30
o*c*j*z*.fr F 2026-05-24 13:29:47
l*r*f.org (WP 6.8.5) F 2026-05-24 10:31:14
d*g*t*l.l*i*e*a*l*y.co C 2026-05-24 08:43:41
t*h*l*.ch C 2026-05-24 01:24:23
h*u*e*m*r*e.fr F 2026-05-23 23:16:52
e*t*e*r*s*s.n*n*e*m*t*o*o*e.fr C 2026-05-23 21:04:48
l*c*n*i*e*u*m*e*.bzh (WP 6.9.4) F 2026-05-23 20:37:55
r*n*e*v*u*i*g*r*e*.de (WP 6.9.4) D 2026-05-23 19:21:59
b*b*i*t*e*u*.n*n*e*.fr F 2026-05-23 13:41:33
m*s*e*e*a*o*r*.fr (WP 6.9.4) F 2026-05-23 09:10:45
a*e*c*r*n*.fr (WP 7.0) D 2026-05-22 21:18:26
v*l*e*f*n*e*i*l*s.fr F 2026-05-22 11:05:28
m*i*i*-*h*t*a*f*r*7*.fr F 2026-05-21 21:39:03
g*o*a*i*i*n.news F 2026-05-21 21:24:39
e*r*p*.corsica F 2026-05-21 15:57:05
s*e*e*e*m*n*e*.fr C 2026-05-21 14:22:55
d*r*a*h.com F 2026-05-20 03:15:39
l*i*e*.f*a*c*o*y*p*q*e.com A 2026-05-19 06:33:11
a*i*e*k.fr F 2026-05-19 05:15:51
b*b*i*t*e*u*s.r*n*e*.fr D 2026-05-18 10:17:45
m*n*o*m*r*e.n*n*e*m*t*o*o*e.fr C 2026-05-18 09:44:22
c*f*d*b*r*.fr (WP 6.9.4) F 2026-05-18 07:36:41
f*a*e*n*t*s*j*r*s*l*m.org D 2026-05-18 06:39:37
m*q*a*o*c*e.com (WP 6.7.5) F 2026-05-17 23:24:25
j*u*n*e*a*r*c*l*u*e.fr F 2026-05-17 18:48:42
d*l*s*i*e*a*s*e*i*a*e*.org (WP 5.8.13) ⚠️ F 2026-05-17 17:43:32
z*n*f*a*c*e.com F 2026-05-17 15:29:59

Top 50 Plugins

Plugin Count
elementor 1,853,982
contact-form-7 1,824,242
elementor-pro 1,079,666
woocommerce 837,953
revslider 634,084
jetpack 476,287
js_composer 444,260
wp-rocket 344,896
essential-addons-for-elementor-lite 304,971
gravityforms 297,593
complianz-gdpr 266,410
cookie-law-info 239,557
instagram-feed 234,194
google-site-kit 228,065
sitepress-multilingual-cms 227,639
google-analytics-for-wordpress 219,146
header-footer-elementor 215,701
elementskit-lite 215,335
bluehost-wordpress-plugin 192,135
gutenberg 165,644
gutenberg-core 164,038
cookie-notice 158,158
litespeed-cache 138,389
the-events-calendar 136,486
wpforms-lite 132,399
gtranslate 131,741
astra-sites 121,813
popup-maker 119,220
woocommerce-payments 115,110
tablepress 114,259
coblocks 102,359
honeypot 100,795
astra-addon 97,721
duracelltomi-google-tag-manager 96,519
wp-smushit 96,107
all-in-one-seo-pack 95,647
LayerSlider 94,031
bb-plugin 92,475
megamenu 89,546
premium-addons-for-elementor 89,292
akismet 87,733
mailchimp-for-wp 85,899
cleantalk-spam-protect 85,524
woocommerce-gateway-stripe 85,097
ml-slider 83,778
borlabs-cookie 82,727
fusion-builder 81,876
wp-pagenavi 81,757
ewww-image-optimizer 81,191
smart-slider-3 80,072

Top 50 Themes

Theme Count
hello-elementor 634,290
Divi 524,258
astra 434,451
flatsome 144,160
Avada 127,673
generatepress 127,171
pub 112,934
twentytwentyfour 86,024
oceanwp 85,856
kadence 81,310
enfold 73,951
sydney 68,854
salient 68,356
twentyseventeen 57,976
h4 57,965
bb-theme 56,264
betheme 53,476
cocoon-master 52,585
blocksy 52,542
dt-the7 47,464
twentytwentyfive 45,506
neve 40,672
Avada-Child-Theme 38,593
woodmart 34,194
gox 34,143
bridge 33,672
twentytwentyone 32,976
lightning 32,206
twentytwenty 30,922
swell 28,990
Impreza 27,393
bricks 26,782
voxel 26,186
twentytwentythree 24,606
Newspaper 24,441
sinatra 23,657
kubio 21,805
twentytwentytwo 20,334
uncode 19,696
epik-redesign 19,283
twentysixteen 18,921
storefront 18,389
pro 18,135
Total 15,131
extendable 14,931
yith-wonder 14,124
hello-theme-child-master 13,776
yootheme 13,391
themify-ultra 13,380
hestia 13,293