Tumblr 的 jQuery?
我正在开发我的第一个 Tumblr 主题。是否可以只包含 Google Code 中的 jQuery 然后使用它?
另外,有没有好的 jQuery 脚本可以在 Twitter 中显示最新的推文?我读过 Tumblrs 自己的 javascript 方法,但如果 jQuery 有效,我当然会使用它。
马蒂·莱恩
I'm developing my first Tumblr-theme. Is it possible to just include jQuery from Google Code and then use it?
Also, is there any good jQuery-script for showing latest tweet in Twitter? I've read Tumblrs own javascript-method, but if jQuery works, I'm gonna use that of course.
Martti Laine
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要集成 twitter,你可以使用这个插件:
http://tweet.seaofclouds.com/
或者使用 Twitter Json(p) api 构建您自己的脚本:
http://jquery-howto.blogspot.com/ 2009/04/twitter-jsonjsonp-api-url.html
To integrate twitter you can use this plugin:
http://tweet.seaofclouds.com/
Or build your own script using Twitter Json(p) api:
http://jquery-howto.blogspot.com/2009/04/twitter-jsonjsonp-api-url.html