Exemplo n.º 1
0
if ($params->get("displayLinkedIn")) {
    echo MvSocialButtonsHelper::getLinkedInButton($title, $link, $stylePath);
}
if ($params->get("displayBobrdobr")) {
    echo MvSocialButtonsHelper::getBobrdobrButton($title, $link, $stylePath);
}
if ($params->get("displayLiveinternet")) {
    echo MvSocialButtonsHelper::getLiveinternetButton($title, $link, $stylePath);
}
if ($params->get("displayLivejournal")) {
    echo MvSocialButtonsHelper::getLivejournalButton($title, $link, $stylePath);
}
if ($params->get("displayMoymir")) {
    echo MvSocialButtonsHelper::getMoymirButton($title, $link, $stylePath);
}
if ($params->get("displayOdnoklassniki")) {
    echo MvSocialButtonsHelper::getOdnoklassnikiButton($title, $link, $stylePath);
}
if ($params->get("displayVkcom")) {
    echo MvSocialButtonsHelper::getVkcomButton($title, $link, $stylePath);
}
if ($params->get("displayYaru")) {
    echo MvSocialButtonsHelper::getYaruButton($title, $link, $stylePath);
}
?>
        <?php 
echo MvSocialButtonsHelper::getExtraButtons($title, $link, $params);
?>
        </div>
   </div>
</div>