2014-01-08 89 views
0

我使用wordpress,我有與IE和Firefox一起使用的Facebook分享按鈕代碼,而不是Chrome或Firefox。Facebook共享不適用於Safari或Chrome

下面是代碼,我從Facebook網站了:https://developers.facebook.com/docs/plugins/share-button/

在header.php中我有:<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">
<head>

上的single.php我:<fb:share-button type="box_count" href="http://<?php echo($_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);?>"></fb:share-button>

我在做什麼錯誤?

例子:http://worldinsport.com/calcio-fiorentino-a-bruising-anarchic-and-exhilarating-spectacle-of-sport/

感謝

+0

」 ......代碼IE和Firefox,只是沒有Chrome或Firefox的工作。 ..「你想編輯你的問題也許? – ggzone

回答

0

試試這個:

<div class="fb-share-button" data-href="http://<?php echo($_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);?>" data-type="button_count"></div> 

OR

<a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href)+'&t=whole description whatever you want to write here','','width=626,height=436'); return false;"> 
         <img alt="Share on Facebook" src="/imagesico-facebook-2.png"></a> 
+0

這在Chrome中並不適用於我,請看這裏:http://worldinsport.com/sportswomen-of-the-past-a-homage-with-vintage-pictures/ – Neil

+0

發生了什麼?錯誤,無法分享,鏈接點是什麼?正確的網址? – Ani

+0

那是什麼鏈接? – Neil

相關問題