CodeForTucson / codefortucson-site

Current Code for Tucson website
http://www.codefortucson.org
GNU General Public License v2.0
3 stars 8 forks source link

Add Slack invite button #79

Open dmsnell opened 8 years ago

dmsnell commented 8 years ago

Related to #65

We don't currently have a smooth system in place for inviting new guests into our Slack channel. Some brigade websites have a Slack invite button on their front page, which presumably would send an email or notification to the Slack admins.

I think that we could benefit from incorporating this into our site.

screen shot 2016-07-19 at 6 26 52 pm

cc: @meiqimichelle

meiqimichelle commented 8 years ago

I believe the only way to get an auto-invite to Slack is to host an app somewhere. However, there might be other options now that didn't exist the last I checked. Here's a quick google scan:

If someone can sort out the backend logistics of such a thing, I would love to add it to the site.

dmsnell commented 8 years ago

@meiqimichelle I can look into this and plan on doing it later. My guess is that it shouldn't be too bad, and even if it requires something, we might be able to get it for free as an organization.

Helpful would be to have some advice on where to put such a thing.

meiqimichelle commented 8 years ago

@dmsnell I'll start work on #63, should help sort out where it might go.

meiqimichelle commented 8 years ago

As a quick-fix tho -- we can add something under this part of the current site:

screenshot 2016-07-19 20 19 57
dmsnell commented 8 years ago

Lol, the Slack button featured there on the Atlanta brigade is the product of a former Automattician and awesome programmer, Guillermo Rauch.

It does indeed run on an app host somewhere, and I think that it might be worthwhile. In any case, I believe that we can get a single Heroku instance running for free.

It's an iframe that embeds in the website; will try and pull together a PR.