# Is the a feature/plugin that allows you to pull in a Twitter feed?

**URL:** https://meta.discourse.org/t/is-the-a-feature-plugin-that-allows-you-to-pull-in-a-twitter-feed/51414
**Category:** Feature
**Created:** [October 11, 2016, 4:00pm UTC](https://meta.discourse.org/t/is-the-a-feature-plugin-that-allows-you-to-pull-in-a-twitter-feed/51414 "2016-10-11T16:00:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Nick29](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nick29/32/62657_2.png) [@Nick29](https://meta.discourse.org/u/Nick29)
#### Post date: [October 11, 2016, 4:00pm UTC](https://meta.discourse.org/t/is-the-a-feature-plugin-that-allows-you-to-pull-in-a-twitter-feed/51414/1 "2016-10-11T16:00:12Z")

</div>

Hi there, i’m considering discourse for a new community. Anyone know if this feature/plugin exists, where you can pull in a twitter feed like this (screenshot from Hootsuite’s phpbb community):

 ![](https://global.discourse-cdn.com/meta/original/3X/2/f/2f57b13b2eeebbe267978c3e16f3578b23e6e627.png)

---

<div class="post-metadata">

### Author: ![KevinWorkman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kevinworkman/32/122364_2.png) [@KevinWorkman](https://meta.discourse.org/u/KevinWorkman)
#### Post date: [October 11, 2016, 4:36pm UTC](https://meta.discourse.org/t/is-the-a-feature-plugin-that-allows-you-to-pull-in-a-twitter-feed/51414/2 "2016-10-11T16:36:16Z")

</div>

Sure, this should be pretty doable with vanilla Discourse.

**Step 1:** Figure out the html and JavaScript required to embed a twitter feed. Googling “show twitter feed on website” returns a ton of results. This will give you a section of html and JavaScript that you can probably just copy and paste without changing too much.

**Step 2:** Embed that html in your Discourse. Go to `admin -> Customize -> CSS/HTML`, and you’ll see a bunch of different places to put it.

You might have to play with the position and CSS a bit to get it working perfectly, but those are the basic steps.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [October 11, 2016, 4:40pm UTC](https://meta.discourse.org/t/is-the-a-feature-plugin-that-allows-you-to-pull-in-a-twitter-feed/51414/3 "2016-10-11T16:40:30Z")

</div>

This plugin is broken, but it could be updated.  
[https://github.com/scossar/discourse-twitter-stream](https://github.com/scossar/discourse-twitter-stream)

---

<div class="post-metadata">

### Author: ![Nick29](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nick29/32/62657_2.png) [@Nick29](https://meta.discourse.org/u/Nick29)
#### Post date: [October 12, 2016, 3:10pm UTC](https://meta.discourse.org/t/is-the-a-feature-plugin-that-allows-you-to-pull-in-a-twitter-feed/51414/4 "2016-10-12T15:10:56Z")

</div>

Awesome guys thanks so much
