coresocial-profiles-list
Description
This shortcode will display the block with all the profiles you have defined in the plugin Settings -> Profiles panel.
Definition
[coresocial-profiles-list /]
Arguments
Name
Type
Description
Default
show
string
Show all profiles or only some (‘all’ and ‘profiles’).
‘all’
profiles
int[]
List of id’s of the profiles to show, if the ‘show’ is set to ‘profiles’.
[]
layout
string
Profile buttons layout (‘icon’, ‘label’, ‘icon-top’, ‘icon-left’, ‘icon-right’).
‘icon’
align
string
Buttons alignment (‘left’, ‘right’, ‘center’, ‘none’, ‘justify’).
‘center’
target
string
Target used for the links.
‘_blank’
rel
string
Value used for the links REL attribute.
‘noopener’
Examples
Basic Settings
[coresocial-profiles-list]
Basic settings, different colors and radius
[coresocial-profiles-list icon_border_radius="4" icon_background="custom" icon_background_custom="#EEDDEE"]