Skip to content
WordPress.org
  • Showcase
  • Plugins
  • Themes
  • Hosting
  • News
    • Learn WordPress
    • Documentation
    • Education
    • Forums
    • Developers
    • Blocks
    • Patterns
    • Photos
    • Openverse โ†—๏ธŽ
    • WordPress.tv โ†—๏ธŽ
    • About WordPress
    • Make WordPress
    • Events
    • Five for the Future
    • Enterprise
    • Gutenberg โ†—๏ธŽ
    • Job Board โ†—๏ธŽ
    • Swag Store โ†—๏ธŽ
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

Zware Automatic Social Posts and Login

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Zware Automatic Social Posts and Login

By zwareonline
Download
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

Publish once, share everywhere.

Zware Automatic Social Posts and Login (ZASP) is a plugin that does two things:

  1. Auto-posts to social networks the moment you hit Publish โ€” Facebook, Instagram, X (Twitter), Threads, Bluesky, Mastodon, and Truth Social are included in the free version.
  2. Adds social login buttons to your WordPress login and register pages so users can sign in with Facebook, Google, Apple, X, Twitch, or Discord in one click.

๐Ÿ“ข Social Auto-Posting

Connect your accounts once and ZASP handles publishing automatically:

  • Facebook Pages โ€” posts with image and link preview via the Meta Graph API.
  • Instagram Business/Creator โ€” image posts with automatic aspect-ratio adjustment (4:5, 1:1, 1.91:1). Your original image is never modified โ€” ZASP creates a temporary copy, uploads it, and deletes it immediately.
  • X / Twitter โ€” tweets up to 280 characters with optional image, using OAuth 2.0 PKCE with automatic token refresh.
  • Threads โ€” posts via the Meta Threads Graph API.
  • Bluesky โ€” posts via the AT Protocol using app passwords.
  • Mastodon โ€” posts to any Mastodon instance with automatic app registration.
  • Truth Social โ€” posts via the Mastodon-compatible Truth Social API.

Per-post share controls โ€” the post editor includes a ZASP panel where you can share to each connected network individually and see the last share status per network.

Stable token storage โ€” access tokens are stored encrypted in a dedicated database table using libsodium when available. A weekly health check verifies Facebook/Instagram token validity. X tokens auto-refresh before expiry.

๐Ÿ”‘ Social Login

Let your visitors skip the registration form:

  • Facebook โ€” one-click login/register via Facebook OAuth 2.0.
  • Google โ€” sign in with Google (OpenID Connect).
  • Apple โ€” Sign in with Apple, including first-name/last-name capture on first login.
  • X (Twitter) โ€” login via X OAuth 2.0 PKCE.
  • Twitch โ€” login via Twitch OAuth 2.0.
  • Discord โ€” login via Discord OAuth 2.0.

Three button styles: default (icon + text), rounded, and icon-only.

OAuth callbacks use WordPress REST API endpoints (/wp-json/zasp/v1/login/{network}/callback) for compatibility with caching plugins.

User creation: Social login creates WordPress user accounts using standard WordPress functions (wp_create_user, wp_set_auth_cookie). New accounts are assigned the role configured in Settings โ†’ Login Social (default: Subscriber). Apple identity tokens are verified against Apple’s public keys before any account is created or accessed. It is strongly recommended to set the default role to Subscriber and to restrict registration via the site’s General Settings if you do not wish to allow open registration.

โญ ZASP Premium

Expand to more platforms with the ZASP Premium add-on (available at zwareonline.com):

  • LinkedIn โ€” post to personal profiles and company pages.
  • Pinterest โ€” create Pins on any board.
  • Auto-Scheduler โ€” queue posts to go out at configured times instead of publishing immediately, checked every 15 minutes.
  • Reshare Evergreen โ€” automatically reshare older posts on a daily schedule, with configurable time, day-of-week filters, category/tag filters, and per-post exclusion.
  • Missed-schedule recovery โ€” if WordPress misses a scheduled share, ZASP Premium catches and retries it.
  • Priority email support.

External Services

This plugin connects to the following external services. Data is only sent when you or your users explicitly trigger the relevant action (connecting an account, publishing a post, or logging in).

Meta / Facebook Graph API (https://graph.facebook.com, https://graph.threads.net)
Used to publish posts to Facebook Pages, Instagram Business/Creator accounts, and Threads. Called when: (a) you connect a Facebook, Instagram, or Threads account; (b) a post is published and auto-posting is enabled; (c) you share manually from the post editor.
Data sent: your Facebook Page access token, post title, post content/excerpt, post URL, and featured image (if any).
Meta Terms of Service ยท Meta Privacy Policy

X / Twitter API (https://api.twitter.com, https://twitter.com/i/oauth2)
Used to post tweets and to authenticate your X account via OAuth 2.0 PKCE. Called when: (a) you connect your X account; (b) a post is published and auto-posting is enabled; (c) you share manually; (d) a user logs in with X.
Data sent: your X OAuth credentials, post content, and (optionally) the featured image.
X Terms of Service ยท X Privacy Policy

Bluesky / AT Protocol (https://bsky.social)
Used to post to Bluesky using app passwords. Called when a post is published and auto-posting is enabled, or when you share manually from the post editor.
Data sent: your Bluesky handle, app password (used to obtain a session token), post content, and (optionally) the featured image.
Bluesky Terms of Service ยท Bluesky Privacy Policy

Mastodon (user-configured instance)
Used to post to the Mastodon instance you configure. Called when a post is published and auto-posting is enabled, or when you share manually. The specific API domain depends on your configured instance (e.g., https://mastodon.social).
Data sent: your Mastodon instance URL, OAuth credentials, post content, and (optionally) the featured image.
Mastodon Privacy Policy (varies by instance)

Truth Social (https://truthsocial.com)
Used to post to Truth Social via its Mastodon-compatible API. Called when a post is published and auto-posting is enabled, or when you share manually.
Data sent: your Truth Social OAuth credentials, post content.
Truth Social Terms ยท Truth Social Privacy Policy

Google OAuth2 (https://accounts.google.com)
Used to sign users into your WordPress site via Google (OpenID Connect). Called only during a user login/registration flow initiated by the user.
Data sent: your Google OAuth2 Client ID and Client Secret. Google returns the user’s name, email, and profile picture URL, which are stored in your WordPress database.
Google Terms of Service ยท Google Privacy Policy

Apple ID (https://appleid.apple.com)
Used to sign users into your site via Sign in with Apple. Called only during a user login/registration flow.
Data sent: your Apple Services ID and team credentials. Apple returns a signed identity token containing the user’s name and email, which are stored in your WordPress database.
Apple Terms of Service ยท Apple Privacy Policy

Twitch API (https://api.twitch.tv, https://id.twitch.tv)
Used to sign users into your site via Twitch OAuth 2.0. Called only during a user login/registration flow.
Data sent: your Twitch Client ID and Client Secret. Twitch returns the user’s display name and email, which are stored in your WordPress database.
Twitch Terms of Service ยท Twitch Privacy Policy

Discord API (https://discord.com/api)
Used to sign users into your site via Discord OAuth 2.0. Called only during a user login/registration flow.
Data sent: your Discord Client ID and Client Secret. Discord returns the user’s username and email, which are stored in your WordPress database.
Discord Terms of Service ยท Discord Privacy Policy

No data is ever sent to Zware Online servers by this plugin.

Privacy

ZASP stores access tokens and user data (names, emails, social network UIDs) in your own WordPress database. No data is transmitted to Zware Online or any third party beyond the social network services listed above and as described in each service’s entry.

Support

For support, visit zwareonline.com or email support@zwareonline.com.

Screenshots

Login Social tab โ€” configure social login buttons (Facebook, Google, Apple, X, Twitch, Discord).
Login Social tab โ€” configure social login buttons (Facebook, Google, Apple, X, Twitch, Discord).
Facebook tab โ€” app credentials and auto-post settings with connection status.
Facebook tab โ€” app credentials and auto-post settings with connection status.
Post editor panel โ€” per-network share buttons with last-share status.
Post editor panel โ€” per-network share buttons with last-share status.
Guide tab โ€” full reference of all free and premium features.
Guide tab โ€” full reference of all free and premium features.

Installation

  1. Upload the plugin folder to /wp-content/plugins/, or install via Plugins โ†’ Add New.
  2. Activate the plugin.
  3. Go to Social & Login in the WordPress admin menu.
  4. Configure the credentials for each social network or login provider you want to use.
  5. Connect your accounts using the Connect buttons in each network tab.
  6. Done โ€” ZASP will share new posts automatically and show social login buttons on your login page.

FAQ

Does this work with caching plugins?

Yes. OAuth callbacks use WordPress REST API endpoints (/wp-json/zasp/v1/โ€ฆ) which are excluded from page caches in most caching plugins. Session cookies are set server-side after login, so caching does not interfere with authentication.

Why does Instagram require a Business or Creator account?

Meta’s Graph API only allows automated publishing to Instagram Business or Creator accounts. Personal accounts cannot be used for automated posting. You can convert a personal account to a Creator account at no cost in Instagram’s settings.

My Facebook token keeps getting revoked. What do I do?

ZASP uses long-lived Page access tokens. Common causes of revocation: changing your Facebook password, removing the app from your Facebook account security settings, or Meta revoking it due to a policy violation. ZASP will notify you when a token becomes invalid and you can reconnect in one click from the Settings page.

Can I post to multiple Facebook pages?

Yes. All Pages accessible from your Facebook account are stored when you connect. You can switch the active page from Settings โ†’ Facebook.

Does ZASP modify my images?

No. When Instagram requires an aspect-ratio adjustment, ZASP creates a temporary copy of the image, uploads it to Instagram, and then immediately deletes the temporary file. Your original featured image is never modified.

Where are social login users stored?

In your WordPress user database, the same as any user registered through any other method. Social login matches existing accounts by email address first, then by network UID. If a matching email already exists the user is logged in โ€” no duplicate account is created.

Can I restrict which roles social login assigns?

Yes. Go to Settings โ†’ Login Social โ†’ Default Role and choose the role assigned to new accounts created through social login. It is recommended to use Subscriber (the default) unless your site has a specific need for higher-privileged self-registration.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Zware Automatic Social Posts and Login” is open source software. The following people have contributed to this plugin.

Contributors
  • zwareonline

Translate “Zware Automatic Social Posts and Login” into your language.

Interested in development?

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

Changelog

1.0.0

  • Initial release.
  • Free: Social Login with Facebook, Google, Apple, X, Twitch, Discord.
  • Free: Auto-post to Facebook, Instagram (with smart crop), X, Threads, Bluesky, Mastodon, Truth Social.
  • Free: Per-post instant share and per-network share controls from the post editor.
  • Encrypted token storage with libsodium.
  • Weekly Facebook/Instagram token health check.
  • X OAuth 2.0 PKCE with automatic token refresh.

Meta

  • Version 1.0.0
  • Last updated 7 hours ago
  • Active installations Fewer than 10
  • WordPress version 6.2 or higher
  • Tested up to 7.0
  • PHP version 8.0 or higher
  • Tags
    auto postfacebookInstagramsocial loginsocial media
  • Advanced View

Ratings

No reviews have been submitted yet.

Your review

See all reviews

Contributors

  • zwareonline

Support

Got something to say? Need help?

View support forum

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Documentation
  • Developers
  • WordPress.tv โ†—
  • Get Involved
  • Events
  • Donate โ†—
  • Five for the Future
  • WordPress.com โ†—
  • Matt โ†—
  • bbPress โ†—
  • BuddyPress โ†—
WordPress.org
WordPress.org
  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Code is Poetry
The WordPress® trademark is the intellectual property of the WordPress Foundation.