FediStation turns every article on your blog into a node of the Open Social Web. No accounts required for your readers to use the panel — just click and share to the Fediverse network of their choice.
The web is consolidating into a handful of closed platforms. FediStation gives WordPress publishers — still the backbone of the open web at ~40% of all sites — a simple bridge to send their content into the Fediverse, where readers and conversations live on user-owned servers and federated protocols.
This plugin connects to a small number of external services. They are all operated by FediBoard (the plugin’s author) and are only contacted under the conditions described below. No service is contacted on every page view, and no visitor data is sent without an explicit user action.
Used for the FediBoard “Channel Boost” feature, which submits an article to FediBoard topic channels for cross-posting to the Fediverse. Contacted only when an administrator:
No data is sent from the frontend or for non-administrator visitors.
Terms & Privacy: https://fediboard.com/legal#fedistation
When an administrator opens the FediStation side panel on a post, the panel fetches a small JSON configuration file (/wp-top-banner-section.json) from fediboard.com to display a rotating notice in the panel header (e.g. links to FediBoard, Ko-fi support). Only the JSON file is fetched — no data is sent, and no cookies are set. The fetch occurs once per panel open.
Terms & Privacy: https://fediboard.com/legal#fedistation
FediStation sends a very small number of anonymous, aggregate pings to api.fediboard.com so we can understand which features are useful and prioritise development. Each ping contains only:
install, boost_submitted, fedifind_submitted).These pings are fire-and-forget and never delay a page response. To disable all anonymous stats, add this filter to your theme’s functions.php or a site-specific plugin:
add_filter( 'fedistation_stats_enabled', '__return_false' );
Terms & Privacy: https://fediboard.com/legal#fedistation
FediFind is the FediBoard-operated open-web discovery index. The plugin contacts fedifind.com only when an administrator takes one of the following actions:
/api/og-fetch) with the article URL so that the article’s image, title and description can be displayed in a unified way across all FediBoard tools.No data is sent for non-administrator visitors.
Terms & Privacy: https://fediboard.com/legal#fedifind
FediStation is designed to respect your readers’ privacy by default.
To help us understand which features are useful and prioritize development, FediStation sends a small number of anonymous, aggregate pings to api.fediboard.com. These pings include:
That’s it. No visitor data, no IP, no page URLs, no search queries, no post titles are ever sent. Pings are fire-and-forget so they never slow down your site.
If you’d prefer to disable analytics entirely, you can do so via WordPress filter:
add_filter( 'fedistation_stats_enabled', '__return_false' );
(This filter will be honored from version 1.1 onwards.)