Pasang ChatBox atau Buku Tamu di Blog

Cara Pasang ChatBox atau Buku Tamu melanyang di Blog


langsung pada intinya aja dach!
Login ke Blog Anda
Lyout
Add a Gadged
Javascript
dan Paste Code dibawah ini

<style>
#hcl {
position:fixed;
top:40px;
left:0px;
z-index:+1000;
}
* html #hcl {position:relative;}
.hcltab {
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDLckL9boTGY0xUSifSPOFu6_iLEPIQp10QY4f8SD054Pcxc61CKwL1ahrzT0nv4LU6vpERNPBi-Vus4G6khzoQ43WQd8bBzxrMqOOH-0HCnSNh-0KfXKew1-3J8bJCgyrzXT9zKYDzR8/s1600/Chatbox_left.png') no-repeat;
}
.hclcontent {
float:left;
border:2px solid #23aae2;
background:#f3f6f7;
padding:10px;
}
.hc-credit {font-size:9px}
.hc-credit a {text-decoration:none}
</style>
<script type="text/javascript">
function showHidehcl(){
var hcl = document.getElementById("hcl");
var w = hcl.offsetWidth;
hcl.opened ? movehcl(0, 30-w) : movehcl(20-w, 0);
hcl.opened = !hcl.opened;
}
function movehcl(x0, xf){
var hcl = document.getElementById("hcl");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
hcl.style.left = x.toString() + "px";
if(x0!=xf){setTimeout("movehcl("+x+", "+xf+")", 10);}
}
</script>
<div id="hcl">
<div class="hclcontent">
<<Masukkan Disini Kode Script CBOX yang sudah di simpan tadi>>

<br />
<div class="hc-credit">
<span style="float:left">
<!-- THIS CREDIT MUST STAY INTACT FOR LEGAL USE -->
<a href="http://gofar1.blogspot.com" target="_blank">
Get this widget!
</a>
</span>
<span style="float:right">
<a href="javascript:showHidehcl()">
[close]
</a>
</span>
</div>
</div>
<div class="hcltab" onclick="showHidehcl()"> </div>
</div>
<script type="text/javascript">
var hcl = document.getElementById("hcl");
hcl.style.left = (30-hcl.offsetWidth).toString() + "px";</script>

Langsung Save!

0 Response to "Pasang ChatBox atau Buku Tamu di Blog"

Post a Comment