https://github.com/vplugins/blog-post-connector
This plugin is designed to help you easily manage and integrate Social Media Post Connector within your WordPress site.
https://github.com/vplugins/blog-post-connector
wordpress wordpress-api wordpress-plugin
Last synced: 2 months ago
JSON representation
This plugin is designed to help you easily manage and integrate Social Media Post Connector within your WordPress site.
- Host: GitHub
- URL: https://github.com/vplugins/blog-post-connector
- Owner: vplugins
- License: mit
- Created: 2024-07-08T15:51:18.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-18T16:10:48.000Z (over 1 year ago)
- Last Synced: 2025-02-18T17:24:28.283Z (over 1 year ago)
- Topics: wordpress, wordpress-api, wordpress-plugin
- Language: PHP
- Homepage: https://vplugins.github.io/blog-post-connector/
- Size: 178 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog Post Connector Plugin
The Blog Post Connector plugin bridges the gap between WordPress and Social Marketing tools, enabling users to manage blog posts directly from their Social Marketing platform.
## Multisite Compatibility Warning
The Blog Post Connector plugin is **not currently compatible with WordPress Multisite.
Activating the plugin on a Multisite network may result in **unexpected behavior or errors**.
Please use it only on **single-site WordPress installations** for optimal functionality.
## Features
- **Token-based Authentication**: Secure communication between WordPress and the Social Marketing tool with token-based authentication.
- **Custom Endpoints**: Create, modify, and delete posts via custom endpoints (`/sm-connect/v1/create-post`, `/sm-connect/v1/get-authors`, etc.).
- **Settings Page**: Configure access token, default post type, author, and category settings via an intuitive settings interface.
## Usage
1. **Configure Settings**:
- Navigate to WordPress Admin Panel › Blog Post Connector › Settings.
- Set up your access token and default settings for post type, author, and category.
2. **API Endpoints**:
- Use the provided endpoints (`/sm-connect/v1/create-post`, `/sm-connect/v1/get-authors`, etc.) to manage posts and retrieve data from your Social Marketing tool.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.