FediBoost
FediBoost extends the ActivityPub plugin by automatically boosting your WordPress posts on your connected Mastodon accounts when they are published. When you publish a new post on your WordPress site, FediBoost will automatically boost (reblog) that post on your linked Mastodon account, helping increase visibility across the fediverse. Features: Automatic boosting of new posts to connected Mastodon accounts Seamless integration with the ActivityPub plugin No additional configuration required after setup Requirements: The ActivityPub plugin must be installed and configured A connected Mastodon account via ActivityPub Developer Hooks FediBoost provides several filters that allow developers to customize its behavior. All filters follow WordPress coding standards and can be added to your theme’s functions.php file or a custom plugin. fediboost_should_boost_post Control whether a specific post should be boosted. Return false to skip boosting for the given post. Default: true. Parameters: $should_boost (bool) — Whether the post should be boosted. $post (WP_Post) — The post object being published. Example: add_filter( 'fediboost_should_boost_post', function( $should_boost, $post ) { // Don't boost posts in the "internal" category. if ( has_category( 'internal', $post ) ) { return false; } return $should_boost; }, 10, 2 ); fediboost_boost_delay Delay in seconds after ActivityPub federation completes before the boost is executed. This delay is only used when the federation completion hook fires successfully. Default: 30. Parameters: $delay (int) — The delay in seconds. Example: add_filter( 'fediboost_boost_delay', function( $delay ) { // Wait 2 minutes after federation before boosting. return 120; } ); fediboost_fallback_delay Delay in seconds before a boost is executed when the ActivityPub federation completion hook does not fire. This acts as a safety net for older versions of the ActivityPub plugin that do not support the activitypub_outbox_processing_complete hook. If the federation hook fires first, the fallback is cancelled and fediboost_boost_delay is used instead. Default: 300 (5 minutes). Parameters: $delay (int) — The fallback delay in seconds. Example: add_filter( 'fediboost_fallback_delay', function( $delay ) { // Wait 10 minutes in the fallback path. return 600; } ); fediboost_manage_capability WordPress capability required to manage FediBoost settings. Default: ‘manage_options’. Note: a floor of ‘edit_others_posts’ is enforced regardless of this filter’s return value, so you cannot lower the requirement below that capability. Parameters: $capability (string) — The required capability. Example: add_filter( 'fediboost_manage_capability', function( $capability ) { // Allow editors to manage FediBoost settings. return 'edit_others_posts'; } ); fediboost_max_accounts Maximum number of connected Mastodon accounts. Default: 10. Parameters: $max (int) — The maximum number of accounts. Example: add_filter( 'fediboost_max_accounts', function( $max ) { // Allow up to 25 connected accounts. return 25; } ); External Services FediBoost connects to external Mastodon instances that you configure (e.g., mastodon.social). This communication is essential for the plugin to function and is initiated only with the instance you explicitly provide. During setup: FediBoost registers an OAuth application on your Mastodon instance and performs an authorization flow so it can act on your behalf. When a post is published: FediBoost searches for the post on your Mastodon instance and performs a reblog (boost) via the Mastodon API. Data sent to your Mastodon instance: Your instance URL OAuth authorization codes Search queries to locate your posts Reblog (boost) requests Data stored locally on your WordPress site: Encrypted OAuth tokens Your Mastodon username Your Mastodon instance URL Each Mastodon instance has its own privacy policy and terms of service. You can find a list of instances and their policies at joinmastodon.org/servers. This plugin does not send data to any third-party service other than the Mastodon instance(s) you explicitly configure.
Top keywords
- mastodon15×2.53%
- boost14×2.36%
- fediboost14×2.36%
- post13×2.20%
- delay12×2.03%
- activitypub8×1.35%
- instance8×1.35%
- return8×1.35%
- accounts6×1.01%
- capability6×1.01%
- filter6×1.01%
- function6×1.01%
Nobs • Share Buttons
Add smart designed buttons after/before your posts (or wherever you want) to allow visitors to share your content (includes no JavaScript mode & counters). Buttons are Retina/HDPI-ready, translation-ready and come with useful options and hooks. Totally GDPR compliant, and accessibility and performance friendly. Includes a Gutenberg block. Select your favorites social networks among a little list. Display an optional sharings counter. You’re done! You can donate to support Creating a plugin and maintaining it of the years takes time and energy. Any support is really appreciated. Donate with Paypal Buy Me a Coffee (you can even subscribe for exclusive content, like sneak peek, free license, exclusive info, etc.) Revolut me Please, use the support forum to tell me bugs encountered, and be patient, remember it’s a free product build on my spare time Social networks supported: Diigo Evernote Facebook LinkedIn Mix Pinterest Pocket Reddit Tumblr Twitter Viadeo Weibo WhatsApp VKontakte Native Share API (for mobile devices, mostly, allowing to share with your favorite applications) Future supported Networks here Other actions supported: Send by Mail (mailto: or multi-recipient lightbox form) Print (buttons are not printed 😜) Add to bookmark Plugin Options: 8 graphic templates available (reworked) Compact option for smaller icons Choose to display only the social network icon Choose from all available networks Open links in a new window (deactivated by default) Add your Twitter account name to add “via” while sharing Choose to display buttons only on certain type of post (compatible with Custom Post Type) Choose to hide buttons only on certain posts directly in the edit page (metabox). Choose to display buttons at the bottom, the top of the content, or both (or just with shortcode or template function) Customize mail texts (subject and body), or mail in a lightbox Display a sharing counter (optional) Use shortcode [juiz_sps] or [juiz_social] wherever you want Use the Gutenberg Block wherever you need. (no settings available yet for this block) For developers: A lot of hooks are available for markup customization (or add some things) A hook is available and offers you the opportunity to add the buttons you need Use template function juiz_sps() or get_juiz_sps() in your code Contribute by creating you own button Skins easily. Available Languages: Deutsch (thank to Dennis Schmitz!) English French Japanese (thank to 半月 (Hangetsu)!) Russian (thank you Fandia!) Serbian (thank to Borisa Djuraskovic!) Spanish (thank to Roberto Castiñeira!) Turkish (thanks to Hakaner!) 🏁 You can contribute to translating in your own language! Thank you for your help 💕 Full Documentation available. This tool if made on my spare time for free, so if you say “it’s broken”, please tell me why, how, what so I can help you 😊 (better than a bad rating that won’t make things better) Before adding a bad rating, please open a support ticket to solve your issue. I’m here to help. Other plugins Find my plugins at https://profiles.wordpress.org/creativejuiz/