Archive for the ‘Social’ Category

 

[friendster.com][linkedin.com]に登録してみた。

2月 22nd, 2011

http://www.linkedin.com
linkedinは目的がはっきりしていて良いですね。
転職に良いと思います!外資を狙いたいときは是非利用したいですね。
もう少し利用してみます。
http://www.friendster.com/
確かに、これを見ると・・・facebookがシンプルでクールと言いたくなるのもわかります。。。広告も。。。

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

Bid.lyで短縮URL

7月 10th, 2010

今さらですが、短縮URLをjsonpで取ってみました。
ApiDocumentation – bitly-api – bit.ly REST API method documentation – Project Hosting on Google Code.
http://bit.ly
でアカウントを作成してください。
ログインして以下のURLから
http://bit.ly/a/account
login
apiKey
を確認してご自身の情報を入れてください。
shortenで短縮します。scriptはこんな感じで。
<script type=”text/javascript”>
var Bitly = {
login: ‘ここにログインID’,
apiKey: ‘ここにAPIキーを’,
format: ‘json’,
shortenUrl: “http://api.bit.ly/v3/shorten”,
getUrl: function(){
}
shorten: function(longUrl) {
$.ajax({
type: “GET”,
[...]

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