<span class="text">Facebook</span><span class="count"><?php 
if (function_exists('scc_get_share_facebook')) {
    echo scc_get_share_facebook() == 0 ? '' : scc_get_share_facebook();
}
?>
</span></a>
</li>

<!--Google+1ボタン-->
<li class="googleplus">
<a href="https://plusone.google.com/_/+1/confirm?hl=ja&url=<?php 
echo get_permalink();
?>
" onclick="window.open(this.href, 'window', 'width=550, height=450,personalbar=0,toolbar=0,scrollbars=1,resizable=1'); return false;" rel="tooltip" data-toggle="tooltip" data-placement="top" title="GooglePlusで共有"><i class="fa fa-google-plus"></i><span class="text">Google+</span><span class="count"><?php 
if (function_exists('scc_get_share_gplus')) {
    echo scc_get_share_gplus() == 0 ? '' : scc_get_share_gplus();
}
?>
</span></a>
</li>

<!--はてブボタン-->  
<li class="hatebu">       
<a href="http://b.hatena.ne.jp/add?mode=confirm&url=<?php 
the_permalink();
?>
&title=<?php 
echo urlencode(the_title("", "", 0));
?>
%20%2d%20No%2e1026" onclick="window.open(this.href, 'HBwindow', 'width=600, height=400, menubar=no, toolbar=no, scrollbars=yes'); return false;" target="_blank"><span class="text">はてブ</span><span class="count"><?php 
if (function_exists('scc_get_share_hatebu')) {
Exemplo n.º 2
0
		<?php 
    if (function_exists('scc_get_share_facebook')) {
        echo scc_get_share_facebook() == 0 ? '' : '<span class="snstext">' . scc_get_share_facebook() . '</span>';
    }
    ?>
</a>
		</li>

		<!--Google+1ボタン-->
		<li class="googleplus">
		<a href="https://plus.google.com/share?url=<?php 
    echo $url_encode;
    ?>
" target="_blank"><i class="fa fa-google-plus"></i><?php 
    if (function_exists('scc_get_share_gplus')) {
        echo scc_get_share_gplus() == 0 ? '' : '<span class="snstext">' . scc_get_share_gplus() . '</span>';
    }
    ?>
</a>
		</li>

		<!--ポケットボタン-->      
		<li class="pocket">
		<a href="http://getpocket.com/edit?url=<?php 
    echo $url_encode;
    ?>
&title=<?php 
    echo $title_encode;
    ?>
" target="_blank"><i class="fa fa-get-pocket"></i><?php 
    if (function_exists('scc_get_share_pocket')) {
Exemplo n.º 3
0
        }
    }
    ?>
</a>
		</li>

		<!--Google+1ボタン-->
		<li class="googleplus">
		<a target="_blank" href="https://plus.google.com/share?url=<?php 
    echo $url_encode;
    ?>
" ><i class="fa fa-google-plus"></i>
		<?php 
    if (function_exists('get_scc_gplus')) {
        if (scc_get_share_gplus(array('post_id' => 'home')) !== 0) {
            echo '<span class="snstext">' . scc_get_share_gplus(array('post_id' => 'home')) . '</span>';
        }
    }
    ?>
</a>
		</li>

		<!--ポケットボタン-->      
		<li class="pocket">
		<a target="_blank" href="http://getpocket.com/edit?url=<?php 
    echo $url_encode;
    ?>
&title=<?php 
    echo $title_encode;
    ?>
"><i class="fa fa-get-pocket"></i>