mirror of https://github.com/zulip/zulip.git
28 lines
904 B
Markdown
28 lines
904 B
Markdown
# Linking to your organization
|
|
|
|
You can link to your Zulip organization from the web with a Zulip
|
|
[shields.io](https://github.com/badges/shields) badge:
|
|
|
|
[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.zulip.org)
|
|
|
|
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
|
|
```
|
|
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.zulip.org)
|
|
```
|
|
|
|
HTML
|
|
```
|
|
<a href="https://chat.zulip.org"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" /></a>
|
|
```
|
|
|
|
## Related articles
|
|
|
|
* [Link to a message or conversation](/help/link-to-a-message-or-conversation)
|
|
* [Linking to the Zulip website](/help/linking-to-zulip-website)
|