重构博客友链页面 & 友链朋友圈开源 - PRIN BLOG #23
Replies: 5 comments 7 replies
-
这个玩意有点意思! |
Beta Was this translation helpful? Give feedback.
-
博主你好,很喜欢你的这个朋友圈主题的友链,但是在使用中我发现了一个问题。例如我构造这样一个页面: <html>
<head>title</head>
<script
data-category-id="2"
data-scrolling="yes"
async
src="https://blog-friend-circle.prin.studio/app.js"
></script>
</html> 会发现里面有一个 请问这个问题要如何解决呢?我看博主的界面似乎也有这个问题。 除此之外,我还有几点疑惑:
|
Beta Was this translation helpful? Give feedback.
-
没想到又看到类似 Friend Feed 的产品, 需求永远在, 看谁去实现. |
Beta Was this translation helpful? Give feedback.
-
博主有最新更新的动作了吗,感觉不太会 |
Beta Was this translation helpful? Give feedback.
-
我用FreshRSS的api配合hexo next主题框架简单实现了个,效果。简单是简单,只需要前端十几行代码就搞定,槽点的是FreshRSS的api太简陋,导致生成的RSS体积有点大,而且不能按原文发表时间排序(只能按抓取时间)。另外,感觉链接列表没必要做成动态的,因为不常变化。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
重构博客友链页面 & 友链朋友圈开源 - PRIN BLOG
先来看看效果:友情链接 - PRIN BLOG。 自我感觉还是不错的,友链的博客们有什么更新都可以实时展示在页面上,一目了然。作为博主,不用打开 RSS 阅读器就可以查看新文章;作为访客,也可以快速找到更多自己感兴趣的内容,比起原来全是链接的页面,看起来也让人更有点击欲望了。 从临时起意到开发完成总共两个晚上,最速传说就是我!(误)
https://prinsss.github.io/building-blog-friend-circle/
Beta Was this translation helpful? Give feedback.
All reactions