Googlebuzz 网址,用于发出类似于 Twitter 的文本
使用 Twitter,您可以使用 http://twitter.com/home?status=sometext 发送 Twitter 信息某物。 Googlebuzz 是否也有类似的可能性?
With Twitter you can use http://twitter.com/home?status=sometext to twitter something. Is there a similar possibility for Googlebuzz?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发布到 Google Buzz API 非常易于使用。您只需像这样构造 URI:
http://www.google.com/buzz/post?message={your_message}&url={your_url}
还有一个 JavaScript API 可以生成按钮为你:
The Post to Google Buzz API is pretty easy to use. You simply construct the URI like this:
http://www.google.com/buzz/post?message={your_message}&url={your_url}
There's also a JavaScript API that generates the buttons for you: