抱歉 我終於知道 為甚 看不到 這位大大 提供的這個了
因為....中文的blogger說明檔 裡面沒有...
英文的才有 而且 中文的網頁 好像把 改語言的選項 拿掉了..
我求助了股狗大神才看到
http://www.blogger.com/language.g
可以 先到這個網址改成英文 應該就可以看到了
<MainPage>
<h2 class="sidebar-title">Recent Comments</h2>
<ul>
<Blogger>
<BlogItemCommentsEnabled>
<BlogItemComments>
<li><$BlogCommentAuthor$> //
<a href="<$BlogCommentPermalinkURL$>">
<$BlogCommentDateTime$></a></li>
</BlogItemComments>
</BlogItemCommentsEnabled>
</Blogger>
</ul>
</MainPage>
這是官方提供的 一小段
很陽春 不過 證實 可以使用^^
我把他稍微改了一下...不過 我還沒有試出 應該要怎麼去 抓文章的標題?
<MainPage>
<h2 class="sidebar-title">y最新回應</h2>
<ul>
<Blogger>
<BlogItemCommentsEnabled>
<BlogItemComments>
<li><$BlogCommentDateTime$>~<$BlogCommentAuthor$>
<a href="<$BlogCommentPermalinkURL$>">
點此閱讀</a></li>
</BlogItemComments>
</BlogItemCommentsEnabled>
</Blogger>
</ul>
</MainPage>
--
--
因為....中文的blogger說明檔 裡面沒有...
英文的才有 而且 中文的網頁 好像把 改語言的選項 拿掉了..
我求助了股狗大神才看到
http://www.blogger.com/language.g
可以 先到這個網址改成英文 應該就可以看到了
<MainPage>
<h2 class="sidebar-title">Recent Comments</h2>
<ul>
<Blogger>
<BlogItemCommentsEnabled>
<BlogItemComments>
<li><$BlogCommentAuthor$> //
<a href="<$BlogCommentPermalinkURL$>">
<$BlogCommentDateTime$></a></li>
</BlogItemComments>
</BlogItemCommentsEnabled>
</Blogger>
</ul>
</MainPage>
這是官方提供的 一小段
很陽春 不過 證實 可以使用^^
我把他稍微改了一下...不過 我還沒有試出 應該要怎麼去 抓文章的標題?
<MainPage>
<h2 class="sidebar-title">y最新回應</h2>
<ul>
<Blogger>
<BlogItemCommentsEnabled>
<BlogItemComments>
<li><$BlogCommentDateTime$>~<$BlogCommentAuthor$>
<a href="<$BlogCommentPermalinkURL$>">
點此閱讀</a></li>
</BlogItemComments>
</BlogItemCommentsEnabled>
</Blogger>
</ul>
</MainPage>
--
--
All Comments