
Đăng nhập vào phần dashboard >> thiết kế >> chỉnh sửa HTML >> đánh dấu chọn mở rộng mẫu tiện ích. Tìm dòng sau:
Thay thế toàn bộ đoạn ở trên bằng:
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>
<b:if cond='data:post.hasJumpLink'>
<a class='jump-link' expr:href='data:post.url + "#more"'>Đọc tiếp</a><b:else/>
<b:if cond='data:blog.pageType == "index"'>
<a class='jump-link' expr:href='data:post.url' rel='nofollow'>Đọc tiếp</a>
</b:if></b:if><div class='clear'/>
HƯỚNG DẪN CÁCH LẤY MIỄN PHÍ BẢN QUYỀN | ||
Bình thường, nếu muốn sở hữu một bản quyền của phần mềm Kaspersky Internet Security 2010 thì 59.95$/PC/năm là số tiền mà các bạn sẽ phải bỏ ra để trả cho nhà sản xuất. Nhưng hôm nay, All 4 You Blog sẽ hướng dẫn cho các bạn cách lấy miễn phí license (key) của sản phẩm này:
|
]]></b:skin>Chèn dưới đoạn code này đoạn code như sau:
<link href='http://vnblogspot.com/images/favicon.icon' rel='shortcut icon' type='image/x-icon'/>
Bạn hãy thay đoạn code màu đỏ bằng URL dẫn đến icon của bạn (đã upload lên đâu đó như Picasa chẳng hạn). Độ phân giải tốt nhất là 16x16, đuôi file tốt nhất là .ico các bạn nhé.]]></b:skin>Xong bạn chèn đoạn mã dưới đây lên trên đoạn vừa tìm được:
pre { color:#281800; font-family:Courier New; font-size:13px; line-height:17px; background-image:URL(https://lh4.googleusercontent.com/_kck7-TEWM-M/TWtvurFWTlI/AAAAAAAAAlM/qNLb07OebIw/code_tag_bg.jpg); display: block; padding-left: 4px; padding-right: 4px; border: 1px #FC0 dashed; overflow:auto; word-wrap:break-word; }
<b>
, <i>
và <a>
- điều đó chưa đủ làm thỏa mãn bạn? Bài viết này sẽ giúp bạn làm việc đó dễ dàng cho khung comment của Blogger.http://domain.com/image.png
thì code chèn sẽ là[img]http://domain.com/image.png[/img]
http://www.youtube.com/watch?v=0nbY7Mg_vMI&feature=related
thì code chèn sẽ là[youtube]http://www.youtube.com/watch?v=0nbY7Mg_vMI&feature=related[/youtube]Link video là
http://youtu.be/0nbY7Mg_vMI
thì code chèn sẽ là[youtube]http://youtu.be/0nbY7Mg_vMI[/youtube]
http://www.nhaccuatui.com/nghe?L=6g3kDUIYbvmt
thì code chèn sẽ là[nct]http://www.nhaccuatui.com/nghe?L=6g3kDUIYbvmt[/nct]Link nhạc là
http://www.nhaccuatui.com/nghe?M=B_6M7IcZTz
thì code chèn sẽ là[nct]http://www.nhaccuatui.com/nghe?M=B_6M7IcZTz[/nct]
</body>
<b:if cond='data:blog.pageType == "item"'>
<script type='text/javascript'>
//<![CDATA[
function replaceText(){if(!document.getElementById){return;}
bodyText = document.getElementById("multimedia");
theText = bodyText.innerHTML;
theText = theText.replace(/\[img\]/gi, "<div style='clear:both'></div><img style='float:left;margin:10px 0;border:1px solid #DDD;max-width:578px;background:#FFF;padding:4px' src='");
theText = theText.replace(/\[\/img\]/gi, "'/><div style='clear:both'></div>");
theText = theText.replace(/\[youtube\]http:\/\/youtu.be/gi, "<iframe width='480' height='390' src='http://www.youtube.com/embed");
theText = theText.replace(/\[\/youtube\]/gi, "?rel=0' frameborder='0' allowfullscreen></iframe>");
theText = theText.replace(/\[youtube\]http:\/\/www.youtube.com\/watch\?v=/gi, "<iframe width='480' height='390' src='http://www.youtube.com/embed/");
theText = theText.replace(/&feature=/gi, "?rel=0' frameborder='0' allowfullscreen ");
theText = theText.replace(/\[\/youtube\]/gi, "></iframe>");
theText = theText.replace(/\[nct\]http:\/\/www.nhaccuatui.com\/nghe\?L=/gi, "<div style='overflow:hidden'><embed style='margin-top:-250px;width:300px;height:400px' src='http://www.nhaccuatui.com/l/");
theText = theText.replace(/\[nct\]http:\/\/www.nhaccuatui.com\/nghe\?M=/gi, "<div style='overflow:hidden'><embed style='margin-top:-350px;width:300px;height:400px' src='http://www.nhaccuatui.com/m/");
theText = theText.replace(/\[\/nct\]/gi, "' quality='high' wmode='transparent' type='application/x-shockwave-flash'></embed></div>");
bodyText.innerHTML = theText;
}replaceText();
//]]>
</script>
</b:if>
<b:loop values='data:post.comments' var='comment'>
và thêm trước nó thẻ <div id='multimedia'>
. Tìm thẻ đóng</b:loop>
và thêm sau nó thẻ </div>