Argus WordPress Plugin
Support RequestDevelopment Direction Poll
Version 6.4.0
Version 6.4.0
  • About Plugin
  • Vote for Next Update
  • Installation Guide
    • Plugin Installation
    • Plugin Activation
    • Components
    • Translations
    • Discord
      • Discord Server Setup
      • Plugin Authentication
    • Twitch
      • Twitch API Setup
      • Plugin Authentication
  • Update Guide
    • Update from 5.x to 6.x
    • Replacing Default WP Widgets
    • Shortcode Name Changes
    • Custom Code Compatibility
    • Updates from WP Dashboard
  • Dashboard Widgets
    • Connections Status
  • General Functions
    • Discord
      • Publication Announcements
      • Woocommerce Order Announcement
      • Account Pages
      • Replacing Avatars and Profile Cover
      • Authorization in Comments
      • Authorization in Login Forms
      • Authorization Filters
      • Redirects
      • Roles Synchronization
      • Data Update from Discord Server
      • Manually Attaching Discord Profile
      • How to Find Discord IDs
    • Steam
      • Authorization in Comments
      • Authorization in Login Forms
      • Redirects
      • Manually Attaching Steam Profile
      • How to Find Steam IDs
    • Twitch
      • Authorization in Comments
      • Authorization in Login Forms
      • Data Update from Twitch Server
      • Manually Attaching Twitch Profile
      • How to Find Twitch Usernames
      • Streaming Overlay
  • Gutenberg Blocks
    • How to Find Blocks
    • Discord
      • Chat Messages Block
      • Scheduled Events Block
      • Default Discord Widget as Block
      • Members Count Block
      • Invite Banner Block
      • Invite Link Block
      • Sharing Button Block
      • Authorization Button Block
      • Connect Profile Button Block
      • Synchronize Profile Button Block
    • Steam
      • Authorization Button Block
    • Twitch
      • Authorization Button Block
      • Connect Profile Button Block
      • Schedule Block
      • Stream Countdown Block
      • Live Status Block
      • Chat Block
      • Current Stream Block
  • WordPress Shortcodes
    • Discord
      • Chat Shortcode
      • Scheduled Events Shortcode
      • Invite Banner Shortcode
      • Default Discord Widget as Shortcode
      • Members Count Shortcode
      • Discord ID Shortcode
      • Username Shortcode
      • Invite Link Shortcode
      • Authorization Button Shortcode
      • Connect Profile Button Shortcode
      • Synchronize Profile Button Shortcode
    • Steam
      • Authorization Button Shortcode
    • Twitch
      • Authorization Button Shortcode
      • Copy of Authorization Button Shortcode
      • Schedule Shortcode
      • Stream Countdown Shortcode
      • Live Status Shortcode
      • Followers Count Shortcode
      • Chat Shortcode
      • Current Stream Shortcode
  • Elementor Widgets
    • How to Find Widgets
    • Discord
      • Chat Messages Widget
      • Scheduled Events widget
      • Default Discord Widget
      • Members Count Widget
      • Invite Banner Widget
      • Invite Link Widget
      • Sharing Button Widget
      • Authorization Button Widget
      • Connect Profile Button Widget
      • Synchronize Profile Button Widget
    • Steam
      • Authorization Button Widget
    • Twitch
      • Authorization Button Widget
      • Connect Profile Button Widget
      • Schedule Widget
      • Stream Countdown Widget
      • Live Status Widget
      • Chat Widget
      • Current Stream Widget
Powered by GitBook
On this page

Was this helpful?

  1. WordPress Shortcodes
  2. Discord

Chat Shortcode

Last updated 1 year ago

Was this helpful?

This is a self-closing shortcode. It outputs messages from a selected channel. You can set shortcode attributes to alter its behavior.

color - will allow you to select a visual style to display on the website. Available options are light and dark.

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

If you remove the title, the header will disappear.

channel - this is a source channel from which the shortcode takes messages. Put here it's ID.

pinned-messages - will allow you to output only pinned messages from the channel. Available options are noFilter and onlyPinned.

tenor-messages - will allow you to download tenner video memes and show them in the chat. Available options are video and link.

Tener videos are played automatically. This may influence the total traffic your visitors will spend browsing your website.

image-messages - will allow you to display images from the chat. If this is disabled, but links are permitted, images will be shown as links. Available options are image and link.

custom-emoji-messages - will allow you to display images of custom emojis in messages. Available options are image and hide.

link - this will allow you to display images and Tenor as text links if they are disabled. Links will be displayed as text or as active links. Available options are link, text, and hide.

quantity - this is the number of messages that will be displayed. The minimum quantity is 1, and the maximum is 50

height - this number, in pixels, will limit the maximum height of the message area. If messages need more space, then a scroll will appear. The minimum height is 200.

footer-text - this is a text in the footer of the widget. It is a call to action near an invitation button.

link - this is the channel to which the visitor will be joined if he clicks the invitation button. Put here it's ID.

If you remove the footer text and the invite, then the footer will disappear.

Shortcode example:

[argus-discord-chat color="dark" channel="860842180330782751" title="Chat" pinned-messages="noFilter" tenor-messages="video" image-messages="image" link-messages="link" custom-emoji-messages="image" quantity="15" height="300" link="860842180330782751" footer-text="Join Us"]
Here you can learn how to find channel ID.
Here you can learn how to find channel ID.