postiz-app
postiz-app copied to clipboard
🚀 Feature: Create a WordPress posts provider
🔖 Feature description
Post the content directly to a WordPress post.
🎤 Why is this feature needed ?
WordPress popularity is established, this would align core values of Postiz being a Free open source software project and supporting a platform used by more than 42% of websites worldwide (source: Wikipedia, Feb. 2023).
Given the assumption, any commercial website owner wanting to schedule and automate posts to social media would also see the need to post to their own website, too.
✌️ How do you aim to achieve this?
- Start by reading how to add a new provider https://docs.gitroom.com/providers/how-to-add-provider
- In the settings, add the option to select the WordPress site you would like to post to or just on the feed. This should also take into account assigning a user, category (/ies) and tag(s), as a minimum. There are many supported attributes for a post.
More documentation can be found when searching to WordPress REST API, such as:
- https://learn.wordpress.org/tutorial/interacting-with-the-wordpress-rest-api/
- https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/posts/new/
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
- [X] I checked and didn't find similar issue
Are you willing to submit PR?
Not at this time.