Digital Items and Auctions
WordPress Shortcodes
The plugin provides shortcodes for the following widgets:
Digital Card V1
Syntax
[struninnuicards_digital_card_v1]
Parameters
theme
(string) Card color scheme, one of: ‘light’, ‘dark’.
width
(int) Card width, a value of 0 to lets the card auto adjust size.
image_url
(string) Card image URL. A value of ‘sample’ shows an example of how the image will display.
likes_enabled
(bool) True to display likes tag, false otherwise.
likes_text
(string) Likes tag text.
countdown_enabled
(bool) True to display countdown tag, false otherwise.
countdown_target_date
(string) Countdown target date, in the format: ‘yyyy-mm-dd hh:mm’.
title
(string) Title.
title_link
(string) Title link URL.
user_image_url
(string) User image URL. A value of ‘sample’ shows an example of how the image will display.
user_name
(string) User name.
user_name_link
(string) User name link URL.
user_verified
(bool) True to display verified user sticker, false otherwise.
footer_left_title
(string) Footer left title.
footer_left_text
(string) Footer left text.
footer_right_title
(string) Footer right title.
share_facebook_enabled
(bool) True to display facebook share link, false otherwise.
share_x_enabled
(bool) True to display x share link, false otherwise.
Example
[struninnuicards_digital_card_v1 theme="dark"]
Digital Card V2
Syntax
[struninnuicards_digital_card_v2]
Parameters
theme
(string) Card color scheme, one of: ‘light’, ‘dark’.
width
(int) Card width, a value of 0 to lets the card auto adjust size.
image_url
(string) Card image URL. A value of ‘sample’ shows an example of how the image will display.
likes_enabled
(bool) True to display likes tag, false otherwise.
likes_text
(string) Likes tag text.
countdown_enabled
(bool) True to display countdown tag, false otherwise.
countdown_target_date
(string) Countdown target date, in the format: ‘yyyy-mm-dd hh:mm’.
title
(string) Title.
title_link
(string) Title link URL.
user_image_url
(string) User image URL. A value of ‘sample’ shows an example of how the image will display.
user_title
(string) User title.
user_name
(string) User name.
user_name_link
(string) User name link URL.
user_verified
(bool) True to display verified user sticker, false otherwise.
details_right_title
(string) Details right title.
details_right_text
(string) Details right text.
footer_left_title
(string) Footer left title.
share_facebook_enabled
(bool) True to display facebook share link, false otherwise.
share_x_enabled
(bool) True to display x share link, false otherwise.
Example
[struninnuicards_digital_card_v2 theme="dark"]
Digital Card V3
Syntax
[struninnuicards_digital_card_v3]
Parameters
theme
(string) Card color scheme, one of: ‘light’, ‘dark’.
width
(int) Card width, a value of 0 to lets the card auto adjust size.
image_url
(string) Card image URL. A value of ‘sample’ shows an example of how the image will display.
likes_enabled
(bool) True to display likes tag, false otherwise.
likes_text
(string) Likes tag text.
countdown_enabled
(bool) True to display countdown tag, false otherwise.
countdown_target_date
(string) Countdown target date, in the format: ‘yyyy-mm-dd hh:mm’.
title
(string) Title.
title_link
(string) Title link URL.
user_image_url
(string) User image URL. A value of ‘sample’ shows an example of how the image will display.
user_verified
(bool) True to display verified user sticker, false otherwise.
details_title
(string) Details title.
details_text
(string) Details text.
share_facebook_enabled
(bool) True to display facebook share link, false otherwise.
share_x_enabled
(bool) True to display x share link, false otherwise.
Example
[struninnuicards_digital_card_v3 theme="dark"]
Digital Card V4
Syntax
[struninnuicards_digital_card_v4]
Parameters
theme
(string) Card color scheme, one of: ‘light’, ‘dark’.
width
(int) Card width, a value of 0 to lets the card auto adjust size.
image_url
(string) Card image URL. A value of ‘sample’ shows an example of how the image will display.
likes_enabled
(bool) True to display likes tag, false otherwise.
likes_text
(string) Likes tag text.
countdown_enabled
(bool) True to display countdown tag, false otherwise.
countdown_target_date
(string) Countdown target date, in the format: ‘yyyy-mm-dd hh:mm’.
title
(string) Title.
title_link
(string) Title link URL.
user_image_url
(string) User image URL. A value of ‘sample’ shows an example of how the image will display.
user_name
(string) User name.
user_name_link
(string) User name link URL.
user_verified
(bool) True to display verified user sticker, false otherwise.
details_title
(string) Details title.
details_text
(string) Details text.
button_style
(string) Button style, one of: ‘solid’, ‘outline’.
button_text
(string) Button text.
footer_left_title
(string) Footer left title.
footer_right_title
(string) Footer right title.
share_facebook_enabled
(bool) True to display facebook share link, false otherwise.
share_x_enabled
(bool) True to display x share link, false otherwise.
Example
[struninnuicards_digital_card_v4 theme="dark"]