WordPress.org

España

  • Temas
  • Plugins
  • Noticias
    • Documentación
    • Foros
  • Acerca de
  • Patrones
  • Eventos
    • Equipo
    • Manuales
  • Consigue WordPress
Consigue WordPress
WordPress.org

Plugin Directory

Kotaqx Poster

  • Envía un plugin
  • Mis favoritos
  • Acceder
  • Envía un plugin
  • Mis favoritos
  • Acceder

Kotaqx Poster

Por Kotak Digital
Descargar
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

Kotaqx Poster is your all-in-one solution for smarter, more reliable post automation in WordPress. Whether you’re dealing with missed scheduled posts or want to expand your reach by cross-posting to other platforms, Kotaqx Poster gives you full publishing control — effortlessly.

✅ Key Features

  • Missed Post Recovery: Automatically publishes scheduled posts if WordPress cron fails.
  • Auto-Repost: Instantly share new or updated posts to Telegram, Discord, Twitter/X, Threads, Facebook, and more.
  • Custom Schedule Interval: Choose how often Kotaqx Poster checks for missed posts.
  • Detailed Logging: Log every recovery attempt with status, including failures.

💡 Perfect For:

  • Bloggers and content creators who schedule posts in advance
  • WordPress sites on shared hosting with unreliable cron behavior
  • Agencies managing multiple client websites
  • Anyone looking to automatically distribute WordPress content to external platforms

No more silent publishing failures or time-consuming manual sharing. Kotaqx Poster keeps your publishing workflow smooth, automated, and reliable.

✅ Supported Platforms

Kotaqx Poster currently supports reposting to a wide range of social platforms:
– Facebook Page
– Threads
– Twitter/X
– Telegram
– Discord
– Grupo Chat
More platforms will be added in future releases!

💡 Kotaqx Poster PRO

Kotaqx Poster Pro takes the core power of Kotaqx Poster to the next level. Designed for professionals, content agencies, and high-traffic WordPress sites, Kotaqx Poster Pro gives you enhanced automation, deeper customization, and extended platform support — all while keeping your publishing workflow reliable and fully optimized.

🔥 Pro Features that Make a Difference:
– Expanded Platform Support: Go beyond basic posting with support for Facebook, Threads, and more platforms on the way (see Roadmap below).
– Custom Fields in Post Templates: Use any custom field directly in your post content with flexible templating options.
– Custom Image Source: Use custom fields to dynamically set the image source for each post.
– WooCommerce Integration: Automatically post to social media when a product is published, updated with a new price or discount, restocked, or marked as featured. (COMING SOON)
– Multi-Account Support: Connect and manage multiple accounts for the same platform to scale your reach. (COMING SOON)
– Per Post Type Customization: Define unique templates for each post type, giving you granular control over how your content is presented. (COMING SOON)
– And more advanced features coming soon!
Whether you’re managing a brand, promoting products, or running content-heavy campaigns, Kotaqx Poster Pro gives you the tools you need to streamline your process and maximize impact across platforms.

Checkout Kotaqx Poster Plugin Roadmap!.

Need help setting up your Webhook? Click here to view the setup guide.

Development Notes

This plugin uses the following third-party libraries:

  • SweetAlert2
  • Multiselect JS
  • TwitterOAuth
  • Parsedown

The unminified versions of these libraries are included in the plugin for transparency and developer reference. Only minified versions are enqueued for performance.

Optional Pro Integration

This free plugin works independently and does not require any other plugin to run.
If the optional «Kotaqx Poster Pro» plugin is installed and active, additional features
will be automatically enabled. All Pro-related calls are wrapped in safety checks, so
this free version remains fully functional on its own.

License

This plugin is licensed under the GPLv2 or later.

Instalación

  1. Upload the plugin files to the /wp-content/plugins/kotaqx-poster/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Kotaqx Poster menu to configure platforms and preferences.
  4. Connect your social platforms using the provided options (e.g., Discord webhook, Telegram bot token, etc.)

FAQ

Which platforms are supported for reposting?

Currently: Telegram, Discord, Facebook, Threads, Twitter/X, and more are being added.

Does this replace WP-Cron?

No, it works alongside WP-Cron. If WP-Cron fails to trigger a scheduled post, Kotaqx Poster will detect and publish it on your behalf.

Can I choose specific post types to monitor?

Yes, you can select which post types (e.g., posts, pages, custom post types) should be checked or auto-reposted.

What happens if a platform fails to send a post?

Kotaqx Poster logs every failure and success. You can check logs to troubleshoot and retry manually if needed.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Kotaqx Poster» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • Kotak Digital
  • pseudovin

Traduce «Kotaqx Poster» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.9

  • Improve: Added clear action detection and improved scheduling logic to ensure first publish always triggers repost.
  • Tweak: Removed redundant nonce field from the “Exchange” button since a data-nonce attribute is already present.
  • Tweak: Removed double arrows in select box.
  • Fix: New posts were not being reposted when repost_on_update was disabled.
  • Fix: Invalid nonce error when clicking the eye icon to uncensor field values.

1.0.8

  • Fix: Prevented fatal error when upgrading the Free plugin without updating the Pro version by adding a fallback if the instance() method does not exist.

1.0.7

  • Improve: Republish platform handler code and add log event.
  • Improve: Add plugin version to database, used to migrate plugin settings in future updates.
  • Improve: License Info UI to provide clearer status display.
  • Refactor: Internal code restructured for easier maintenance (no changes to functionality).
  • Fix: Potential double execution on publish→update; added a 60-second cooldown to prevent duplicate reposts when Repost on Update is enabled.
  • Fix: Custom delay of repost scheduling is not accurate.

1.0.6

  • Update: Add default settings if not present.
  • Refactor: Refactored settings option name into a SETTINGS constant for better maintainability.

1.0.5

  • Update: Show different message when Pro plugin is installed but license not activated.
  • Improve: License handling.

1.0.4

  • Update: Added X Premium option for Twitter/X to extend post’s character limit.
  • Update: Change Log Mode option from radio-box to checkbox.
  • Update: About tab content.
  • Improve: Updated ProInstance class conditional loading of Pro features.
  • Refactor: Added define() constants for plugin path and url.
  • Refactor: Moved inline CSS from PHP files into a dedicated stylesheet.
  • Refactor: Added OAuth Handler to handle platforms authentication.
  • Refactor: Optimized AJAX Exchange function.
  • Refactor: Clean up and adjust some HTML elements.
  • Security: Code hardening on AJAX and OAuth callback handling.
  • Fix: Image source toggle causes errors when certain fields are missing.
  • Fix: Authorize and Exchange Token buttons bug fixed.
  • Fix: Failed to repost to Twitter/X due to authentication issues.
  • Fix: The Clear Logs button was not working due to missing form submission handling.

1.0.3

  • Tweak: change setting’s info message style for more readability.
  • Refactor: Internal code restructured for easier maintenance (no changes to functionality).

1.0.2

  • New: Schedule repost – Pending posts after they are published, and reposting them according to a specified schedule.
  • New: (PRO) Support Custom Field – Add Custom field in post content.
  • New: (PRO) Custom Field in Image Source – Users can select Custom Field as Image Source.
  • Improve: Snapshot logic updated to match actual submission data for consistent unsaved-change detection.
  • Security: Updated filtering of anchor tag URLs in shared content to prevent unsafe protocols (e.g., javascript:), while still allowing useful schemes like mailto: and tel: for phone and email links.
  • Fix: Duplicate TELEGRAM logs when reposting with image.
  • Fix: Custom Post Type not showing in post type selection list.
  • Fix: The Run Manual Check button was not working due to missing form submission handling.
  • Fix: Checkbox values that are unchecked were not being submitted, causing settings to remain unchanged in the database.

1.0.1

  • New: Notify admin on repost failure
  • New: Add ‘Forever’ option to Log Retention Period
  • Fix: Translation issue
  • Fix: GRUPO Event Log Handler

1.0.0

  • Initial release

Meta

  • Versión 1.0.9
  • Última actualización hace 3 semanas
  • Instalaciones activas Menos de 10
  • Versión de WordPress 6.2 o superior
  • Probado hasta 6.8.3
  • Versión de PHP 7.2 o superior
  • Idioma
    English (US)
  • Etiquetas:
    auto repostmissed schedulescheduled postssocial sharingwp cron
  • Vista avanzada

Valoraciones

Aún no se han enviado valoraciones.

Añadir mi reseña

Ver todas las valoraciones

Colaboradores

  • Kotak Digital
  • pseudovin

Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

Ver el foro de soporte

  • Acerca de
  • Noticias
  • Alojamiento
  • Privacidad
  • Escaparate
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involúcrate
  • Eventos
  • Donar ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

España

  • Visita nuestra cuenta de X (anteriormente Twitter)
  • Visita nuestra cuenta de Bluesky
  • Visita nuestra cuenta de Mastodon
  • Visita nuestra cuenta de Threads
  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
  • Visita nuestra cuenta de TikTok
  • Visita nuestro canal de YouTube
  • Visita nuestra cuenta de Tumblr
El código es poesía.