# Extras

**URL:** https://meta.discourse.org/c/customization/extras/5.md?page=3

[Latest](https://meta.discourse.org/latest.md) · [Categories](https://meta.discourse.org/categories.md) · [Tags](https://meta.discourse.org/tags.md)

**Page:** 4

---

## [Colormag Wordpress Theme Discourse Widget](https://meta.discourse.org/t/colormag-wordpress-theme-discourse-widget/128322)

<div class="topic-metadata">

**Author:** [@frold](https://meta.discourse.org/u/frold)\
**Replies:** 9\
**Last updated:** [April 18, 2020, 10:42pm UTC](https://meta.discourse.org/t/colormag-wordpress-theme-discourse-widget/128322 "2020-04-18T22:42:24Z")

</div>

I have been able to make my first plugin for Wordpress and Discourse. It let you change the wordpress theme not only to get content from articles - but now you can mix articles and forum posts. I have been able to recod…

---

## [Discourse SSO and API Helper for PHP](https://meta.discourse.org/t/discourse-sso-and-api-helper-for-php/51172)

<div class="topic-metadata">

**Author:** [@vinothkannans](https://meta.discourse.org/u/vinothkannans)\
**Replies:** 6\
**Last updated:** [March 23, 2020, 3:48pm UTC](https://meta.discourse.org/t/discourse-sso-and-api-helper-for-php/51172 "2020-03-23T15:48:45Z")

</div>

Installation The package is registered at Packagist as vinkas/discourse-php and can be installed using composer: composer require vinkas/discourse-php Usage $discourse = new Vinkas\\Discourse\\PHP\\Client('discouse.exampl…

---

## [Google Chrome extension for discourse notifications](https://meta.discourse.org/t/google-chrome-extension-for-discourse-notifications/34496)

<div class="topic-metadata">

**Author:** [@alep](https://meta.discourse.org/u/alep)\
**Replies:** 30\
**Last updated:** [March 1, 2020, 4:51pm UTC](https://meta.discourse.org/t/google-chrome-extension-for-discourse-notifications/34496 "2020-03-01T16:51:49Z")

</div>

I’ve released the new version 1.0.0. I’ve added the multi-site feature: the user can add more discourse sites to see all notifications in one single place. You can install it from here: https://chrome.google.com/websto…

---

## [Node.js daemon that publishes a Discourse post to Facebook Group](https://meta.discourse.org/t/node-js-daemon-that-publishes-a-discourse-post-to-facebook-group/66596)

<div class="topic-metadata">

**Author:** [@engross](https://meta.discourse.org/u/engross)\
**Replies:** 9\
**Last updated:** [February 19, 2020, 1:40am UTC](https://meta.discourse.org/t/node-js-daemon-that-publishes-a-discourse-post-to-facebook-group/66596 "2020-02-19T01:40:58Z")

</div>

I am sharing a simple utility I created. It’s a simple Node.js daemon that publishes a Discourse post to Facebook Group. https://github.com/jsdevkr/discourse-facebook-auto-publish This is in use on my jsdev.kr site an…

---

## [(Another) Discourse to Discord webhook](https://meta.discourse.org/t/another-discourse-to-discord-webhook/61178)

<div class="topic-metadata">

**Author:** [@ellotheth](https://meta.discourse.org/u/ellotheth)\
**Replies:** 6\
**Last updated:** [January 25, 2019, 6:12pm UTC](https://meta.discourse.org/t/another-discourse-to-discord-webhook/61178 "2019-01-25T18:12:20Z")

</div>

https://github.com/ellotheth/distodis I somehow managed to overlook this one until mine was done. The more the merrier?!

---

## [Docuss: an experiment on how to embed discussions in web pages](https://meta.discourse.org/t/docuss-an-experiment-on-how-to-embed-discussions-in-web-pages/89790)

<div class="topic-metadata">

**Author:** [@syl](https://meta.discourse.org/u/syl)\
**Replies:** 24\
**Last updated:** [January 13, 2019, 9:25pm UTC](https://meta.discourse.org/t/docuss-an-experiment-on-how-to-embed-discussions-in-web-pages/89790 "2019-01-13T21:25:36Z")

</div>

Docuss intends to be a solution for embedding discussions in web pages, to allow for massively collaborative work. See a demo here (click an orange balloon to open the discussion panel). I’ve put some more use cases…

---

## [WP Discourse now supports the WordPress Block Editor](https://meta.discourse.org/t/wp-discourse-now-supports-the-wordpress-block-editor/103856)

<div class="topic-metadata">

**Author:** [@simon](https://meta.discourse.org/u/simon)\
**Replies:** 3\
**Last updated:** [January 4, 2019, 3:53am UTC](https://meta.discourse.org/t/wp-discourse-now-supports-the-wordpress-block-editor/103856 "2019-01-04T03:53:08Z")

</div>

WordPress 5.0 has been released. The biggest change is that it comes with a new Block Editor. The Block Editor only has limited support for meta-boxes. This breaks some of the functionality of the Discourse meta-box. To…

---

## [Discourse to Discord Bot](https://meta.discourse.org/t/discourse-to-discord-bot/39598)

<div class="topic-metadata">

**Author:** [@Alankrit\_Choudh](https://meta.discourse.org/u/Alankrit_Choudh)\
**Replies:** 15\
**Last updated:** [October 17, 2018, 4:56pm UTC](https://meta.discourse.org/t/discourse-to-discord-bot/39598 "2018-10-17T16:56:08Z")

</div>

Discourse is a wonderful community hands down. I could have started this thread in Community Building \> Praise and speak almighty about discourse. And for those of you who don’t know about discord. I am certain there a…

---

## [Introducing GitHub Issues to Discourse](https://meta.discourse.org/t/introducing-github-issues-to-discourse/46671)

<div class="topic-metadata">

**Author:** [@cpradio](https://meta.discourse.org/u/cpradio)\
**Replies:** 10\
**Last updated:** [July 6, 2016, 3:33am UTC](https://meta.discourse.org/t/introducing-github-issues-to-discourse/46671 "2016-07-06T03:33:22Z")

</div>

:warning: This tool is no longer maintained. Check out Discourse Code Review instead. The Discourse Team and I are pleased to announce our Import GitHub Issues into Discourse tool. The idea behind it is fairly simple,…

---

## [OAuth2 Authorization and Resource Server](https://meta.discourse.org/t/oauth2-authorization-and-resource-server/68810)

<div class="topic-metadata">

**Author:** [@bekce](https://meta.discourse.org/u/bekce)\
**Replies:** 11\
**Last updated:** [January 15, 2018, 3:10pm UTC](https://meta.discourse.org/t/oauth2-authorization-and-resource-server/68810 "2018-01-15T15:10:36Z")

</div>

Hello there, I have created a standalone ready-to-run OAuth2 Authorization Server with Discourse SSO support for your needs. I believe it will be useful for some people. https://github.com/bekce/oauthly Please give it …

---

## [WP Discourse 1.5 Release](https://meta.discourse.org/t/wp-discourse-1-5-release/74551)

<div class="topic-metadata">

**Author:** [@simon](https://meta.discourse.org/u/simon)\
**Replies:** 25\
**Last updated:** [December 15, 2017, 6:40pm UTC](https://meta.discourse.org/t/wp-discourse-1-5-release/74551 "2017-12-15T18:40:35Z")

</div>

Version 1.5.1 of the plugin is now available in the WordPress plugin repository. The biggest change will affect sites that have previously enabled the Create Discourse User on Login option. This option no longer logs us…

---

## [\[Announce\] Search & replace / batch process Discourse posts](https://meta.discourse.org/t/announce-search-replace-batch-process-discourse-posts/34029)

<div class="topic-metadata">

**Author:** [@dandv](https://meta.discourse.org/u/dandv)\
**Replies:** 6\
**Last updated:** [November 24, 2017, 5:13pm UTC](https://meta.discourse.org/t/announce-search-replace-batch-process-discourse-posts/34029 "2017-11-24T17:13:40Z")

</div>

==\> Discourse-post-process \<== I’m happy to introduce this simple but powerful Node.js script that uses the Discourse API to mass-modify Discourse posts. It essentially performs a regexp-based search & replace across all…

---

## [WP Discourse 1.4.0 Release](https://meta.discourse.org/t/wp-discourse-1-4-0-release/65283)

<div class="topic-metadata">

**Author:** [@simon](https://meta.discourse.org/u/simon)\
**Replies:** 12\
**Last updated:** [November 1, 2017, 5:39pm UTC](https://meta.discourse.org/t/wp-discourse-1-4-0-release/65283 "2017-11-01T17:39:55Z")

</div>

Version 1.4.0 of the WP Discourse is now available in the WordPress plugin repository. The code is also on GitHub. The big changes in this release are adding an option to sync Discourse topics to their associated WordPr…

---

## [WP Discourse 1.3.0 Release](https://meta.discourse.org/t/wp-discourse-1-3-0-release/59049)

<div class="topic-metadata">

**Author:** [@simon](https://meta.discourse.org/u/simon)\
**Replies:** 20\
**Last updated:** [July 28, 2017, 11:29pm UTC](https://meta.discourse.org/t/wp-discourse-1-3-0-release/59049 "2017-07-28T23:29:25Z")

</div>

The latest release of the WP Discourse plugin (1.3.0) is available on the WordPress plugin repository or from GitHub. It fixes a few issues and adds a few features to the plugin: fixes the issue with avatars on Disco…

---

## [Importing bbPress into Discourse](https://meta.discourse.org/t/importing-bbpress-into-discourse/12719)

<div class="topic-metadata">

**Author:** [@dkobia](https://meta.discourse.org/u/dkobia)\
**Replies:** 10\
**Last updated:** [May 25, 2017, 11:25am UTC](https://meta.discourse.org/t/importing-bbpress-into-discourse/12719 "2017-05-25T11:25:54Z")

</div>

I forked GitHub - waynegraham/discourse-import-bbpress: bbPress importer for Discourse · GitHub which offered support for only bbPress as a standalone. The bbPress standalone has been deprecated for some time now so Wayn…

---

## [Discourse Feed Bot](https://meta.discourse.org/t/discourse-feed-bot/60779)

<div class="topic-metadata">

**Author:** [@barreeeiroo](https://meta.discourse.org/u/barreeeiroo)\
**Replies:** 0\
**Last updated:** [April 11, 2017, 1:46pm UTC](https://meta.discourse.org/t/discourse-feed-bot/60779 "2017-04-11T13:46:15Z")

</div>

Hey there :wave: I’ve created this Telegram Bot to help users to get notified when a new topic is released on any Discourse community: Check the Discourse branch A demo is avaliable here: The bot can be hosted …

---

## [WP Discourse 1.2.5 Release](https://meta.discourse.org/t/wp-discourse-1-2-5-release/58206)

<div class="topic-metadata">

**Author:** [@simon](https://meta.discourse.org/u/simon)\
**Replies:** 3\
**Last updated:** [March 2, 2017, 10:55pm UTC](https://meta.discourse.org/t/wp-discourse-1-2-5-release/58206 "2017-03-02T22:55:16Z")

</div>

The latest release of the WP Discourse plugin (1.2.5) is available on the WordPress plugin repository or on GitHub. Most of the changes in this release have to do with reorganizing the admin code to allow other plugins …

---

## [Customizing create topic form to add more custom fields, what does add\_to\_serializer or register\_custom\_field\_type do?](https://meta.discourse.org/t/customizing-create-topic-form-to-add-more-custom-fields-what-does-add-to-serializer-or-register-custom-field-type-do/57774)

<div class="topic-metadata">

**Author:** [@net\_deamon](https://meta.discourse.org/u/net_deamon)\
**Replies:** 2\
**Last updated:** [February 23, 2017, 1:47am UTC](https://meta.discourse.org/t/customizing-create-topic-form-to-add-more-custom-fields-what-does-add-to-serializer-or-register-custom-field-type-do/57774 "2017-02-23T01:47:22Z")

</div>

Hi I was looking into customizing create topic form. Removing the category option all together Adding custom field to the form. Now I was able to add custom field using the plugin outlet composer-fields-below, but ho…

---

## [WP Discourse 1.0.0 release](https://meta.discourse.org/t/wp-discourse-1-0-0-release/50753)

<div class="topic-metadata">

**Author:** [@simon](https://meta.discourse.org/u/simon)\
**Replies:** 10\
**Last updated:** [October 13, 2016, 1:44pm UTC](https://meta.discourse.org/t/wp-discourse-1-0-0-release/50753 "2016-10-13T13:44:50Z")

</div>

The wp-discourse plugin 1.0.0 has just been added to the WordPress plugin repository. Changes from version 0.9 include: Breaking the settings page into tabbed sections Adding a ‘Text Content’ option for customizing al…

---

## [Discourse Notifications chrome extension v0.3](https://meta.discourse.org/t/discourse-notifications-chrome-extension-v0-3/32732)

<div class="topic-metadata">

**Author:** [@alep](https://meta.discourse.org/u/alep)\
**Replies:** 6\
**Last updated:** [December 10, 2015, 6:46pm UTC](https://meta.discourse.org/t/discourse-notifications-chrome-extension-v0-3/32732 "2015-12-10T18:46:23Z")

</div>

I’ve added desktop notification popups. They appears only when no discourse site is opened. Release notes. You can install the extension from here.

---

## [Chrome extension Discourse v0.2](https://meta.discourse.org/t/chrome-extension-discourse-v0-2/30555)

<div class="topic-metadata">

**Author:** [@alep](https://meta.discourse.org/u/alep)\
**Replies:** 16\
**Last updated:** [July 3, 2015, 5:36pm UTC](https://meta.discourse.org/t/chrome-extension-discourse-v0-2/30555 "2015-07-03T17:36:54Z")

</div>

Chrome extension for discourse is at v0.2: thanks to djfarrelly collaboration, it shows notification list with a popup ! You can install it from here

---

## [Hubot Integration](https://meta.discourse.org/t/hubot-integration/26271)

<div class="topic-metadata">

**Author:** [@cpradio](https://meta.discourse.org/u/cpradio)\
**Replies:** 3\
**Last updated:** [March 13, 2015, 11:29am UTC](https://meta.discourse.org/t/hubot-integration/26271 "2015-03-13T11:29:15Z")

</div>

Okay, so Hubot is my new friend. I’m really enjoying how easy it is to play around with it and I’m starting to see if it can be used for business purposes. The idea: Program a set of commands that would be useful from …

---

## [Python Twisted Client](https://meta.discourse.org/t/python-twisted-client/24573)

<div class="topic-metadata">

**Author:** [@anouk](https://meta.discourse.org/u/anouk)\
**Replies:** 3\
**Last updated:** [January 29, 2015, 8:05pm UTC](https://meta.discourse.org/t/python-twisted-client/24573 "2015-01-29T20:05:33Z")

</div>

Hey all! Just uploaded a Discourse API wrapper for Twisted/Python. It includes some tests and an example to help you get started. You can find it right here. Have fun! (for those wondering Twisted is an event-driven n…

[Previous page](https://meta.discourse.org/c/customization/extras/5.md?page=2)
