AISmart Content Studio

Description

AISmart Content Studio provides a WordPress admin interface for connecting a site to AISmartContent, onboarding a workspace, and operating content/token workflows from one dashboard.

Key capabilities:

  • Guided onboarding flow for first-time setup.
  • Automatic app environment sync from WordPress configuration (no manual .env editing per site).
  • Workspace-aware token and usage operations from admin pages.
  • Multilingual integration support for translation workflows.
  • Hardened API transport with signed requests and TLS verification.
  • WordPress-native admin pages with secure outbound launch links for cloud actions (no embedded admin iframe).

This plugin is intended for site administrators and agency operators who need centralized control of AISmartContent integration per WordPress site.

External Services

This plugin connects to AISmartContent cloud services to complete onboarding, workspace linking, token usage operations, and content workflow actions.

This plugin may call Google Translate public endpoint as a translation fallback for multilingual workflows.

This plugin may call LoremFlickr as an image fallback source when upstream image generation is unavailable.

Service endpoints:

  • https://aismartcontent.co
  • https://aismartcontent.co/api/plugin/v1/*
  • https://aismartcontent.co/api/v2/aismart/posts
  • https://translate.googleapis.com/translate_a/single (fallback translation requests)
  • https://loremflickr.com/1200/630/{query} (fallback image requests)

Data sent to the service may include:

  • Site URL and site domain
  • Admin email (for onboarding and account linking)
  • Workspace and user context returned by onboarding
  • Plugin version and request metadata used to authenticate signed API requests
  • Translation text payloads and language codes when fallback translation is used
  • Image search query text and requested image dimensions when fallback image generation is used

Why data is sent:

  • To authenticate and connect your WordPress site with an AISmartContent workspace
  • To execute plugin features that require cloud API processing
  • To translate content when multilingual fallback translation is requested
  • To return a placeholder image when image generation fallback is requested

Service terms and policies:

  • AISmartContent Terms: https://aismartcontent.co
  • AISmartContent Privacy: https://aismartcontent.co
  • Google Terms: https://policies.google.com/terms
  • Google Privacy: https://policies.google.com/privacy
  • LoremFlickr service site: https://loremflickr.com

Installation

  1. Upload the plugin folder to /wp-content/plugins/ or install the plugin zip from WordPress admin.
  2. Activate AISmart Content Studio in WordPress admin.
  3. Open AISmart Content Studio > Onboarding and complete connection steps.
  4. Use the dashboard and related pages to configure workspace behavior.

FAQ

Do I need SSH/Composer on shared hosting?

Normally no for this packaged release because dependencies are bundled in the plugin.

Does this plugin call OpenAI or Gemini directly from WordPress?

No. This plugin is designed to call AISmartContent APIs, and AISmartContent handles downstream provider operations.

Where are credentials stored?

Onboarding and signing configuration is stored in WordPress options. Runtime app configuration is synced for plugin runtime execution.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« AISmart Content Studio » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « AISmart Content Studio » 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 des modifications

1.3

  • Fixed Content Manager loading freeze after multilingual provider switching.
  • Added AJAX timeout protection and stronger JSON recovery for noisy server responses.
  • Added fallback UI for workspace/settings load failure to avoid permanent loading states.
  • Added backend output guard for AISmart AJAX responses to reduce warning/noise contamination.
  • Fixed frontend initialization issue that could block workspace, credit, and topic loaders.
  • Improved reliability across Polylang, TranslatePress, WPML, Bogo, and WPGlobus environments.

1.2

  • Improved multilingual translation reliability for large language sets.
  • Added safer background processing for heavy translation workflows to avoid timeout-related failures.
  • Extended queued translation handling for high-locale workloads so create/publish responses return faster.
  • Hardened AJAX response handling against noisy runtime output and mixed JSON payloads.
  • Improved translation status accuracy for WPML projects with stricter completion checks.
  • Added backend queued-state exposure and frontend auto-resume polling after hard refresh.
  • Improved translation progress UX and overall Content Manager stability across WPML, Polylang, and TranslatePress.

1.1

  • Improved multilingual provider compatibility and translation status reliability across Bogo, Polylang, WPML, and TranslatePress.
  • Fixed translation panel progress resets so in-progress translations remain accurate after refresh.
  • Improved translated-content visibility so existing translated topics are recognized more accurately.
  • Enhanced image relevance in Create Post and auto-translate workflows.
  • Reduced repeated and near-duplicate topic suggestions with stronger dedupe logic.
  • Added workspace-scoped recent topic memory (last 100) to reduce cross-session topic repetition.
  • Improved queue processing stability and overall Content Manager experience.

1.0

  • Initial public package of AISmart Content Studio.
  • Added onboarding and workspace connection flow.
  • Added automatic environment sync and security hardening for packaged release.