BlogTariff


The BlogTariff releases another wonderful product to it’s readers/new visitors. Tailored Facebook like box attractive colors and backgrounds with mouse over effect. We hope definitely you like this widget because most of the bloggers already added this widget to their blogs successfully. In the earlier post we discussed about how to modify the Facebook Like box.

The below code is in new look format compare with earlier post.
CSS code modified Like Box
/* ------ BTF's Custom Like Box ----- */
    .fan_box a:hover{
      text-decoration: none;
    }

    .fan_box .full_widget{
      height: 200px;
      border: 0 !important;
      background: none !important;
      position: relative;
    }

    .fan_box .connect_top{
      background: none !important;
      padding: 0 !important;
    }

    .fan_box .profileimage, .fan_box .name_block{
      display: none;
    }

    .fan_box .connect_action{
      padding: 0 !important;
    }

    .fan_box .connections{
      padding: 4px !important;
      margin:3px 0px 5px 0px!important;
      border: 0 !important;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: bold;
      color: #666;
    }

    span.total{
      color: #365899;
      font-weight: bold;
      background:#ECEEF5;
      padding:4px !important;
      margin:3px 0px 5px 0px!important;
      border:1px solid #E1E4ED;
     -moz-border-radius:3px;
     -webkit-border-radius:3px;
    }
span.total:hover{
     border:1px solid #6383C1;
    }
    .fan_box .connections .connections_grid {
      padding-top: 10px !important;
    }

    .fan_box .connections_grid .grid_item{
      padding: 0 10px 10px 0 !important;
    }

    .fan_box .connections_grid .grid_item .name{
      font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
      font-weight: normal;
      color: #289728 !important;
      padding-top: 1px !important;
    }

    .fan_box .connect_widget{
    position: absolute;
    bottom: 0;
    left: 0px;
    margin: 0 !important;
    }

    .fan_box .connect_widget .connect_widget_interactive_area {
    margin: 0 !important;
    }

    .fan_box .connect_widget td.connect_widget_vertical_center {
    padding: 0 !important;
    }

    /*---------------BTF's Custom Like Box End--------------*/
Change the colors of your choice if necessary to profile names with replacing code #289728
Javascript code and Like box modified HTML

<style>
    #btflikebox{
      color: #365899;
      font: bold 11px arial;
      background:#ECEEF5;
      padding:3px !important;
      margin:5px 0px!important;
      border:1px solid #E1E4ED;
     -moz-border-radius:3px;
     -webkit-border-radius:3px;
      width:290px;
    }
#btflikebox:hover{
     border:1px solid #6383C1;
    }
</style>
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
    <script type="text/javascript">FB.init("");</script>
    <fb:fan profile_id="LIKE PAGE ID" stream="0" connections="10" width="350px" height="200px" header="0" logobar="0"   css="STYLESHEET LINK"></fb:fan>
<div id="btflikebox"><a rel="nofollow" target="_blank" style="text-decoration:none; color:#365899;" href="LIKE PAGE URL">Visit the Like Page »</a><div style="float:right"><a href='http://www.blogtariff.com' style="text-decoration:none; color:#365899;">Widgets »</a></div></div>

  • Find “Style Sheet Link” replace it with your file link uploaded before. 
  • Find “Like Page ID” replace it with your like page ID.
  • Find “Like Page URL” replace it with your Like page link

Modification credits goes to BlogTariff and DaddyDesigns.

Acknowledgment

We request to readers link back to this page if they wish to contribute to this page tutorial with their visitors.

Post a Comment Gmail ID

Do not Try to Add Spam Comments

 
Top