如何在文章底部顯示相關文章推薦呢?
偶然閒晃 WFU Blog 的時候,發現了這個驚人的工具,他不但可以幫你自動列出跟原文章具有關連的相關文章,更能夠利用縮圖的方式去抓取文章內的圖片,形成好看的縮圖排列,不但實用又美觀,我跟本沒有辦法在其他地方找到更精彩的相關文章推薦工具! WFU Blog 萬歲!
[小工具]Blogger 相關文章 V2__安裝懶人包
<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>