Integrating popular WordPress event plugins with the ActivityPub plugin. https://event-federation.eu
Find a file
André Menrath cedb997707
Some checks failed
PHPUnit / PHPUnit – PHP 8.1 (push) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.2 (push) Failing after 1m10s
PHPUnit / PHPUnit – PHP 8.3 (push) Failing after 1m3s
test
2024-10-03 15:48:09 +02:00
.forgejo/workflows test 2024-10-03 15:48:09 +02:00
.wordpress-org First draft of a proper Readme (targeting WordPress.org) (#39) 2024-09-28 11:45:47 +02:00
assets/css Rename plugin to ActivityPub Event Bridge (#47) 2024-10-02 21:54:03 +02:00
bin Run integration tests and improve transformers for all integrations (#32) 2024-09-25 11:27:17 +02:00
docs improve documentation how to add new event plugin and write a new transformer 2024-10-02 22:40:41 +02:00
includes set default status in the transformer 2024-10-02 22:40:12 +02:00
templates Rename plugin to ActivityPub Event Bridge (#47) 2024-10-02 21:54:03 +02:00
tests Rename plugin to ActivityPub Event Bridge (#47) 2024-10-02 21:54:03 +02:00
.gitignore add node_modules to gitignore 2024-09-28 16:18:00 +02:00
activitypub-event-bridge.php Remove actions needed for local https development 2024-10-03 15:30:00 +02:00
composer.json Rename plugin to ActivityPub Event Bridge (#47) 2024-10-02 21:54:03 +02:00
docker-compose.yml Rename plugin to ActivityPub Event Bridge (#47) 2024-10-02 21:54:03 +02:00
Dockerfile Add integration tests for The Events Calendar (#31) 2024-09-24 16:24:31 +02:00
LICENSE add license 2023-11-26 19:28:48 +01:00
phpcs.xml Rename plugin to ActivityPub Event Bridge (#47) 2024-10-02 21:54:03 +02:00
phpunit.xml add forgejo actions for phpunit and phpcs 2024-09-21 11:00:33 +02:00
README.md Remove actions needed for local https development 2024-10-03 15:30:00 +02:00
readme.txt Remove actions needed for local https development 2024-10-03 15:30:00 +02:00

ActivityPub Event Bridge

Contributors: andremenrath
Tags: events, fediverse, activitypub, calendar
Requires at least: 6.5
Tested up to: 6.6
Stable tag: 0.1.0
Requires PHP: 8.1
License: AGPL-3.0-or-later
License URI: https://www.gnu.org/licenses/agpl-3.0.html

Integrating popular event plugins with the ActivityPub plugin.

Description

Make your events more discoverable, expand your reach effortlessly while being independent of other (commercial) platforms, and be a part of the growing decentralized web (the Fediverse). With the ActivityPub Event Bridge plugin for WordPress, your events can be automatically followed, aggregated and displayed across decentralized platforms like Mastodon or Gancio, without any extra work. Forget the hassle of managing multiple social media accounts just to keep your audience informed.

This plugin is not an event managing plugin but an add-on to popular event plugins. It extends their functionality to fully support the ActivityPub plugin. With the ActivityPub plugin people can follow your website directly and engage with your events just as they would on social media: liking, boosting and even commenting if you enable it. You retain full ownership of your content. By integrating into your existing setup, it ensures no extra work is needed while enhancing your events' visibility across the web.

How It Works

With the ActivityPub Event Bridge WordPress plugin, sharing your events is effortless and automatic! Once you create an event on your WordPress site, it is seamlessly shared across the decentralized web using the ActivityPub protocol.

Logo

Your events can be automatically delivered to platforms that fully support events, such as Mobilizon, Gancio, Friendica, Hubzilla, and Pleroma. These platforms create public event calendars by pulling in events from various sources, including your website. Any updates you make to your events are synced across these platforms—so you only need to manage your events on your own site, with no extra work required.

Logo

Even platforms that dont yet fully support events, like Mastodon, will still receive a detailed, well-composed summary of your event. The Event Federation plugin ensures that users from those platforms are provided with all important information about an event.

Installation

This plugin depends on the ActivityPub plugin. Additionally, you need to use one of the supported event plugins. See below.

Supported Event plugins

Configuration

If youre new to the ActivityPub plugin, its recommended to spend a few minutes reading through its documentation to familiarize yourself with its setup and functionality.

Frequently Asked Questions

Do I need to install another event plugin to use the Event Federation plugin?

Yes, this plugin works needs a supported event plugin such as The Events Calendar, VS Event List, or Events Manager to manage your events. It just fills the missing gap between event plugins and the ActivityPub plugin.

What platforms can follow my events?

Your events can be followed on platforms that support ActivityPub like Mobilizon, Gancio, Friendica, Hubzilla, and Pleroma. Even other applications like Mastodon, which dont fully support events yet, will display all important information about the events.

How much extra work is required to maintain my events across the decentralized Web?

None! Once the plugin is set up, your events are automatically sent to all connected platforms or account that follow you (your Website). Any updates you make to your events are synced without additional effort.

Can I still use social media to promote my events?

Yes, you can still use traditional social media if you wish. However, this plugin helps reduce reliance on commercial platforms by connecting your events to the decentralized Fediverse.

Will this plugin work if I don't use the ActivityPub plugin?

No, the Event Federation plugin depends on the ActivityPub plugin to deliver your events across decentralized platforms, so it's essential to have it installed and configured.

My event plugin is not supported, what can I do?

If you know about coding have a look at the documentation of how to add your plugin or open an issue, if we can spare some free hours we might add it.

What if I experience problems?

We're always interested in your feedback. Feel free to reach out to us via E-Mail or create an issue.

Changelog

[0.1.0] 2024-10-01

  • Initial alpha release on WordPress.org