lnug / website

The London Node User Group Website
MIT License
14 stars 19 forks source link

add sidecar from gitter #77

Closed iancrowther closed 8 years ago

iancrowther commented 8 years ago

We should add this to the landing page in a progressivly enhanced way

<script>
  ((window.gitter = {}).chat = {}).options = {
    room: 'lnug/discuss'
  };
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
simonmcmanus commented 8 years ago

I don't think this should happen on mobile devices.

simonmcmanus commented 8 years ago

The more I think about this it can be handled with a link off to the gitter page.