Privacy Terms

Who We Are At Walk In The Cloud, we are committed to maintaining the trust and confidence of all visitors to our web site. In particular, we want you to know that Walk In The Cloud is not in the business of selling, renting or trading email lists with other companies and businesses for marketing purposes.  In this Privacy Policy, we’ve provided detailed information on when and why we collect personal information, how we use it, the limited conditions under which we may disclose it to others, and how we keep it secure.  We take your privacy seriously and take measures to provide all visitors and users of Walk In The Cloud with a safe and secure environment. Cookies  Walk In The Cloud may set and access Walk In The Cloud cookies on your computer.  Cookies are used to provide our system with the basic information to provide the services you are requesting.  Cookies can be cleared at any time from your internet browser settings.  Google Analytics When someone visits Walk In The Cloud we us

[Blogger] 相關文章功能

在Blogger裡面好像沒有這個工具,因此參考了一個國外的網站 WidgetsForFree ,放置在自己文章下的相關連結。

至少不用一個一個手動加了...Q^Q


一開始我還笨笨的手工來...=.=

相關步驟在我這邊翻譯如下~~




1. 去Dash Board下左邊的功能,選擇「範本」=> 「修改HTML」
2. 將「展開小裝置範本」打勾
3. 搜尋 "</head>"
4. 將以下程式碼貼在"</head>"之前


<style>
#related-posts { float : left; width : 540px; margin-top:20px; margin-left : 5px; margin-bottom:20px; font : 11px Verdana; margin-bottom:10px; } 
#related-posts .widget { list-style-type : none; margin : 5px 0 5px 0; padding : 0; } 
#related-posts .widget h2, #related-posts h2 { font-size : 20px; font-weight : normal; margin : 5px 7px 0; padding : 0 0 5px; } 
#related-posts a { text-decoration : none; }
 #related-posts a:hover { text-decoration : none; } 
#related-posts ul { border : medium none; margin : 10px; padding : 0; }
 #related-posts ul li { display : block; background : url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2KoDPS7OWNK6au-LgEKnopnWZGW6csv8C8Z2Umc672JUO8t4m_ZLPHDkZjzgpjKHMDRrGAbL-QsLJcUQf3caklppfO9Lf2H0yf8tcmhiIkxmicbyaWVSBnFjRCtU3hmnN95t5ev4ddvI/") no-repeat 0 0; margin : 0; padding-top : 0; padding-right : 0; padding-bottom : 1px; padding-left : 21px; margin-bottom : 5px; line-height : 2em; border-bottom:1px dotted #cccccc; } 
</style>
<script src='http://dl.dropbox.com/u/45360297/blogger/related_posts.js' type='text/javascript'/>


版權告知:  Script file 基本上是遵照 WidgetsForFree ,為了將"相關文章"改成中文顯示,因此稍作修改。

5. 搜尋 "<data:post.body/>" 或 "<div class='post-body>" 或 "<data:post.body/>"
6. 將以下code貼到剛剛搜尋到的下面


<b:if cond='data:blog.pageType == "item"'>
<div id="related-posts">
<font face='Arial' size='3'><b>Related Posts : </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop> </font>
<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels();
</script>
</div></b:if>



7. 點擊「儲存範本」即完成嚕~^O^

留言