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

---

Ricerca i plugin

![](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

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

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

 * [Dettagli](https://it.wordpress.org/plugins/adstn-auto-poster/#description)
 * [Recensioni](https://it.wordpress.org/plugins/adstn-auto-poster/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/adstn-auto-poster/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/adstn-auto-poster/#developers)

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

## Descrizione

**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

## Installazione

 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.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“ADStn Auto Poster” è un software open source. Le persone che hanno contribuito 
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “ADStn Auto Poster” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/adstn-auto-poster)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/adstn-auto-poster/)
segui il [repository SVN](https://plugins.svn.wordpress.org/adstn-auto-poster/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/adstn-auto-poster/)
tramite [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

 *  Versione **1.0.1**
 *  Ultimo aggiornamento **5 giorni fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 5.8 o superiore **
 *  Testato fino alla versione **7.1**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/adstn-auto-poster/)
 * Tag
 * [auto post](https://it.wordpress.org/plugins/tags/auto-post/)[auto publish](https://it.wordpress.org/plugins/tags/auto-publish/)
   [crosspost](https://it.wordpress.org/plugins/tags/crosspost/)[social share](https://it.wordpress.org/plugins/tags/social-share/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/adstn-auto-poster/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/adstn-auto-poster/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/adstn-auto-poster/)

## Dona

Vuoi supportare lo sviluppo di questo plugin?

 [ Fai una donazione per questo plugin ](https://www.adstn.ovh)