Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
S
sidecar
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GitLab.org
  • gitter
  • sidecar
  • Wiki
  • Home

Home

Last edited by Cyric Jun 29, 2017
Page history

Welcome to the sidecar wiki!

It is very easy to create a Gitter.im sidecar chatroom. Here is an example for review:

Step 1:

The main directions for adding a Gitter.im (chatroom) sidecar to your website are here: https://sidecar.gitter.im/

Step 2:

  1. Copy and paste your room name to the room: For example: if the room name address shows: https://gitter.im/the-spaceship/Lobby Then in the script code paste: the-spaceship/Lobby

example: room: 'the-spaceship/Lobby'

  1. Push the index.html code to your free github account and you now have a working gitter.im chatroom! :)

GitHub Help Directions (for linux terminal): https://github.com/Cyric263/note_book/blob/master/addProjectGitHub.adoc

  1. saved as index.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sidecar Basic Example</title>

<link href="../common.css" rel="stylesheet">
</head>
<body>

<script>
  ((window.gitter = {}).chat = {}).options = {
	      room: 'the-spaceship/Lobby'
		        };
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>


</body>
</html>
Clone repository
  • Home
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.