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

Plugin: openagenda (Used by 134 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
i*o*1.com B 2026-05-02 04:48:01
i*f*s.i*i*o*r.org (WP 6.9.4) D 2026-05-02 03:42:27
l*v*l*a*e*l*.com F 2026-05-01 16:32:29
e*t*v*a*e*.fr C 2026-05-01 10:27:03
l*t*t*d*c.com B 2026-05-01 02:26:45
f*e*c*t*c*a*t*n*n*r*v*.com (WP 6.9.1) F 2026-05-01 02:10:54
x*r*h*u.c*u*t*r*0*.h*s*i*g.o*h.net (WP 6.8.5) F 2026-04-30 23:56:33
s*i*t*u*p*r*s.com (WP 6.9.4) F 2026-04-30 16:24:20
b*.n*n*e*.fr F 2026-04-30 15:28:37
m*s*e*a*.fr C 2026-04-30 08:33:44
1*m*i.org F 2026-04-30 06:46:41
e*r*p*-*n*e*s*n*e.fr (WP 6.9.4) F 2026-04-30 04:19:15
o*e*d*t*f*a*c*.fr B 2026-04-30 02:44:52
l*c*l*s*h*r*-*e*n*s*e.fr (WP 6.9.4) F 2026-04-29 12:30:09
l*s*e*x*n*r*a*d*e.fr (WP 6.9.4) D 2026-04-29 11:43:13
e*r*p*-*-*a*o*t*.yt F 2026-04-29 10:19:17
c*f.o*e*t*l*n*.fr (WP 6.9.4) F 2026-04-29 02:43:22
a*x*o*s.com (WP 6.9.4) B 2026-04-28 23:56:06
r*n*o*t*e*e*t*e*e*e*a*i*n*.fr (WP 6.9.4) F 2026-04-28 22:08:50
p*m*l*g*e.fr C 2026-04-28 10:06:33
v*c*o*r*-*e*i*m.fr (WP 6.9) F 2026-04-28 07:42:37
t*e*t*e*u*e*c*e.com (WP 6.9.4) D 2026-04-28 05:22:44
c*c.s*i*t*d*z*e*.fr (WP 6.8.5) F 2026-04-28 05:05:16
p*o.i*f*j*u*e*.bzh D 2026-04-27 23:50:21
l*r*a*t*u*.fr (WP 6.8.5) F 2026-04-27 15:02:30
l*m*g.a*e*.fr D 2026-04-27 11:50:40
c*-*u*r*n*o*n*i*.fr F 2026-04-27 09:13:29
s*i*t*e*m*i*a*m*n*d*r.org (WP 6.9.4) F 2026-04-27 08:34:18
s*m*i*e*e*i*e*n*a*c*.fr F 2026-04-27 03:03:37
j*l*s*e*n*.n*n*e*m*t*o*o*e.fr C 2026-04-27 01:55:44
t*r*i*o*r*s*c*.fr F 2026-04-27 01:15:15
c*i*t*r*e*t*u*o*s*i*e*.org (WP 6.9.4) F 2026-04-26 22:56:28
p*m*l*g*e.v*l*e*a*e*.fr C 2026-04-26 19:54:37
n*-*e*g*a*e*.com (WP 6.9.4) D 2026-04-26 19:52:10
v*l*e*c*u*r*n.fr F 2026-04-26 15:56:36
a*c*e*s*o*h*.org F 2026-04-26 15:23:38
i*f*j*u*e*b*c.com (WP 6.9.4) F 2026-04-26 14:27:03
i*f*j*u*e*.bzh F 2026-04-26 08:32:58
c*i*.bzh F 2026-04-26 08:32:58
a*e*i*r*o*t*p*d*s.com F 2026-04-26 02:16:04
d*r*d*t*i*e.com F 2026-04-26 00:40:08
m*s*e*a*r*e*d*b*u*h*.fr A 2026-04-25 19:55:09
c*f*m*s*q*e.org (WP 6.9.4) F 2026-04-25 15:34:23
a*e*c*v*n*e*.fr D 2026-04-25 09:56:47
i*n*v*t*o*-*a*t*.n*n*e*m*t*o*o*e.fr F 2026-04-25 08:33:04
a*a*a*s*.fr (WP 6.9.4) F 2026-04-25 04:55:57
d*m*t*r.fr (WP 6.9.4) F 2026-04-25 04:20:09
a*s*c*a*i*n*a*c*.com D 2026-04-25 02:45:44
a*e*s*y.org (WP 6.9.4) F 2026-04-25 00:16:56
i*o*o*t.org C 2026-04-24 22:47:58
a*e*d*.l*d*a*i.com F 2026-04-24 22:47:58
m*i*i*-*r*n*o*.fr F 2026-04-24 21:52:32
p*i*t*m*s*e*c*m*t*e*e*.org (WP 6.9.4) F 2026-04-24 04:07:29
u*i*.fr (WP 6.9.4) F 2026-04-24 02:50:18
g*a*n*-*d*.org (WP 6.9.4) F 2026-04-24 01:25:20
i*f*j*u*e*f*a*c*.org (WP 6.8.5) F 2026-04-24 01:17:41
b*o*s*n*e*t*u*o*s*.fr F 2026-04-24 00:50:35
m*s*e*u*o*o*b*e*.fr C 2026-04-24 00:41:13
o*c*j*z*.fr F 2026-04-23 16:33:14
l*r*f.org (WP 6.8.5) F 2026-04-23 13:28:16
t*h*l*.ch C 2026-04-23 04:47:03
h*u*e*m*r*e.fr F 2026-04-23 02:25:51
s*r*s*o*r*.f*a*e*n*t*s*j*r*s*l*m.org D 2026-04-23 01:06:40
p*r*s.f*a*e*n*t*s*j*r*s*l*m.org D 2026-04-23 01:06:40
l*c*n*i*e*u*m*e*.bzh (WP 6.9.4) F 2026-04-22 23:29:45
b*b*i*t*e*u*.n*n*e*.fr F 2026-04-22 23:15:50
m*s*e*e*a*o*r*.fr (WP 6.9.4) F 2026-04-22 20:09:51
e*t*e*r*s*s.n*n*e*m*t*o*o*e.fr C 2026-04-22 14:40:43
a*e*c*r*n*.fr (WP 6.9.4) D 2026-04-21 23:08:50
v*l*e*f*n*e*i*l*s.fr F 2026-04-21 12:18:30
m*i*i*-*h*t*a*f*r*7*.fr F 2026-04-20 22:44:49
g*o*a*i*i*n.news F 2026-04-20 22:30:07
e*r*p*.corsica F 2026-04-20 16:47:44
s*e*e*e*m*n*e*.fr B 2026-04-20 15:08:56
h*s*o*r*d*l*r*.fr (WP 6.9.4) F 2026-04-20 09:23:01
j*u*e*-*f*.com (WP 6.9.4) F 2026-04-19 18:07:06
f*a*e*n*t*s*j*r*s*l*m.org D 2026-04-17 08:32:30
z*n*f*a*c*e.com F 2026-04-16 18:38:26
j*u*n*e*a*r*c*l*u*e.fr F 2026-04-15 22:21:40
m*s*u*-*i*m*f*s*i*a*.com (WP 6.9.4) F 2026-04-15 04:26:33
d*r*a*h.com F 2026-04-14 16:49:39
l*t*u*l*l*e*n*r*d*f*a*c*.fr C 2026-04-13 20:11:58
e*r*p*-*i*o*s*n.eu F 2026-04-13 07:43:32
b*a*d*n*b*o*a*d.com (WP 6.8.5) F 2026-04-11 13:58:29
2*2*.1*m*i.org F 2026-04-10 10:20:31
m*i*o*d*l*r*h*-*o*r*i*e.com (WP 6.7.5) F 2026-04-10 05:20:32
m*i*o*d*l*f*g*e.com C 2026-04-10 05:20:30
m*i*o*-*u*m*n*u*.com C 2026-04-10 04:32:52
c*i*-*r*t*g*e.com F 2026-04-09 14:45:10
c*n.f*e*e*-*a*n*-*e*n.fr D 2026-04-09 13:53:01
a*e*a*g*o*e*p*.com C 2026-04-09 07:21:24
c*c*n*a.net F 2026-04-09 04:55:14
c*o*.eu F 2026-04-09 01:19:52
c*i*-*o*r*o*e*n*.com (WP 6.9.4) F 2026-04-08 14:22:03
c*l*e*t*f*c*e*i*-*a*s*n*.org F 2026-04-08 08:21:57
l*g*m*n*-*o*r*o*n*.com (WP 6.9.4) F 2026-04-07 13:11:36
l*b*a*r*e*a*e*i*o*.com (WP 6.9.4) F 2026-04-04 23:46:27
l*t*u*i*.com (WP 6.9.4) F 2026-04-04 13:36:56
b*e*a*n*-*o*p*t*t*v*t*.fr (WP 6.9.4) 2026-03-27 15:09:26
t*t*l*i*p*o*0.tv 2026-03-27 10:06:23

Top 50 Plugins

Plugin Count
elementor 2,296,020
contact-form-7 2,112,077
elementor-pro 1,301,171
woocommerce 1,070,876
revslider 781,706
js_composer 518,037
jetpack 482,316
wp-rocket 381,369
essential-addons-for-elementor-lite 349,387
header-footer-elementor 291,450
gravityforms 284,103
gutenberg-core 272,914
elementskit-lite 271,276
instagram-feed 268,809
complianz-gdpr 265,852
google-analytics-for-wordpress 265,230
google-site-kit 259,072
cookie-law-info 257,387
sitepress-multilingual-cms 233,298
bluehost-wordpress-plugin 218,977
wpforms-lite 199,893
astra-sites 192,059
litespeed-cache 176,653
gutenberg 160,754
gtranslate 155,830
cookie-notice 151,715
coblocks 146,372
the-events-calendar 136,756
popup-maker 128,842
astra-addon 114,404
bb-plugin 113,855
premium-addons-for-elementor 111,878
LayerSlider 111,644
tablepress 110,511
wp-smushit 110,210
mailchimp-for-wp 109,003
duracelltomi-google-tag-manager 101,084
cleantalk-spam-protect 97,693
creame-whatsapp-me 97,207
woocommerce-gateway-stripe 97,148
akismet 96,811
honeypot 96,681
woocommerce-payments 95,836
megamenu 93,649
pro-elements 92,375
smart-slider-3 92,146
fusion-builder 91,637
custom-fonts 91,230
click-to-chat-for-whatsapp 90,345
pixelyoursite 89,088

Top 50 Themes

Theme Count
hello-elementor 749,021
Divi 619,957
astra 591,577
pub 183,940
generatepress 141,028
Avada 140,230
flatsome 140,135
h4 106,308
oceanwp 102,921
kadence 92,273
enfold 80,783
salient 77,863
bb-theme 71,767
twentytwentyfour 69,986
blocksy 66,299
cocoon-master 65,434
twentytwentyfive 63,491
twentyseventeen 63,269
betheme 62,812
dt-the7 52,398
woodmart 48,531
neve 45,836
twentytwentyone 39,697
bridge 38,979
Avada-Child-Theme 38,038
gox 35,732
swell 34,805
twentytwenty 34,767
lightning 34,356
twentytwentythree 32,116
bricks 28,436
Impreza 28,338
Newspaper 25,729
twentytwentytwo 25,275
epik-redesign 22,537
pro 21,126
storefront 21,025
extendable 20,913
uncode 20,832
twentysixteen 20,585
sydney 19,106
yith-wonder 18,999
themify-ultra 17,749
Total 17,025
twentyfifteen 15,697
porto 15,268
hestia 15,066
yootheme 14,187
twentynineteen 14,182
thrive-theme 14,115