# Our Second Partner: Boing Boing

**URL:** https://meta.discourse.org/t/our-second-partner-boing-boing/8935
**Category:** Blog
**Created:** [August 7, 2013, 8:59pm UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935 "2013-08-07T20:59:22Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [August 7, 2013, 8:59pm UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935/1 "2013-08-07T20:59:22Z")

</div>

It’s been a little over a month since we launched our second partner, Boing Boing. Boing Boing has a long history of experimenting with comment and discussion systems. The Web Archives has images of Boing Boing going all the way back to 1998, where I found: eGroups (1998 – 2001, [egroups.com/list/boingboing](http://egroups.com/list/boingboing)) QuickTopic (2001 – 2003,…

* * *

This topic is for comments on the original blog entry at: [Our Second Partner: Boing Boing](http://blog.discourse.org/2013/08/our-second-partner-boing-boing/)

---

<div class="post-metadata">

### Author: ![nickoneill](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nickoneill/32/106754_2.png) [@nickoneill](https://meta.discourse.org/u/nickoneill)
#### Post date: [August 7, 2013, 9:21pm UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935/2 "2013-08-07T21:21:34Z")

</div>

Is there a public explanation for how you push the liked comments from the meta topic back to the permalink page at Boing Boing?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [August 7, 2013, 9:33pm UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935/3 "2013-08-07T21:33:13Z")

</div>

Essentially it is the WordPress plugin:

[https://github.com/discourse/wp-discourse](https://github.com/discourse/wp-discourse)

Which talks to our API. No, we don’t have a documented public API yet, but remember that Discourse is a JavaScript application – not a traditional HTML website – so all its communication with the server is pretty much by definition an API.

---

<div class="post-metadata">

### Author: ![nickoneill](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nickoneill/32/106754_2.png) [@nickoneill](https://meta.discourse.org/u/nickoneill)
#### Post date: [August 7, 2013, 10:24pm UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935/4 "2013-08-07T22:24:49Z")

</div>

Thanks! That makes sense, I’ll use that plugin as a starting point for something non-wordpress.

---

<div class="post-metadata">

### Author: ![richp10](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richp10/32/104381_2.png) [@richp10](https://meta.discourse.org/u/richp10)
#### Post date: [August 9, 2013, 6:39am UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935/5 "2013-08-09T06:39:15Z")

</div>

I guess this is a feature request, but a PHP library to talk to a Discourse would be very popular and encourage other interrogations. Not that my coding is good enough to do this of course, but a guy can wish out loud occasionally 😉

---

<div class="post-metadata">

### Author: ![trident](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/trident/32/2078_2.png) [@trident](https://meta.discourse.org/u/trident)
#### Post date: [August 9, 2013, 6:49am UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935/6 "2013-08-09T06:49:43Z")

</div>

Use the API! It’s really easy to create posts, users, heck… anything you need with just HTTP requests! Watch the `production.log` file and do some actions, and it will record some of the stuff that’s done. You can also run `rake routes` and see all the routes for manipulating content.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [August 15, 2013, 12:28am UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935/7 "2013-08-15T00:28:40Z")

</div>

I moved a post to a new topic: [How do I set up the WordPress Discourse plugin?](http://meta.discourse.org/t/how-do-i-set-up-the-wordpress-discourse-plugin/9100)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 18, 2016, 9:01pm UTC](https://meta.discourse.org/t/our-second-partner-boing-boing/8935/9 "2016-04-18T21:01:16Z")

</div>


