Linux 软件免费装
Banner图

Sawir Social Scheduler

开发者 sawirricardo
更新时间 2026年9月14日 07:57
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

scheduler social media twitter mastodon cross-posting

下载

0.1.0

详情介绍:

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. Channels 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. Posts Calendar 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. Analytics 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. Client approval 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. REST API 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. Create 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. AI agents 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. Requirements 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. Credits Bundles FullCalendar (MIT), the WordPress Abilities API library (GPL), and brand marks from Simple Icons (CC0). Uses Action Scheduler when another plugin provides it.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ and activate it.
  2. Go to Social → Channels → Add Channel, pick a platform, paste the credentials it asks for, and click Test connection.
  3. Go to Social → Posts → New Social Post, write, pick channels, publish or schedule.

屏幕截图:

  • Picking channels on a post: groups by client, per-channel text override, own send time, next free slot.
  • Live preview per network as you type, threads and media included, with character and media limits applied.
  • Analytics: posts, engagement, reach and followers against the prior period, followers over time, engagement by channel.
  • Channels: several accounts per platform, test connection, follower trend, posting times.
  • Client approval page: a public link showing the post per network with Approve and Request changes.

常见问题:

Where do I get the tokens?

Each platform's developer settings. The channel form names the exact credential it needs, for example a Facebook Page access token, a Telegram bot token, or a Bluesky app password. Long-lived tokens are best; Meta and LinkedIn tokens expire after about 60 days and need re-pasting.

My Telegram test says "chat not found"

Private channels have no @username. Leave the Chat ID blank and click Test connection: the plugin lists every chat the bot has been added to, with the numeric ID to paste.

Why is a send stuck on "In progress…"?

The background queue has not run yet. Visit the site, or set up the system cron shown on the Calendar screen.

Can I post a video to Instagram from a local site?

No. Instagram fetches media by URL and needs a public address. Everything else about the plugin works locally.

Is Nostr, MeWe or Skool supported?

Not in this version. MeWe has no public posting API, Skool has no API at all, and Nostr needs a WebSocket relay client and Schnorr signing that PHP does not ship with.

更新日志:

0.1.0