如果覺得側邊欄的官方小工具以及自己安裝的HTML第三方工具太多怎麼辦?利用Tab分頁就可以解決這個問題。多項小工具都能裝進同一空間的至少四到五個分頁之中,非常簡潔方便!
此功能依舊是在 WFU Blog 中發現,算是比較複雜,參考的是以下的文章分享串,共有四篇,主要為前兩篇:
[教學]讓 Blogger 側邊欄有個簡易安裝的分頁(TAB)功能__(1) 安裝 HTML 小工具
<style>
/* 展開收合效果 */
.slide_toggle {
text-align: center;
cursor: pointer;
font-weight: bold;
/* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
line-height: 170%;
background-color: #4a4a4a;
border-radius: 7px;
}
.slide_toggle + div {
display: none;
margin-top: 10px;
background-color: #1C1C1C;
/* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}
</style>
<script type="text/javascript">
/* Password Protection */
var password = 'password'
password=prompt('Please enter the password to enter this page:','');
if (password != 'password') {
location.href='http://zilchide.blogspot.com/';
}
</script>