Fuxux Social Poster

Description

Fuxux Social Poster connects your WordPress site to Fuxux, the AI-powered social media scheduler. When you publish a post, this plugin automatically sends it to the social accounts you’ve connected in Fuxux — no copy-pasting captions, no logging into five different apps.

Features

  • One-time setup: paste your Fuxux API key and pick your platforms.
  • Auto-posts (or schedules with a delay) whenever a post is published — optionally also on every later update.
  • Per-account fine-tuning: turn individual connected accounts off, or give them their own caption template and delay, right down to two accounts on the same platform saying different things.
  • Per-post override: skip auto-posting or choose different platforms from a checkbox on the post editor.
  • Customizable caption template with {title}, {excerpt}, {url} and {site_name} placeholders.
  • Automatically trims captions to fit each platform’s character limit.
  • Attaches the post’s featured image when available.
  • Per-post activity log — see exactly what was sent to which account and whether it succeeded.
  • “Test connection” button confirms your API key and lists the social accounts Fuxux sees.
  • Sending happens in the background (WP-Cron), so publishing a post never waits on Fuxux or any social network to respond.

Requirements

  • A free or paid Fuxux account with at least one connected social account.
  • An API key, created under Fuxux Settings API keys.

This plugin does not store your social media passwords — all publishing happens through Fuxux’s own connected accounts and OAuth tokens. WordPress only needs a Fuxux API key.

External Services

This plugin connects to the Fuxux API (fuxux.com) using a personal API key you provide, to:

  • Fetch the list of social media accounts connected to your Fuxux workspace, so you can choose which ones to post to.
  • Send the title, excerpt/content-derived caption text, permalink, site name, and (optionally) the featured image URL of a post you publish or update, so Fuxux can post it to your chosen social accounts.

This only happens when you explicitly enable auto-posting, and only for the post types you select. You can revoke access at any time by deleting the API key from the plugin’s settings screen or from your Fuxux account.

See Fuxux’s Terms of Service and Privacy Policy for more information on how your data is handled once it reaches Fuxux.

Screenshots

Installation

  1. Upload the fuxux-social-poster folder to /wp-content/plugins/, or install it from the WordPress plugin directory.
  2. Activate the plugin through the Plugins screen.
  3. Go to Settings Fuxux Social Poster.
  4. Paste the API key from your Fuxux account (Settings API keys) and click Test connection.
  5. Choose which post types and platforms should auto-post, then save.

FAQ

Do I need a Fuxux account?

Yes. Fuxux Social Poster only relays your WordPress content — the actual posting to Instagram, TikTok, X, etc. is handled by your Fuxux account’s connected social integrations. Sign up free at fuxux.com.

Can I control which posts go out?

Yes. Each post editor has a “Fuxux Social Poster” panel where you can skip auto-posting entirely or choose a different set of platforms for that specific post.

Does it post immediately?

By default, yes, right when the post is published. You can set a delay (in minutes) under Settings Fuxux Social Poster if you’d rather schedule it a bit later.

What happens if a platform isn’t connected in Fuxux?

Fuxux automatically skips platforms that don’t have a connected account, so nothing fails — it just posts to whatever is connected.

Why didn’t my post show up on social media instantly?

Sending happens via WP-Cron a few seconds after you publish, not during the publish request itself, so the editor never waits on Fuxux or a social network to respond. WP-Cron only runs on site traffic, so on a very low-traffic site it can take a little longer to fire — a real cron job hitting wp-cron.php on a schedule (common on most hosts) avoids that.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Fuxux Social Poster” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Fuxux Social Poster” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.1

  • Fixed: an invalid API base URL (e.g. a typo, or a scheme other than http/https) is now rejected with a warning and falls back to the default, instead of being saved as-is and silently breaking every future publish attempt.

1.1.0

  • Added per-account overrides: enable/disable, custom caption, custom delay per connected account (Settings Connected accounts).
  • Added an optional “also send on update” trigger, not just first publish.
  • Added a per-post activity log (post editor sidebar) with a Clear button.
  • Added Pinterest to the supported platform list.
  • Sending now happens via WP-Cron in the background instead of during the publish/update request itself.
  • Automatically retries on a rate limit or a transient network/server error (up to 3 attempts, a few minutes apart) — never on a permanent failure like a bad API key, and never resends anything that already succeeded.
  • Restyled the settings screen and post-editor panel to match the Fuxux brand.

1.0.0

  • Initial release: auto cross-posting, per-post overrides, caption templating, connection test.