如何将班级._4s7c中的Like Box删除为0或无

时间:2014-01-01 17:18:50

标签: facebook facebook-like

我尝试使用此.fb-social-plugin.fb-like-box.fb_iframe_widget._4s7c但这不起作用。人们可以帮助我吗?

我不知道是否可能。

我认为有一些CSS技巧,但我不知道它是如何工作的。

<!doctype html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus®">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <title>Document</title>
 </head>
 <body>
 <style>
 .facebook-like-box
{
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative; /* For IE7 Compatibility */
}

.facebook-like-box .inner
{
    margin: -2px 0 0 -2px;
}

.fb-social-plugin.fb-like-box.fb_iframe_widget._4s7c{border: none !important;}

 </style>
  <div class="facebook-like-box">
    <div class="inner">
        <!-- Facebook Plugin Code --->
        <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
        <fb:like-box href="https://www.facebook.com/bolaooss" 
        width="250" height="250" 
        colorscheme="light" show_faces="true" 
        stream="false" header="false"></fb:like-box>
        <!-- End Facebook Plugin Code -->
    </div>
</div>

<fb:like-box href="https://www.facebook.com/bolaooss" 
    width="254" height="254" 
    colorscheme="light" show_faces="true" 
    stream="false" header="false">
 </body>
</html>

1 个答案:

答案 0 :(得分:1)

您只需添加标记show_border="false"

<fb:like-box href="https://www.facebook.com/bolaooss" 
width="254" height="254" 
colorscheme="light" show_faces="true" 
stream="false" header="false" show_border="false">