2018-07-11 16:29:42 +02:00
|
|
|
# "Join Zulip" chat badge
|
2016-12-18 06:42:43 +01:00
|
|
|
|
2018-07-11 16:29:42 +02:00
|
|
|
You can link to your Zulip from the web with a Zulip
|
|
|
|
[shields.io](https://github.com/badges/shields) badge:
|
2016-12-18 06:42:43 +01:00
|
|
|
|
2018-07-11 16:29:42 +02:00
|
|
|
[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.zulip.org)
|
2017-01-15 20:26:29 +01:00
|
|
|
|
2018-07-11 16:29:42 +02:00
|
|
|
Good places for the badge include your project's landing page, support
|
|
|
|
pages, and/or GitHub homepage.
|
|
|
|
|
|
|
|
To embed a Zulip badge, copy and paste the following, replacing
|
|
|
|
`https://chat.zulip.org` with the URL of your Zulip organization:
|
|
|
|
|
|
|
|
Markdown
|
2017-01-15 20:26:29 +01:00
|
|
|
```
|
2018-07-11 16:29:42 +02:00
|
|
|
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.zulip.org)
|
2017-01-15 20:26:29 +01:00
|
|
|
```
|
|
|
|
|
2018-07-11 16:29:42 +02:00
|
|
|
HTML
|
|
|
|
```
|
|
|
|
<a href="https://chat.zulip.org"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg"></a>
|
|
|
|
```
|