Cách hiển thị like facebook ???

[VNXF] Theme Digital – Sự lựa chọn hoàn hảo cho diễn đàn công nghệ hiện đại Group Zalo của Cộng đồng người dùng XenForo tại Việt Nam
1.png

Như hình các bạn chỉ mình làm với.
@Jindo_Katori vào giúp mình với
 
Đây rồi
Trước tiên ta vào Templates => EXTRA.CSS và thêm vào cuối đoạn code
Mã:
.slide_likebox {
    -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
    right:-205px; !important;
}
.slide_likebox:hover {
    -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
    right: 0 !important;
}
.slide_likebox {
float:right;
width:247px;
height:385px;
background: url(http://unicity.edu.vn/styles/images/fb.png) no-repeat !important;
display:block;
color:#FFFFFF ;
right:-205px;
padding:0;
position:fixed;
top: 170px;
z-index:1002;
}
.slide_text {
font-family: Geneva, Verdana, sans-serif;
font-size: 8px;
padding-left: 10px;
text-decoration: none;
color: #FFFFFF;
}
Tiếp theo rhêm vào cuối PAGE_CONTAINER (trước thẻ </body>)
Mã:
<div class="slide_likebox"> <div style="color: rgb(255, 255, 255); padding: 8px 5px 0pt 50px;"><div class="FB_Loader"></div><span><iframe src="http://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/SuperSpeedII&amp;width=198&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=368" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:198px; height:368px;" allowTransparency="true"></iframe></span></div></div>
 
Đây rồi
Trước tiên ta vào Templates => EXTRA.CSS và thêm vào cuối đoạn code
Mã:
.slide_likebox {
    -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
    right:-205px; !important;
}
.slide_likebox:hover {
    -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
    right: 0 !important;
}
.slide_likebox {
float:right;
width:247px;
height:385px;
background: url(http://unicity.edu.vn/styles/images/fb.png) no-repeat !important;
display:block;
color:#FFFFFF ;
right:-205px;
padding:0;
position:fixed;
top: 170px;
z-index:1002;
}
.slide_text {
font-family: Geneva, Verdana, sans-serif;
font-size: 8px;
padding-left: 10px;
text-decoration: none;
color: #FFFFFF;
}
Tiếp theo rhêm vào cuối PAGE_CONTAINER (trước thẻ </body>)
Mã:
<div class="slide_likebox"> <div style="color: rgb(255, 255, 255); padding: 8px 5px 0pt 50px;"><div class="FB_Loader"></div><span><iframe src="http://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/SuperSpeedII&amp;width=198&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=368" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:198px; height:368px;" allowTransparency="true"></iframe></span></div></div>
Tks bạn nhé :D
 
Back
Top