jQuery的Twitter插件 jTwitter

码农软件 · 软件分类 · 开源微博工具 · 2020-01-22 08:42:23

软件介绍

jTwitter(jQuery Twitter API)利用这个jQuery插件,给定一个Twitter用户名,就能够获取包含该用户详细信息的javascript对象包 括:followers&following counts,full name,homepage URL等。

// I am query data for "jQueryHowto" user
$.jTwitter('jQueryHowto', function(posts){

  //Callback functn with the user data
  $('#profile input.url').val(posts[0].user.url);

  $('#profile #avatar').html('<img src="'
       + posts[0].user.profile_image_url + '" />');
});

本文地址:https://codercto.com/soft/d/23919.html

Letting Go of the Words

Letting Go of the Words

Janice (Ginny) Redish / Morgan Kaufmann / 2007-06-11 / USD 49.95

"Redish has done her homework and created a thorough overview of the issues in writing for the Web. Ironically, I must recommend that you read her every word so that you can find out why your customer......一起来看看 《Letting Go of the Words》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具