Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vestrainteractive/reddit-crosspost-plugin
Simple WP plugin to auto-post to reddit upon publishing a wp post.
https://github.com/vestrainteractive/reddit-crosspost-plugin
autopost crosspost reddit wordpress
Last synced: 13 days ago
JSON representation
Simple WP plugin to auto-post to reddit upon publishing a wp post.
- Host: GitHub
- URL: https://github.com/vestrainteractive/reddit-crosspost-plugin
- Owner: vestrainteractive
- License: gpl-3.0
- Created: 2024-10-23T18:50:48.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:37:32.000Z (22 days ago)
- Last Synced: 2024-10-26T07:01:40.996Z (20 days ago)
- Topics: autopost, crosspost, reddit, wordpress
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# reddit-crosspost-plugin
Plugin URI: https://github.com/vestrainteractive/reddit-crosspost-plugin
Description: Cross-posts WordPress posts to specified subreddits based on category or custom input. Includes Reddit OAuth authentication, multiple subreddits per category, and error display on the post page.
Version: 1.0.9
Author: Vestra Interactive
Author URI: https://vestrainteractive.com
Cross-posts WordPress posts to specified subreddits based on category or custom input. Includes Reddit OAuth authentication, multiple subreddits per category, and error display on the post page.
---
## To use:
Open the file reddit-crosspost-plugin.php in a text editor and edit line 12 with your domain:
`define('REDDIT_REDIRECT_URI', 'https://interstate411.us/wp-admin/admin.php?page=reddit-cross-poster'); // Replace with your exact site URL`
Upload and activate plugin.
WP Admin > Settings > Reddit Crosspost
Set API information - Get Reddit API from https://www.reddit.com/prefs/apps/.
If you want any new posts in certain categories to auto-post to a specific subreddit, enter them in the box below, one per line. Omit the /r/ For example:
tech:technology
blog:blogsIf you want to set the subreddit on a per-post basis, you can do that in the post-editor.
Note: This plugin will NOT auto-update yet. It is planned for a future version, however. Check back in 2025 for this functionality.