我有网站,我使用addthis sahring图标代码来显示scocial共享图标。像按钮一样的Fb并没有进入mozilla,但它在chrome&苹果浏览器。
我使用以下代码显示来自addthis网站https://www.addthis.com/get/sharing?frm=hp#.UDrCVsHib-s
的共享图标 <div class="addthis_toolbox addthis_default_style ">
<div id="fb-root"></div><a class="addthis_button_facebook_like" fb:like:layout="button_count" ></a>
<a class="addthis_button_tweet" ></a>
<a class="addthis_button_pinterest_pinit" ></a>
<a class="addthis_counter addthis_pill_style" ></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-5022bfc615892c77"></script>
答案 0 :(得分:0)
使用此代码在Facebook上分享,我已经使用了这么多时间,每次成功时,如果你想改变顺序......
<span class='st_fblike_vcount'></span>
<span class='st_twitter_vcount'></span>
<span class='st_plusone_vcount'></span>
<span class='st_email_vcount'></span>
<span class='st_sharethis_vcount'></span>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "782110c4-838d-408f-8393-98897995ced4"}); </script>
答案 1 :(得分:0)
转到wp-content / plugins / facebook-like-box-responsive / facebook-like-responsive.css
删除!重要
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe {
width: 100%;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe {
width: 100% !important;
}