=== Itmaroon Social Post Sync ===
Contributors:      itmaroon
Tags:              sns, social, x, facebook, instagram
Requires at least: 6.4
Tested up to:      6.8
Stable tag:        1.0.0
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Requires PHP:      8.2

This plugin synchronizes WordPress posts with social media (X, Facebook, Instagram) using an AWS-based backend system.

== 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 ==
* [itmaroon-social-post-sync:GitHub](https://github.com/itmaroon/sns_relate)
* [wpsetting-class-package:GitHub](https://github.com/itmaroon/wpsetting-class-package)
* [wpsetting-class-package:Packagist](https://packagist.org/packages/itmar/wpsetting-class-package)

== Installation ==
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”.

== Frequently Asked Questions ==
= 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.

== Screenshots ==
1. Dashboard
2. WordPress posting destination settings, SNS connection settings
3. SNS Post List
4. Text information input screen
5. Media selection screen
6. Option selection screen
7. SNS post information confirmation screen
8. SNS post import screen

== Changelog ==
= 0.1.0 =
* Initial release with X / Facebook / Instagram support.
* Added AWS integration for Lambda-based social post handling.

== Arbitrary section ==
This plugin uses PHP class management via Composer.  
- [GitHub](https://github.com/itmaroon/wpsetting-class-package)  
- [Packagist](https://packagist.org/packages/itmar/wpsetting-class-package)

== 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.
