
1.Masuk ke design-klik page elements
2. pilih add a gadget
3.Pilih HTML/Javascript
Dan masukkan kod ini:
<!-- Start flying
Shoutbox by ybl -->
<script type="text/javascript"
src="http://code.jquery.com/jquery-latest.pack.js"></script>
<script>
$(document).ready(function() {
//select all the a tag with name equal to ybl
$('a[name=ybl]').click(function(e)
{
//Cancel
the link behavior
e.preventDefault();
//Get the A tag
var id =
$(this).attr('href');
//Get the screen height and width
var tbbHeight =
$(document).height();
var tbbWidth = $(window).width();
//Set heigth and
width to tbb to fill up the whole screen
$('#tbb').css({'width':tbbWidth,'height':tbbHeight});
//transition
effect
$('#tbb').fadeIn(1000);
$('#tbb').fadeTo("slow",0.8);
//Get the window
height and width
var winH = $(window).height();
var winW =
$(window).width();
//Set the popup window to center
$(id).css('top',
winH/2-$(id).height()/2);
$(id).css('left', winW/2-$(id).width()/2);
//transition
effect
$(id).fadeIn(2000);
});
//if close button
is clicked
$('.window .close').click(function (e) {
//Cancel the link behavior
e.preventDefault();
$('#tbb').hide();
$('.window').hide();
});
//if
tbb is clicked
$('#tbb').click(function () {
$(this).hide();
$('.window').hide();
});
});
</script>
<style>a
{color:#ffffff; text-decoration:none}
img
{ border: none; }
#tbb {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#000;
display:none;
}
#ddt .window {
position:fixed;
left:0;
top:0;
width:440px;
height:200px;
display:none;
z-index:9999;
padding:20px;
}
#ddt
#yblshoutbox {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4OQYQzSHpUwLR9bWxg8qS2sUqqftNV8YPb1U5W44bpwDy1sAs46ZTF5BLZFWguH4ADtjwID4Ml82nZQLjbQl0wgfW3xuyOSj_3cpwKw_hawCt6mFdohs0qd2TH1n7V-MIxjS2nQBcMxo/s1600/shout.gif)
no-repeat 0 0 transparent;
width:272px;
height:460px;
padding:60px 0 20px 15px;
}
#ttp {
padding:2px 0 0 0;
}
</style>
<ul><center> <a
href="#yblshoutbox" name="ybl"><img
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJC8vRKL8u9Ej-sPkbHekvp6orhwHtq7keCgHIcafTGuOozt1bLakuZ8eLt_c06sIAZeuWKixHU5QOGcm6tCGLoL7OibJs05ghJ_XkSVBT2F6Kc_b2vrC0hz_ecke3sLXPWYCZXNwsE3Y/s512/button.gif"
border="0" width="128" height="58" /></a> </center>
</ul>
<div id="ddt">
<!-- Start Shoutbox -->
<div
id="yblshoutbox" class="window">
LETAKKAN KOD SHOUTBOX DISINI
<div id="ttp"><input type="button"
value="Close" class="close" style="background: #0066FF; color:
#ffffff;"/><a
href="http://teknikbuatblog.blogspot.com/2010/12/cara-pasang-shoutbox-melayang.html"><font
size="1">get this</font>
</a></div></div><!-- End
Shoutbox -->
<div id="tbb"></div></div>
<!-- End of
flying Shoutbox by ybl -->
#Jangan lupa masukkan kod shoutmix pada ruangan diatas.Ubahkan kod shoutmix/Cbox contoh width="240" height="380" supaya memenuhi ruang bingkai.
![]() |
contoh kod shoutmix |