Multi Site Post Publisher

Descripción

Multi Site Post Publisher allows WordPress admins to push content to multiple remote WordPress sites using their REST API and Application Passwords. Perfect for bloggers, content teams, or agencies managing a network of sites.

Features:

  • Add multiple remote WordPress sites
  • Secure authentication using Application Passwords
  • Simple UI for managing site credentials
  • Easily publish posts across multiple domains

No need for complex multisite setups or syncing tools. Just enter your credentials and publish away!

How to Use

Step 1: Configure Remote Website

  1. Go to the remote WordPress site where you want to publish posts.
  2. Create or edit an existing user account.
  3. Scroll down to the Application Passwords section in the user profile.
  4. Generate a new application password and save it securely.

Step 2: Connect Remote Site in Main Website

  1. On the site where you’ve installed Multi Site Post Publisher, go to the plugin’s settings page.
  2. Click the Add New Site button.
  3. Enter the remote site’s URL, the username, and the application password you just generated.
  4. Save the settings.

Step 3: Publish Posts to Remote Sites

  1. Create a new post in your main WordPress site.
  2. Enter your content as usual.
  3. In the right-hand sidebar under Multi Site Publisher, select the remote site(s) where you want to publish.
  4. Click Publish.

That’s it! Your post will be instantly published on the selected remote site(s).

If you enjoy using this plugin, please consider leaving a ★★★★★ review.
Need help? Don’t hesitate to contact us at support@wppluginpilot.com.

License

This plugin is licensed under the GPLv2 or later.

Capturas

  • Add New User/ Edit existing one.
  • Generate Application Password for the user.
  • Plugin Settings Page.
  • Add New Site credentials.
  • Add New Post.
  • Select remote site(s) where you want to publish the post.
  • Publish and Done.

Instalación

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to the Multi Site Publisher menu in the WordPress dashboard.
  4. Add the URL, username, and application password for each remote site.
  5. Start publishing!

Preguntas frecuentes

Does this work with non-WordPress sites?

No. This plugin is built for WordPress-to-WordPress publishing using the WP REST API.

Is this secure?

Yes. All connections use HTTPS and Application Passwords for authentication, following WordPress standards.

Can I schedule or automate posts?

Not yet. We’re planning to add scheduling and automation features in a future release.

Reseñas

Leer toda la 1 reseña

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Multi Site Post Publisher” 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.1

  • Added wp_localize_script to pass option name (mspp_sites) to JavaScript securely.
  • Removed inline script in settings page for better security and maintainability.
  • Minor code cleanup and comments for better readability.

1.0.0

  • Initial release.
  • Add, remove and manage multiple site credentials.
  • Prepare foundation for post publishing logic.