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. Twitch

Copy of Authorization Button Shortcode

This is an enclosing shortcode. It outputs an HTML link for authorization with a Twitch profile. You can set shortcode attributes to alter its behavior.

The text in the shortcode - is the text of the button. If text is not set, the default display will switch between Logout and Login with Twitch texts.

redirect - attribute will allow you to choose where a user should be redirected after successful authorization. last - is the page where the button is located. prev - is one page before the last page.

style - attribute will allow you to add style to the button. Use default for default styling of the button.

Shortcode example:

[argus-twitch-authorization-button redirect="prev" style="default"]Time to login[/argus-steam-authorization-button]

Was this helpful?