2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-03 08:59:21 +08:00
wp-discourse/README.md

28 lines
1.2 KiB
Markdown
Raw Normal View History

2013-03-26 23:31:28 -07:00
wp-discourse
============
2013-08-16 12:03:43 -07:00
This WordPress plugin allows you to **use Discourse as a community engine for your WordPress blog**. The basic function of the plugin is:
2013-03-28 17:18:42 +11:00
2013-08-16 12:03:43 -07:00
- Each WordPress blog post can *optionally* create an associated Discourse topic.
2013-03-28 17:18:42 +11:00
2014-06-23 03:15:37 +05:30
- Use Discourse to comment on blog post with associated Discourse topic.
2014-06-23 03:09:10 +05:30
2013-08-16 12:05:54 -07:00
- Periodicially sync the "best" posts in those Discourse topics back to the associated WordPress blog entry as WordPress comments.
2013-08-16 12:03:43 -07:00
Here's a screenshot of WP-Discourse in action at [How-To Geek](http://www.howtogeek.com/180175/warning-your-browser-extensions-are-spying-on-you/), which is a WordPress blog backed with a Discourse forum:
[![](https://raw2.github.com/discourse/discourse-docimages/master/wordpress/wordpress-plugin-sample-screenhot-small.png)](https://raw2.github.com/discourse/discourse-docimages/master/wordpress/wordpress-plugin-sample-screenhot.png)
2013-08-16 12:03:43 -07:00
And there are tons of options:
![](https://raw.github.com/discourse/discourse-docimages/master/wordpress/discourse-wp-plugin.png)
2014-06-19 23:13:17 +05:30
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request