

The calendar: one card per channel send, colored by status, drag to reschedule, free posting times shown as slots you can click.
Sawir Social Scheduler turns WordPress into a social media scheduler. Connect your channels with the tokens each platform gives you, write a post, pick channels, set a date, and publish. Every send runs in the background and reports back with a link or the platform’s own error message.
There is no hosted service in between. Credentials are encrypted with your site’s salts and never leave your server.
Add as many channels as you like, several accounts per platform. Each channel has a Test connection button that fetches the account name and avatar and confirms the token really works before you rely on it.
Social: X (Twitter), Facebook Page, Instagram, Threads, LinkedIn Page, Bluesky, Mastodon, TikTok, YouTube, Pinterest, Tumblr, Dribbble, Google Business Profile
Community: Telegram, Discord, Slack, Reddit, Lemmy, VK, Kick, Twitch, Whop
Blog and newsletter: WordPress, Medium, Dev.to, Hashnode, Listmonk
Group channels by client or brand with nested groups, then select a whole group with one click.
"date": "next".@handle and the network resolves it on X, Instagram, Threads, Mastodon, Telegram, Reddit and Bluesky, where links and handles become real facets. LinkedIn company pages are @[Name](org:12345) with the ID from the page URL; Facebook pages are @[12345].{n} in the text to number runs, since X, Threads and Bluesky reject identical text.Every post fans out into one send per channel, and the calendar shows each as a card colored by state: scheduled, sent, failed, held, draft, in progress. Drag a card to move that channel’s time. Click a card for the error, a Retry button, the live link, and engagement numbers. Click an empty slot to start a post at that time. Month, week, day, and list views, filterable by group and status.
Likes, comments, shares, views and impressions are collected 1 hour, 1 day and 1 week after each send, plus on demand, on 16 platforms. Follower counts are recorded daily per channel with a 30-day sparkline. Numbers appear on the calendar cards, in the post’s Analytics box, and in the Channels list. The Analytics page sums it up for the last 7, 30 or 90 days against the period before: posts sent, engagement, reach and followers with their change, a followers chart, engagement by channel, and your top posts.
Tick “Hold sends until approved”, copy the preview link, and send it to your client. They see the post as it will look on every channel, with no login, and click Approve or Request changes with a note. Approval releases the sends. Every decision is kept as history.
Large video uploads to X, YouTube and TikTok run in short slices that resume across background jobs, so they survive host time limits and never load a whole file into memory.
Everything the admin does is available at /wp-json/sawir-social/v1 for automations, mobile apps, and other sites. Authenticate with an application password; permissions follow the plugin’s capabilities and channel credentials are never returned.
GET /platforms, GET /channels, GET /channels/{id}, POST /channels/{id}/testGET|POST /posts, GET|PATCH|DELETE /posts/{id}, POST /posts/{id}/duplicate, GET /posts/{id}/analyticsGET /sends, GET /sends/{id}, POST /sends/{id}/retry, POST /sends/{id}/statsCreate a post with {"title","content","status":"future","date":"2026-12-25 09:00","media":[12],"parts":[{"text","media","delay"}],"channels":[{"id":38,"parts":[{"text","media","delay"}],"date":"…"}],"groups":["Client A"],"hold":false}. A channel’s parts replace the post for that channel; text is shorthand for a single part.
The same operations are registered with the WordPress Abilities API as sawir-social/list-channels, create-post, update-post, list-posts, list-sends, retry-send, test-channel, get-analytics and list-platforms, with typed input and output schemas. Any agent connected through the WordPress MCP adapter sees them as tools, and they are also callable at /wp-json/wp-abilities/v1/abilities/{name}/run. The Abilities API is part of WordPress 6.9 and newer; for older versions the plugin bundles it, so the abilities are available everywhere the plugin runs.
Sends run in the background through Action Scheduler when your site has it (WooCommerce and many other plugins provide it) and through WP-Cron otherwise. On WordPress’s built-in cron they only progress when the site gets traffic. For prompt sends, add a system cron, the Calendar screen shows the exact command for your site.
Media must be reachable from the internet for platforms that fetch by URL (Instagram, Threads, Facebook, Pinterest, Telegram). A local development site cannot deliver images to them.
Bundles FullCalendar (MIT), the WordPress Abilities API library (GPL), and brand marks from Simple Icons (CC0). Uses Action Scheduler when another plugin provides it.
This plugin exists to publish your content to third-party social networks, so it talks to their APIs. Nothing is sent anywhere until you add a channel and post to it. There is no Sawir Studio server in between: your site talks to each platform directly.
What is sent, and when
Credentials are stored encrypted on your server and are only ever sent to the platform they belong to.
Services, by platform
Client approval links are served by your own site; they contain the post as it will appear and are public to anyone holding the link.
Trademarks
Platform names and logos are trademarks of their respective owners and are used only to identify the service a channel connects to. This plugin is not affiliated with or endorsed by any of them.