How to make cloud cumulus labels? Just check it out by clicking "read more" below.Ada yang bertanya bagaimana cara bikin label cumulus. Nah makanya kali ini saya akan posting tentang menu " label cloud cumulus ", apa itu? Ya label yang ada di sidebar saya tuh yg berbentuk awan dan bergumul-gumul, ada yang tertarik tentunya ya? karena bisa mempercantik blog kita juga, kalau tertarik kita simak yuk caranya . Pertama tentunya jangan lupa simpan template/download template lengkap dulu ya, dan jangan lupa conteng "expand widget templates" lalu anda cari kode spt dibawah ini :
Frist you must save/download your current template, then fill check box "expand widget templates" and then find out this html code :
<b:section class='sidebar' id='sidebar' preferred='yes'>
(or sidebar1, sidebar2)
(jangan bingung, mgkn ada yg menemukan dg "sidebar1 or sidebar2", itu hanya masalah letak nantinya di sidebar kok, sikat aja langsung kode tsb)
Nah tepat dibawah kode diatas, copy kode dibawah ini dan paste tepat dibawahnya
Copy and paste this html code just below of html code mentioned above
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<script src='http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js' type='text/javascript'/>
<div id='flashcontent'>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></div>
<script type='text/javascript'>
var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "280", "330", "5", "#ffffff");
// uncomment next line to enable transparency
//so.addParam("wmode", "transparent");
so.addVariable("tcolor", "0x333333");
so.addVariable("mode", "tags");
so.addVariable("distr", "true");
so.addVariable("tspeed", "100");
so.addVariable("tagcloud", "<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>");
so.addParam("allowScriptAccess", "always");
so.write("flashcontent");
</script>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
Simpan dan Selesai
Save and Done
Untuk merubah lebar dan tinggi kolom anda bisa merubah angka merah yg ada di :
To change widht and high of its coloumn just replace/change the red number :
var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "280", "330", "5", "#ffffff");
Lebar/Width : 280
Tinggi/heigh : 330
Warna tulisan/ font color : 333333
Backround Color : #ffffff
Nah untuk merubah warna backround jadi transparan sesuai warna blog kamu, maka hilangkan "//" pada code berikut ini :
For transparancy backround color you must erase "//" code in this html code :
//so.addParam("wmode", "transparent");
Bila code transparan aktif, maka code warna (Backround Color : #ffffff) otomatis tidak berlaku
Good Luck
Posted by Aryo