Schedule Plugin
WordPress Shortcodes
The plugin provides shortcodes for the following widgets:
Channel Subscribe Button
Syntax
[struninntwitch_channel_subscribe_button]
Parameters
additional_wrapper_classes
(string) (Optional) Additional classes for the wrapper (comma separated).
text
(string) (Optional) Button text.
Default value: ‘Subscribe!’
before_text
(string) (Optional) Content to insert before button text.
after_text
(string) (Optional) Content to insert after button text.
href
(string) (Optional) Button link URL.
target
(string) (Optional) Button target.
Default value: ‘_blank’
styles
(string) (Optional) Additional inline styles for the wrapper.
Example
[struninntwitch_channel_subscribe_button text="Subscribe to my channel!" additional_wrapper_classes="custom-class-1,custom-class-2"]
Channel Schedule
Syntax
[struninntwitch_channel_schedule]
Parameters
additional_wrapper_classes
(string) (Optional) Additional classes for the wrapper (comma separated).
template
(string) (Optional) Schedule template to return, one of: ‘table’, ‘grid’, ‘album’.
Default value: ‘table’
hide_more_button
(bool) (Optional) True to hide more button.
Default value: false
styles
(string) (Optional) Additional inline styles for the wrapper.
Example
[struninntwitch_channel_schedule template="grid" hide_more_button="true"]