Description
TCultura Connect allows you to seamlessly display cultural events and activities from the TCultura / DataCultura platform directly on your WordPress website.
Ideally suited for organizations, municipalities, and cultural centers using DataCultura management software.
Features
- Simple Integration: Connect via API Key in seconds.
- Flexible Filtering: Show/hide events or activities as needed.
- Date Ranges: Filter content by upcoming 7, 15, 30, 90 days, or show all.
- Customization: Choose an accent color for the “Register” (Inscribirse) buttons to match your theme.
- Developer Friendly: Clean code structure and documented API usage.
Technical Requirements
Requirement
Minimum
WordPress
5.8
PHP
7.4
API Key
Required
APIs Consumed
This plugin connects to the TCultura B2B API to fetch real-time data using the X-Project-Api-Key header:
* /api/b2b/info/ (GET) – Project information.
* /api/b2b/eventos/ (GET) – Paginated events.
* /api/b2b/actividades/ (GET) – Paginated activities.
External services
This plugin connects to the TCultura B2B API to retrieve cultural events and activities managed on the TCultura platform by your organization.
What is the service?
TCultura (https://tcultura.com) is a SaaS platform for cultural management, event coordination, and socioemotional impact measurement, developed by Data Cultura (https://datacultura.org).
What data is sent and when?
- The plugin sends only the site administrator’s API Key (via the
X-Project-Api-KeyHTTP header) tohttps://tcultura.com/api/b2b/. - Requests are made when a page containing the
[tcultura_eventos]shortcode is loaded by any visitor, or when the administrator tests the connection from the plugin settings page. - No visitor data is collected or transmitted. No cookies are set. No personal information from site visitors is sent to TCultura.
Service links
- Terms of Use: https://tcultura.com/eventos/terminos-de-uso/
- Privacy Policy: https://tcultura.com/eventos/politica-de-privacidad/
- Service homepage: https://tcultura.com
Credits
Copyright 2026 TCultura by Data Cultura.
Installation
- Upload the plugin files to the
/wp-content/plugins/tcultura-connectdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to the TCultura menu in your dashboard.
- Enter your API Key and click “Save”.
FAQ
-
How do I get my API Key?
-
- Visit datacultura.org and request access for your organization.
- Once approved, log in to your TCultura dashboard.
- Navigate to Configuración del Proyecto API.
- Copy the key and paste it into the plugin settings page.
-
How do I display the events?
-
Simply insert the following shortcode on any page or post:
[tcultura_eventos] -
Can I customize the colors?
-
Yes. Go to the TCultura settings page in your WordPress dashboard. You can select a custom color for the action buttons.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“TCultura Connect” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “TCultura Connect” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
- Added API connection to TCultura.
- Added
[tcultura_eventos]shortcode. - Added settings page with color picker and filters.