-1

addthis sahring アイコン コードを使用して scocial 共有アイコンを表示するサイトがあります。Fb のようなボタンは mozilla には来ていませんが、chrome & safari では正常に動作しています。

以下のコードを使用して、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>
4

2 に答える 2

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>
于 2012-08-31T10:19:51.753 に答える
0

wp-content/plugins/facebook-like-box-responsive/facebook-like-responsive.css に移動します

http://blogs.tarungupta.info/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;
}
于 2014-05-08T15:13:42.603 に答える