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

Plugin: openagenda (Used by 150 domains)

OpenAgenda

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
c*c*o*c*m*i*g.international (WP 7.0) D Jul 6, 2026
l*b*a*r*e*a*e*i*o*.com (WP 7.0) F Jul 6, 2026
c*o*.eu F Jul 6, 2026
a*e*7*.org (WP 7.0) F Jul 6, 2026
a*c*e*l*n*a.org (WP 7.0) F Jul 5, 2026
c*l*e*t*f*c*e*i*-*a*s*n*.org F Jul 5, 2026
l*t*u*i*.com (WP 7.0) F Jul 5, 2026
b*e*a*n*-*o*p*t*t*v*t*.fr (WP 7.0) F Jul 4, 2026
m*i*i*-*o*u*s.fr F Jul 4, 2026
t*t*l*i*p*o*0.tv F Jul 4, 2026
m*l*.fr (WP 6.7.5) F Jul 4, 2026
i*f*s*u*i*i*n*.org (WP 6.7.5) F Jul 4, 2026
i*f*j*u*e*-*a*a.fr F Jul 4, 2026
v*l*p*y*d*l*r.org (WP 7.0) F Jul 3, 2026
l*c*l*.fr (WP 7.0) F Jul 3, 2026
p*a*5.fr (WP 6.8.5) F Jul 3, 2026
i*j*r*s*l*m*r*m*i*g*r*.org (WP 7.0) F Jul 3, 2026
7*l*s*t.fr (WP 5.0.25) F Jul 3, 2026
p*a*n*s*e*e.fr F Jul 3, 2026
n*i*d*s*g*i*e*.net (WP 7.0) F Jul 3, 2026
n*i*d*s*g*i*e*.fr (WP 7.0) F Jul 3, 2026
s*a*e.fr (WP 6.8.5) F Jul 3, 2026
b*s*i*a*t*r*v*i*-*o*r*s*e.com F Jul 3, 2026
m*i*o*r*u*e*m*s*e.fr C Jul 3, 2026
i*e*e*r*n*e*n*t*r*.fr C Jul 3, 2026
c*3*.org (WP 6.9.4) F Jul 2, 2026
t*u*i*m*-*a*a*g*.fr F Jul 2, 2026
c*c*4*.org (WP 7.0) F Jul 2, 2026
v*l*i*o.com (WP 7.0) F Jul 1, 2026
f*e*r*s*r*r*e.fr (WP 7.0) F Jul 1, 2026
m*i*i*-*i*l*m*r*s*r*t*r*.fr F Jun 30, 2026
m*b*b*i*t*e*u*d*b*e*s.com (WP 7.0) F Jun 30, 2026
i*-*r*t*g*e.com A Jun 30, 2026
m*-*o.fr (WP 7.0) F Jun 30, 2026
t*c*-*u*m*e*.bzh (WP 7.0) F Jun 30, 2026
s*o*t*o*r*t.fr F Jun 30, 2026
s*m*i*e*u*o*e*e*t*e*j*u*e*.org (WP 6.8.5) F Jun 30, 2026
r*p*i*c*f*p*b*a*.org (WP 7.0) F Jun 14, 2026
p*i*e*x*e*-*r*n*e.fr (WP 6.9.4) F Jun 13, 2026
m*o*.fr (WP 7.0) F Jun 13, 2026
z*n*o*e*.org (WP 7.0) F Jun 13, 2026
a*i*e*.be (WP 6.9.4) F Jun 13, 2026
e*s*b*a*m*n*.fr (WP 7.0) F Jun 13, 2026
k*a*n*g*b*i*o*.pl (WP 7.0) F Jun 10, 2026
p*m*l*g*e.fr C Jun 6, 2026
a*e*c*v*n*e*.fr D Jun 6, 2026
s*i*t*u*i*d*m*d*c.fr A Jun 5, 2026
t*r*m*e*6.eu (WP 6.9.4) F Jun 4, 2026
f*e*c*t*c*a*t*n*n*r*v*.com (WP 7.0) F Jun 4, 2026
i*o*1.com B Jun 3, 2026

Top 50 Plugins

Plugin Count
elementor 1,773,066
contact-form-7 1,754,699
elementor-pro 1,053,398
woocommerce 816,868
revslider 609,950
jetpack 456,151
js_composer 420,819
wp-rocket 341,566
essential-addons-for-elementor-lite 265,266
complianz-gdpr 257,980
gravityforms 257,686
google-site-kit 232,621
cookie-law-info 228,902
instagram-feed 225,266
sitepress-multilingual-cms 210,874
header-footer-elementor 207,407
google-analytics-for-wordpress 206,188
bluehost-wordpress-plugin 192,588
elementskit-lite 180,622
gutenberg 167,311
cookie-notice 149,235
litespeed-cache 143,547
gtranslate 125,193
wpforms-lite 124,272
the-events-calendar 122,579
astra-sites 113,631
gutenberg-core 113,508
popup-maker 110,000
woocommerce-payments 109,709
tablepress 102,202
honeypot 97,891
astra-addon 93,947
wp-smushit 91,090
duracelltomi-google-tag-manager 90,451
coblocks 89,789
layerslider 89,525
all-in-one-seo-pack 89,300
bb-plugin 87,066
akismet 85,166
premium-addons-for-elementor 84,433
ml-slider 83,034
cleantalk-spam-protect 82,813
mailchimp-for-wp 82,012
megamenu 80,374
woocommerce-gateway-stripe 79,700
jet-engine 77,827
fusion-builder 77,281
ewww-image-optimizer 76,638
wp-pagenavi 76,523
smart-slider-3 76,327

Top 50 Themes

Theme Count
hello-elementor 621,543
Divi 497,327
astra 415,116
flatsome 137,795
Avada 121,363
generatepress 114,678
oceanwp 80,569
pub 79,286
kadence 78,818
enfold 68,928
salient 65,362
twentyseventeen 54,403
bb-theme 53,484
betheme 52,451
twentytwentyfour 52,191
blocksy 51,007
cocoon-master 49,241
dt-the7 45,528
twentytwentyfive 44,925
woodmart 42,693
h4 39,561
neve 38,220
Avada-Child-Theme 36,954
gox 36,252
bridge 31,437
twentytwentyone 30,343
lightning 29,939
twentytwenty 28,835
swell 27,982
bricks 26,516
Impreza 26,104
Newspaper 24,234
twentytwentythree 22,139
epik-redesign 19,181
twentytwentytwo 18,831
uncode 18,592
twentysixteen 17,623
pro 17,621
sydney 16,585
storefront 16,374
Total 14,410
hello-theme-child-master 14,004
factory-templates-4 13,730
themify-ultra 12,971
extendable 12,866
hestia 12,599
yootheme 12,547
yith-wonder 12,223
porto 11,980
twentyfifteen 11,835