Changeset 36288

Show
Ignore:
Timestamp:
12/28/09 08:36:20 (3 years ago)
Author:
NeoCat
Message:

support flickr thumbnail.

Location:
websites/twicli
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/index.en.html

    r36282 r36288  
    9393<li><b>ssl.js</b> : Use SSL to get timeline and to tweet. Not registedred as default. 
    9494<li><b>translate.js</b> : Choose "translate" from ▼, then the tweet is translated into the language specified in "+" tab > Translate. (Specify "en" for English.) 
    95 <li><b>thumbnail.js</b> : Add thumbnails to the URL of some photo sharing services. Currently supports <a href="http://twitpic.com/">twitpic</a>, <a href="http://movapic.com/">movapic</a>, and <a href="http://f.hatena.ne.jp/">HatenaFotolife</a>. 
     95<li><b>thumbnail.js</b> : Add thumbnails to the URL of some photo sharing services. Currently supports <a href="http://twitpic.com/">twitpic</a>, <a href="http://movapic.com/">movapic</a>, <a href="http://f.hatena.ne.jp/">HatenaFotolife</a>, and <a href="http://www.flickr.com/">Flickr</a>. 
    9696<li><b>resolve_url.js</b> : Replace short URLs with the originals in the timeline. (created by <a href="http://twitter.com/edvakf">@edvakf</a>) 
    9797<li><b>shorten_url.js</b> : Typing a URL in the text area followed by three semicolons (;;;) makes a shortened URL. (created by <a href="http://twitter.com/edvakf">@edvakf</a>) 
  • websites/twicli/index.html

    r36282 r36288  
    9999<li><b>ssl.js</b> <span style="font-size: small; color: red">[非標準]</span> : TL取得や発言時にSSLで通信を暗号化します。デフォルトでは入っていませんので、使用するにはPreferences>Pluginsに追加してください。 
    100100<li><b>translate.js</b> : ▼から"translate"を選ぶと、「+」タブ>Translateで指定した言語に発言を翻訳します。 
    101 <li><b>thumbnail.js</b> : 写真投稿サービスのURLを含む発言にサムネールをつけます。現在<a href="http://twitpic.com/">twitpic</a>, <a href="http://movapic.com/">携帯百景</a>, <a href="http://f.hatena.ne.jp/">HatenaFotolife</a>に対応しています。 
     101<li><b>thumbnail.js</b> : 写真投稿サービスのURLを含む発言にサムネールをつけます。現在<a href="http://twitpic.com/">twitpic</a>, <a href="http://movapic.com/">携帯百景</a>, <a href="http://f.hatena.ne.jp/">HatenaFotolife</a>, <a href="http://www.flickr.com/">Flickr</a>に対応しています。 
    102102<li><b>resolve_url.js</b> : タイムライン上の短縮URLを短縮前のURLに変換します。(created by <a href="http://twitter.com/edvakf">@edvakf</a>) 
    103103<li><b>shorten_url.js</b> : 発言欄で、URLの後に ;;; と打ち込むとURLを短縮します。もう一度打ち込むと元に戻ります。(created by <a href="http://twitter.com/edvakf">@edvakf</a>)