Itmaroon Social Post Sync

Plugin Banner

Itmaroon Social Post Sync

by Isamu Takeda

Download
Description

Itmaroon Social Post Sync allows you to post the same content to social media simultaneously when publishing a post in WordPress.
It also provides an option to import social media posts back into WordPress for archiving or reuse.

This plugin communicates securely with AWS Lambda, Step Functions, and DynamoDB resources.
You need a valid AWS environment (region, role, and endpoints) configured separately.
These AWS resources are not created automatically by the plugin — they must exist beforehand.

Related Links

Arbitrary section

This plugin uses PHP class management via Composer.
GitHub
Packagist

External services

This plugin connects to your AWS account for executing background functions.
The AWS-side components must be deployed separately using AWS SAM or CloudFormation.

It also bundles third-party libraries:
– Swiper 12.0.1 (MIT)
– jquery-datetimepicker 2.5.21 (MIT)
– jquery.easing 1.4.1 (BSD-3-Clause)
– imagesLoaded 5.0.0 (MIT)

See THIRD-PARTY-NOTICES.md and the files under /licenses/ for details.

  1. From the WP admin panel, go to “Plugins” “Add New”.
  2. Search for “Itmaroon Social Post Sync”.
  3. Click “Install” and then “Activate”.
  4. Configure your AWS connection settings and social media tokens in the settings screen.

OR…

  1. Download the plugin from this page.
  2. Upload the .zip file via “Plugins” “Add New” “Upload Plugin”.
  3. Click “Install Now” and then “Activate Plugin”.
  1. Dashboard

    Dashboard

  2. WordPress posting destination settings, SNS connection settings

    WordPress posting destination settings, SNS connection settings

  3. SNS Post List

    SNS Post List

  4. Text information input screen

    Text information input screen

  5. Media selection screen

    Media selection screen

  6. Option selection screen

    Option selection screen

  7. SNS post information confirmation screen

    SNS post information confirmation screen

  8. SNS post import screen

    SNS post import screen

Do I need an AWS account?

Yes. Itmaroon Social Post Sync requires an AWS environment containing Lambda, Step Functions, and DynamoDB resources.
You must configure IAM roles and permissions according to your AWS account setup.

Does this plugin store or transmit personal data?

No personal data is collected or transmitted by the plugin itself.
All data transfers occur directly between your WordPress instance and your own AWS environment.

What if I don’t have AWS resources?

The plugin cannot function without the corresponding AWS backend system.
A local or development AWS region can be used for testing before production deployment.

0.1.0

  • Initial release with X / Facebook / Instagram support.
  • Added AWS integration for Lambda-based social post handling.
Back to top