SocialLineBreak Class [PHP]
Add the SocialLineBreak to have the break line in social buttons flow.
__constructTop
void __construct()
Show/Hide Code
<?php
$socialshare = new KoolSocialShare("socialshare");
$socialshare->styleFolder = "KoolControls/KoolSocialShare/styles/default";
$socialshare->scriptFolder = "KoolControls/KoolSocialShare";
$socialshare->Add(new SocialButton("Twitter"));
$socialshare->Add(new SocialButton("StumbleOn"));
$socialshare->Add(new SocialLineBreak());
$socialshare->Add(new SocialButton("Facebook"));
?>
Supported from version: 1.0.0.0