
Admin settings — Networks selection, FediFind search bar option, panel placement controls
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
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
When the FediFind search bar is enabled in settings, the panel includes a search form that sends queries directly to fedifind.com in a new tab — no data is sent server-side by the plugin. The OG-fetch endpoint (fedifind.com/api/og-fetch) is called server-side only when an administrator opens the boost form, to fetch the article’s image, title and description for the preview card.
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' );