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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Chatterous (YC W08) launches im/email/sms group API and widgets.

49 点作者 arasakik大约 16 年前

9 条评论

martian大约 16 年前
If you want to have the HN chatroom always at your side when browsing HN... go grab the GreaseMonkey HN toolkit, then copy paste this code at the end of the file, but inside the last IF clause. No warranties expressed or implied. :-)<p><pre><code> var center = document.getElementsByTagName('center')[0]; var tbl = document.getElementsByTagName('table')[0]; tbl.setAttribute('width','100%'); var chat = "&#60;iframe width='100%' height='" + ( window.innerHeight - 20 ) + "px' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' " + "allowtransparency='true' src='http://chatterous.com/hnyc/embed/?" + "bgcolor=FFF0DA&#38;titlecolor=FF7800&#38;linecolor=FFB547'&#62;&#60;/iframe&#62;"; center.innerHTML = "&#60;table width='85%' cellpadding=0 cellspacing=0" + " border=0&#62;&#60;tr&#62;&#60;td valign='top' width='60%'&#62;" + center.innerHTML + "&#60;/td&#62;&#60;td valign='top' width='40%'&#62;" + chat + "&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;"; </code></pre> (edited for formatting)
thorax大约 16 年前
Chatterous has become essential for us really. Feels almost like a "utility" at this point. Keep up the great work, guys.<p>We've been playing with the API-- at the moment we're using it to send SVN commit notices and production code releases to our team. Seems cool so far.
评论 #542797 未加载
jlees大约 16 年前
Chatterous looks cool enough. But I'm sorry, as soon as I clicked through and saw the default (Kubrick) Wordpress theme, I killed a kitten.
评论 #542978 未加载
评论 #542989 未加载
dshah大约 16 年前
It might just be me, but it disappoints me a bit to see startups put blogs as a sub-domain of WordPress.com. (WordPress itself is great, but it's much better to use a sub-domain or sub-folder of the primary domain -- for controlling the SEO).<p>So, I'd advise: blog.chatterous.com or chatterous.com/blog<p>It's not that expensive to do (even if you want to host at WordPress.com). Should be standard practice for all YC startups.
dtap大约 16 年前
The value of public embeddable chats, at least to me, is the ability to participate without having to sign in for anything. Meebome works extremely well for this.<p>A possible application to look into is integration with BlackBerry Messenger. It is very powerful and would seem more appropriate for a chat session than over SMS.<p>Good luck.
评论 #542887 未加载
评论 #543884 未加载
axod大约 16 年前
&#62;&#62; "have switched our javascript/web clients from polling to comet long-polling"<p>Congrats :) Very cool updates!
blader大约 16 年前
Congratulations Kenshi and Wilkins!
charlesju大约 16 年前
All I want is IRC compatibility.
liveink大约 16 年前
w00t!!! Chatterous FTW