Title: Rouergue Creation Events Sidebar
Author: Rouergue Création
Published: <strong>February 28, 2026</strong>
Last modified: March 1, 2026

---

Search plugins

![](https://ps.w.org/rouergue-creation-sidebar-embed/assets/banner-772x250.png?rev
=3471619)

![](https://ps.w.org/rouergue-creation-sidebar-embed/assets/icon-256x256.png?rev
=3471619)

# Rouergue Creation Events Sidebar

 By [Rouergue Création](https://profiles.wordpress.org/rock4temps/)

[Download](https://downloads.wordpress.org/plugin/rouergue-creation-sidebar-embed.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/rouergue-creation-sidebar-embed/#description)
 * [Reviews](https://wordpress.org/plugins/rouergue-creation-sidebar-embed/#reviews)
 * [Development](https://wordpress.org/plugins/rouergue-creation-sidebar-embed/#developers)

 [Support](https://wordpress.org/support/plugin/rouergue-creation-sidebar-embed/)

## Description

This plugin was developed to address the limitations of **Calendar Embed** (The 
Events Calendar)
 when it is used inside an **iframe embedded in a sidebar**.

By default, Calendar Embed enforces several behaviors that are not suitable for 
sidebar integration:

 * events open in a new browser tab
 * event content is loaded inside the iframe
 * unnecessary interface elements are displayed (description, subscription, etc.)
 * iframe height is not properly controlled

This plugin provides a **robust solution**, **without modifying The Events Calendar
plugin**, by relying
 on a controlled JavaScript interception and targeted CSS rules.

### Main Features

 * Calendar displayed **in monthly view only**
 * Removal of unnecessary elements in the embed context:
    - custom description
    - calendar subscription block
 * Sidebar-optimized iframe:
    - 100% width
    - fixed height (600px)
    - no border
    - no internal scrolling
 * Click behavior fix:
    - neutralization of Calendar Embed JavaScript
    - events open **in the same browser tab**
 * CSS and JavaScript conditionally applied to **Calendar Embed pages**
 * Procedural, lightweight, and maintainable code
 * No template overrides
 * No theme dependency

### Setup

◆ [How To Configure Event Calendar Embeds](https://theeventscalendar.com/knowledgebase/event-calendar-embed/)

 * Insert the iframe into the sidebar using a custom HTML block.
 * Copy and paste the code below into the HTML block.
 * In the code, replace the URL in the src attribute with the embed URL provided
   by Calendar Embed(Menu: Events/Calendar Embed, then click on Get Embed Snippet).
 * The inline CSS ensures a fixed iframe height in the sidebar context.

**Integration code example:**

    ```
    <style>
        @scope {
            iframe[data-tec-events-ece-iframe="true"] {
                width: 100%;
                max-width: 100%;
                height: 600px!important;
            }
        }
    </style>
    <iframe 
        data-tec-events-ece-iframe="true" 
        src="https://votresite.fr/calendar-embed/XXXXXXXX/embed/" 
        frameborder="0" 
        scrolling="no"> 
    </iframe> 
    ```

👉 This plugin has no settings page.
 No additional configuration is required.

### Démo

See the plugin in action on our [demo site](https://rouerguecreation.fr/demo/masterclasses-rock-4-temps/)

### Discover our other plugins

◆ [Easy Custom Event Tickets](https://wordpress.org/plugins/custom-event-tickets/)

◆ [Editor Custom Color Palette](https://wordpress.org/plugins/editor-custom-color-palette/)
◆ [Slider Galerie Native Responsive](https://wordpress.org/plugins/slider-galerie-native-responsive/)
◆ [Filter Bar Custom Post Type](https://wordpress.org/plugins/filter-bar-custom-post-type/)
◆ [Rouergue Création Top Notice Bar](https://wordpress.org/plugins/rouergue-creation-top-notice-bar/)

## Screenshots

 * [[
 * Events calendar integrated into the sidebar
 * [[
 * WordPress Calendar Embeds admin screen

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Rouergue Creation Events Sidebar” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Rouergue Création ](https://profiles.wordpress.org/rock4temps/)

[Translate “Rouergue Creation Events Sidebar” into your language.](https://translate.wordpress.org/projects/wp-plugins/rouergue-creation-sidebar-embed)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/rouergue-creation-sidebar-embed/),
check out the [SVN repository](https://plugins.svn.wordpress.org/rouergue-creation-sidebar-embed/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/rouergue-creation-sidebar-embed/)
by [RSS](https://plugins.trac.wordpress.org/log/rouergue-creation-sidebar-embed/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

Initial release

Full Calendar Embed sidebar integration

Neutralization of the open in new tab behavior

Conditional loading of CSS and JavaScript on embed pages

## Meta

 *  Version **1.0.0**
 *  Last updated **2 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [events](https://wordpress.org/plugins/tags/events/)[sidebar](https://wordpress.org/plugins/tags/sidebar/)
   [the events calendar](https://wordpress.org/plugins/tags/the-events-calendar/)
 *  [Advanced View](https://wordpress.org/plugins/rouergue-creation-sidebar-embed/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/rouergue-creation-sidebar-embed/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rouergue-creation-sidebar-embed/reviews/)

## Contributors

 *   [ Rouergue Création ](https://profiles.wordpress.org/rock4temps/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/rouergue-creation-sidebar-embed/)