Chắc các bạn cũng đã tìm hiểu qua Flash Tag Cloud rồi phải không. Mình cũng đã tìm nhưng đều bị die file tagcloud.swf và swfobject.js. Nay mình tìm được nên chia sẽ lại cho các bạn.
- Trước tiên,bạn tạo 1 widget Tag trước.
- Và lấy địa chỉ của Widget đó bằng cách
Ở đây mình có địa chỉ là Label1 Nhớ là Label1 nhé .
- Vào Thiết kế-> Chỉnh sửa HTML –> Mở rộng tiện ích.
- <b:widget id='Label1' locked='false' title='' type='Label'/>
Thêm vào sau đó đoạn code sau :
- <b:includable id='main'>
<b:if cond='data:title'> <h2><data:title/></h2> </b:if> <div class='widget-content'><center> <script src='http://mopheat.site40.net/recources/tagcloud/swfobject.js' type='text/javascript'/>
<div id='flashcontent'>Blogumulus by <a href='http://www.Svip4u.info/'>Svip4u.InFo</a></div>
<script type='text/javascript'>
var so = new
SWFObject("http://mopheat.site40.net/recources/tagcloud/tagcloud.swf",
"tagcloud", "240", <!-- width="240" -->
"300", "7", <!-- height="300" -->
"#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'/></center>
</div>
</b:includable>
</b:widget>
Vậy là xong.
Nếu bạn không làm được thì cứ để lại comment cho mình. Cảm ơn.
Chúc bạn thành công