TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask YC: Widgets vs Plugins ?

2 点作者 ptm大约 17 年前
If you're developing a blog add-on, how would you choose between a widget (client side js/flash) and a plugin (server side, powerful) ?<p>A lot of blog widgets have done very well lately - Mybloglog, Addthis, Feedjit, Whos Amung Us, Entrecard ...<p>I struggle to recall a plugin which has done as well (Akismet perhaps).<p>A case in point would be Gravatar (plugin) vs Mybloglog (widget). Gravatar never really took off, Mybloglog is ubiquitous as a sidebar property.

1 comment

martianpenguin大约 17 年前
I think you should choose based on what the function of the add-on is.<p>I'm not sure if your options cover this, but some add-ons would be a centralized service (Google Analytics) which you may want to consider as well.