2019-04-14 06:03:49 +02:00
|
|
|
# Linking to Zulip
|
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
|
|
|
|
```
|
2021-04-21 00:46:14 +02:00
|
|
|
<a href="https://chat.zulip.org"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" /></a>
|
2018-07-11 16:29:42 +02:00
|
|
|
```
|
2019-04-14 06:03:49 +02:00
|
|
|
|
|
|
|
## Link to a stream or topic
|
|
|
|
|
|
|
|
You can also link to a specific stream, topic, message, or search inside of
|
|
|
|
Zulip. See [link to a message or conversation](/help/link-to-a-message-or-conversation).
|