File: /virtual/nagasaki/public_html/shop/wp-content/themes/riffles_ver1.1/social.php
<?php
/**
* @package Riffles
* @link http://www.u-hg.com/
* @author RiffleHatch
* @copyright Copyright (c)2014 RiffleHatch
*/
?>
<div id="sns-<?php the_ID(); ?>" class="social">
<ul>
<li>
<a title="Tweet" href="javascript:void(0);" class="twitter" rel="nofollow" onclick="window.open('//twitter.com/intent/tweet?url=<?php echo urlencode(the_permalink()); ?>&text=<?php echo urlencode( the_title( "" , "" , 0 ) ); ?>', '_blank', 'width=640,height=480,top=' + (screen.height-480)/2 + ',left=' + (screen.width-640)/2); return false;">
<span class="socialbox"><i class="fa fa-twitter"></i> Tweet</span>
<span class="scount">
</span></a>
</li>
<li>
<a title="Share" href="//www.facebook.com/sharer/sharer.php?u=<?php echo urlencode(the_permalink()); ?>" class="facebook" rel="nofollow" onclick="javascript:window.open(this.href, '_blank', 'menubar=no,toolbar=no,scrollbars=yes,width=640,height=600,top=' + (screen.height-600)/2 + ',left=' + (screen.width-640)/2); return false;">
<span class="socialbox"><i class="fa fa-facebook-square"></i> いいね!</span>
<span class="scount">
</span></a>
</li>
<li>
<a title="plus1" href="//plus.google.com/share?url=<?php echo urlencode(the_permalink()); ?>" class="googleplus" rel="nofollow" onclick="javascript:window.open(this.href, '_blank', 'menubar=no,toolbar=no,scrollbars=yes,width=640,height=600,top=0,left=' + (screen.width-640)/2); return false;">
<span class="socialbox"><i class="fa fa-google-plus"></i> 共有</span>
<span class="scount">
</span></a>
</li>
</ul>
</div>