Ejemplo n.º 1
0
function social4i_css()
{
    echo "<!-- This site is powered by Tweet, Like, Plusone and Share Plugin - http://techxt.com/tweet-like-google-1-and-share-plugin-wordpress/ -->\n";
    s4_fb_share_thumb();
    if (get_option('s4dmob', false) == true && social4i_check_mobile()) {
        return;
    }
    wp_enqueue_script('jquery');
    echo '<style type="text/css">div.socialicons{float:left;display:block;margin-right: 10px;line-height: 1;}div.socialiconsv{line-height: 1;}div.socialicons p{margin-bottom: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;padding-top: 0px !important;}div.social4iv{background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #aaa;border-radius: 3px 3px 3px 3px;box-shadow: 3px 3px 3px #DDDDDD;padding: 3px;position: fixed;text-align: center;top: 55px;width: 68px;display:none;}div.socialiconsv{padding-bottom: 5px;}</style>' . "\n";
    if (get_option('s4optimize', true) == true && get_option('s4scripthead', 'head') == "head") {
        echo s4load_script();
    }
    $ccss = get_option('s4ccss', '');
    $cjscript = get_option('s4cjscript', '');
    if (trim($cjscript != '')) {
        echo $cjscript;
    }
    if (trim($ccss != '')) {
        echo '<style type="text/css">' . $ccss . '</style>';
    }
}
Ejemplo n.º 2
0
function social4i_css()
{
    s4_fb_share_thumb();
    if (get_option('s4dmob', false) == true && social4i_check_mobile()) {
        return;
    }
    echo '<style type="text/css">div.socialicons{float:left;display:block;margin-right: 10px;}div.socialicons p{margin-bottom: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;padding-top: 0px !important;}</style>' . "\n";
    if (get_option('s4optimize', true) == true && get_option('s4scripthead', 'head') == "head") {
        echo s4load_script();
    }
    $ccss = get_option('s4ccss', '');
    if (trim($ccss != '')) {
        echo '<style type="text/css">' . $ccss . '</style>';
    }
}
Ejemplo n.º 3
0
function social4i_css()
{
    echo "<!-- This site is powered by Tweet, Like, Plusone and Share Plugin - http://techxt.com/tweet-like-google-1-and-share-plugin-wordpress/ -->\n";
    s4_fb_share_thumb();
    if (get_option('s4dmob', false) == true && social4i_check_mobile()) {
        return;
    }
    echo '<style type="text/css">div.socialicons{float:left;display:block;margin-right: 10px;}div.socialicons p{margin-bottom: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;padding-top: 0px !important;}</style>' . "\n";
    if (get_option('s4optimize', true) == true && get_option('s4scripthead', 'head') == "head") {
        echo s4load_script();
    }
    $ccss = get_option('s4ccss', '');
    if (trim($ccss != '')) {
        echo '<style type="text/css">' . $ccss . '</style>';
    }
}