twitterの最近のブログ記事

I had let appear in the sidebar of WordPress timeline twitter, had not been displayed suddenly in October.
You seem to have no longer able to by changing the Twitter API, to display a tweet using jQuery apparently.
Here's how I fixed.

I tried to find out a little, in March of 2013, also seems to be stopped (version 1 of TwitterAPI) current methods.
In the Web world, because it is often such changes, after you create a site, to mean that, you still do not put anything does not go.

How to resolve the following.
At the [USERNAME], please put your Twitter user name.

The original source

<ul id="twitter_update_list"></ul><!- Twitter posts will be shown here -> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/USERNAME.json?callback=twitterCallback2&count=5"></script>

How does this fix ...

↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓

The modified source

<ul id="twitter_update_list"></ul><!- Twitter posts will be shown here -> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="https://api.twitter.com/1/statuses/user_timeline/USERNAME.json?callback=twitterCallback2&count=5"></script>

I think about the twitter and facebook, there are many changes to the specification.
Because technology has advanced rapidly, in each case, we are not only going to chase after.

つぶやくボタン

今度はつぶやくボタンの設置。
ツイートされた数を表示したり、いろいろプロパティを設定できるので、英語だけどもまとめサイト。



こっちは日本語。

Twitter

最近、Twitterもはじめてみた。