EKM Tag: [ekm:social]
This tag is used to output social widgets on your website.
This tag requires the social plugins feature to be installed before it will work.
- Tag Information
- Nesting This Tag
[ekm:social][/ekm:social]
[ekm:social]
name='default';
output_start='<div id="socialw">';
output_widget_start='<div>';
output_widget_end='</div>';
output_end='</div>';
[/ekm:social]
name='default';
Specify the name of either the default or product page groups. The product page group will output widgets specifically for sharing a product whereas the default would be used to like a general page.
output_start='<div id="socialw">';
Define any HTML you wish to be output before the widgets. This will only output if there are widgets to output.
output_widget_start='<div>';
Define any HTML you wish to be output at the start of each widget.
output_widget_end='</div>';
Define any HTML you wish to be output after each widget.
output_end='</div>';
Define any HTML you wish to be output after all widgets have been output.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any alterations.
[ekm:if]
iftype='EQUALS';
ifvalue='1';
ifvalue2='1';
ifthen='[ekm:social][/ekm:social]';
ifelse='';
[/ekm:if]