Title: ADStn Auto Poster
Author: MrGhozzi
Published: <strong>September 5, 2026</strong>
Last modified: September 5, 2026

---

Search plugins

![](https://ps.w.org/adstn-auto-poster/assets/banner-772x250.png?rev=3682500)

![](https://ps.w.org/adstn-auto-poster/assets/icon.svg?rev=3682500)

# ADStn Auto Poster

 By [MrGhozzi](https://profiles.wordpress.org/mrghozzi/)

[Download](https://downloads.wordpress.org/plugin/adstn-auto-poster.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/adstn-auto-poster/#description)
 * [Reviews](https://wordpress.org/plugins/adstn-auto-poster/#reviews)
 *  [Installation](https://wordpress.org/plugins/adstn-auto-poster/#installation)
 * [Development](https://wordpress.org/plugins/adstn-auto-poster/#developers)

 [Support](https://wordpress.org/support/plugin/adstn-auto-poster/)

## Description

**ADStn Auto Poster** is a professional WordPress plugin designed to seamlessly 
auto-publish and synchronize your WordPress posts, articles, and custom post types
with the **ADStn** social platform ([https://www.adstn.ovh](https://www.adstn.ovh)).

Increase your reach, boost social engagement, and drive traffic back to your website
automatically every time you publish new content.

### ✨ Key Features:

 * **Seamless OAuth 2.0 Authentication**: One-click authorization flow with secure
   token exchange and automated token refresh (`refresh_token`).
 * **Direct Access Token Support**: Optional manual bearer token input for developers
   and custom setups.
 * **Smart Content Template Builder**: Fully customizable post templates supporting
   dynamic tags:
    - `{title}` – Post title
    - `{url}` – Direct permalink to the post
    - `{excerpt}` – Post excerpt or trimmed summary (configurable character length)
    - `{hashtags}` – Automatically generated hashtags
    - `{author}` – Post author display name
    - `{site_name}` – WordPress site title
    - `{categories}` – Comma-separated post categories
    - `{tags}` – Comma-separated post tags
 * **Live Feed Simulation Preview**: Interactive real-time preview showing exactly
   how your post will render on the ADStn platform before publishing.
 * **Intelligent Hashtag Generator**: Automatically converts WordPress tags and 
   categories into clean, social-friendly `#hashtags`.
 * **Granular Filtering & Publishing Rules**:
    - Select supported post types (Posts, Pages, Custom Post Types).
    - Filter by category inclusion and exclusion.
    - Choose trigger events (on first publish or on post updates).
    - Set default ADStn post privacy (`public`, `followers`, or `private`).
 * **Post Editor Metabox (Sidebar)**:
    - Enable/disable auto-publishing on a per-post basis.
    - Write a custom message overriding the default template for specific posts.
    - Instant “Share to ADStn Now” AJAX button to share immediately without reloading.
    - View previous publishing date, status, and error logs directly inside the 
      editor.
 * **Detailed Activity & Sync Logs**:
    - Full audit trail of every publishing attempt with status badges (`Success`,`
      Failed`, `Pending`).
    - Inspect full request payloads and API responses for easy troubleshooting.
    - One-click “Retry” action for failed attempts.
 * **Modern & Multilingual Dashboard**:
    - Clean, responsive UI with Glassmorphism styling and dark/light accents.
    - 100% WordPress i18n/l10n standard compliant with `.pot` template for seamless
      community translations via translate.wordpress.org.

### Third-Party Services

This plugin integrates with and connects to the **ADStn Developer Platform** (https://
www.adstn.ovh) in order to publish articles and manage social account connectivity.

 * **Service Name**: ADStn (https://www.adstn.ovh)
 * **Purpose**: User OAuth 2.0 authentication, profile validation, and publishing
   post content to the authenticated user’s ADStn feed.
 * **Data Transmitted**: Post title, URL, post excerpt, generated hashtags, and 
   user OAuth tokens. No private site data or visitor information is sent.
 * **Terms of Service**: https://www.adstn.ovh/terms
 * **Privacy Policy**: https://www.adstn.ovh/privacy

## Installation

 1. Upload the `adstn-auto-poster` directory to your WordPress plugins directory (`/
    wp-content/plugins/`).
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **ADStn Poster** → **Connection** in your WordPress admin menu.
 4. Create an application in the ADStn Developer Platform at `https://www.adstn.ovh/
    developer/apps/create`:
 5.  * Set your App Name and Website Domain.
     * Copy the **Authorized Redirect URI** displayed in the plugin settings and paste
       it into the **Redirect URIs** field on ADStn.
     * Enable the required scopes: `user.identity.read`, `user.content.write`.
 6. Copy your **Client ID** and **Client Secret** into the plugin settings and click**
    Connect & Authorize with ADStn**.
 7. That’s it! Your published posts will now automatically sync to your ADStn account.

## FAQ

### Does this plugin require an ADStn account?

Yes, you need an active account on [https://www.adstn.ovh](https://www.adstn.ovh)
and must register an app in the Developer Platform.

### How does the token refresh work?

The plugin handles OAuth 2.0 token expiration automatically. If your access token
is near expiration, the plugin uses the refresh token behind the scenes without 
interrupting your publishing workflow.

### Can I exclude specific categories from being published?

Yes. In **ADStn Poster** → **Publish Rules**, you can select specific categories
to include or exclude.

### Can I share a post that was published earlier?

Yes. Open the post in the WordPress editor, scroll down to the **ADStn Auto Poster**
sidebar metabox, and click **Share to ADStn Now**.

### Is this plugin translation-ready?

Yes. The plugin is 100% internationalized with a template `.pot` file included in`/
languages` and is fully ready for translate.wordpress.org.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ MrGhozzi ](https://profiles.wordpress.org/mrghozzi/)

[Translate “ADStn Auto Poster” into your language.](https://translate.wordpress.org/projects/wp-plugins/adstn-auto-poster)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/adstn-auto-poster/),
check out the [SVN repository](https://plugins.svn.wordpress.org/adstn-auto-poster/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/adstn-auto-poster/)
by [RSS](https://plugins.trac.wordpress.org/log/adstn-auto-poster/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Fix: Enhanced API Authorization header delivery resilience with fallback query
   parameters and request payload support for Apache/FastCGI environments.
 * Fix: Streamlined OAuth 2.0 scopes to `user.identity.read` and `user.content.write`,
   eliminating Web Application Firewall (WAF) and ModSecurity false-positive blocks.
 * Fix: Added fail-early state token validation in the OAuth callback handler for
   improved CSRF security.
 * Fix: Improved backward compatibility with WordPress 5.8+ by replacing `str_contains()`
   with `strpos()`.
 * Security: Hardened input sanitization and unslashing for incoming query parameters
   with full WordPress Coding Standards (WPCS) compliance.
 * Tweak: Updated admin connection and setup guide views to reflect required OAuth
   scopes.

#### 1.0.0

 * Initial release.
 * Full integration with ADStn Developer REST API v1 and OAuth 2.0 Authorization
   Code Flow.
 * Smart template engine with dynamic tags and hashtag generator.
 * Real-time simulated feed preview.
 * Post editor sidebar metabox with AJAX instant share.
 * Comprehensive activity logging and error inspection with one-click retry.
 * Full WordPress i18n/L10n multilingual support (English & Arabic).

## Meta

 *  Version **1.0.1**
 *  Last updated **7 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [auto post](https://wordpress.org/plugins/tags/auto-post/)[auto publish](https://wordpress.org/plugins/tags/auto-publish/)
   [crosspost](https://wordpress.org/plugins/tags/crosspost/)[social share](https://wordpress.org/plugins/tags/social-share/)
 *  [Advanced View](https://wordpress.org/plugins/adstn-auto-poster/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/adstn-auto-poster/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/adstn-auto-poster/reviews/)

## Contributors

 *   [ MrGhozzi ](https://profiles.wordpress.org/mrghozzi/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/adstn-auto-poster/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.adstn.ovh)