Webforce Automation

Description

Webforce Automation connects your WordPress site to the Webforce content management platform. Publish, manage, and track SEO-optimized articles via a secure REST API.

Features:

  • Secure REST API — Token-based authentication with one-time registration for secure external access.
  • SEO Integration — Auto-detects Yoast SEO and RankMath. Automatically maps SEO fields between plugins.
  • Article Marking — Mark articles by URL for tracking and management. Filter marked articles via REST API.
  • Elementor Integration — Custom Query IDs (wlive and wlive_mix) for Elementor Posts/Loop Grid widgets.
  • Articles Shortcode — Display marked articles with [wlive_articles] shortcode with responsive grid layout.
  • Featured Images — Auto-assign featured images from article content for articles missing them.
  • Admin Dashboard — Statistics, article list, URL marking, and protected advanced settings.

How It Works:

  1. Install and activate the plugin.
  2. Visit Settings > Webforce Automation to access the admin dashboard.
  3. Use the Register endpoint to connect your external content management system.
  4. Publish articles via the REST API with automatic SEO field mapping.
  5. Track and manage articles from the admin dashboard.

REST API Endpoints:

  • GET /wlive/v1/register — One-time registration, returns API token.
  • GET /wlive/v1/ping — Connection test (requires token).
  • GET /wlive/v1/articles — List marked articles (requires token).

Standard WordPress REST API for creating and updating posts is also supported with the registered SEO meta fields.

Installation

  1. Upload the webforce-automation folder to /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings > Webforce Automation to configure.

FAQ

Does this plugin make external connections?

No. The plugin only registers REST API endpoints on your site. It does not make any outgoing connections or send data externally. External systems connect TO your site using the secure token.

Which SEO plugins are supported?

Yoast SEO and RankMath are automatically detected. When both are present, SEO fields are mapped between them.

Is the API token secure?

Yes. The token is generated locally using WordPress cryptographic functions, stored only in your database, and never transmitted externally. The one-time registration endpoint locks after first use.

Can I use this with Elementor?

Yes. Use Query ID wlive in Posts or Loop Grid widgets to show only marked articles, or wlive_mix to show marked articles alongside regular posts.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs & développeurs

« Webforce Automation » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Webforce Automation » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

1.0.0

  • Initial release.
  • Secure REST API with token authentication.
  • Yoast SEO and RankMath auto-detection and field mapping.
  • Article marking by URL.
  • Elementor Query ID integration.
  • Articles shortcode with responsive grid.
  • Featured image auto-assignment.
  • Admin dashboard with statistics and article management.