Archive for the ‘twitter’ Category

 

twitter japan trends

9月 15th, 2011

http://api.twitter.com/1/trends/:woeid.format
http://api.twitter.com/1/trends/available.xml
でwoeidにJapanのIDを設定すると

Read full article | コメントは受け付けていません。

短縮URL bit.ly goo.gl

12月 17th, 2009

http://code.google.com/p/bitly-api/
http://bit.ly/
http://goo.gl/
twitterが流行っているのでbit.lyも価値が上がっているようです。
む~
http://blog.bbtune.com/
を短くしてみると
http://bit.ly/8FgMDo
となります。
情報を見ると
http://bit.ly/info/8FgMDo
twitterで発言してくれている人が一人だけいますね^-^。
[wikipedia:bit.ly]

Read full article | コメントは受け付けていません。

twitterでつぶやく。。。

12月 13th, 2009

流行りなので。
↓ここをクリックして是非つぶやいてくださいm(_ _)m

window.onload = function(){ try{
var tw = ‘http://twitter.com/home?status=’+encodeURIComponent(document.title.substr(0,20))+’%20′+
encodeURIComponent(location.href);document.getElementById(’twitter’).innerHTML = ”;}catch(e){}}

window.onload = function(){
try{
var tw = ‘http://twitter.com/home?status=’+
encodeURIComponent(document.title.substr(0,20))+’%20′+
encodeURIComponent(location.href);
document.getElementById(’twitter’).innerHTML =
[...]

Read full article | コメントは受け付けていません。