# Invite Banner Shortcode

This is a self-closing shortcode. It outputs a guild banner and is also a big invitation button. You can set shortcode attributes to alter its behavior.

***title*** - is a text written in the widget's header, next to the icon.

***show-count*** - this will allow you to output several members on your server. Available options are `show` and `hide`.

***channel*** - this is the channel to which the visitor will be joined if he clicks on the banner. Put here it's ID. [Here you can learn how to find channel ID.](https://mykolapetrovych.gitbook.io/argus-wordpress-plugin/version-6.2.0/general-functions/discord/how-to-find-discord-ids)

Shortcode example:

```shortcode
[argus-discord-invite-banner channel="860842180330782751" title="Join Us" show-count="show"]
```
