Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

twitter

twitter

twitter-APIの利用に関するメモ。

参考に揚げた2-Aの方法を用いる。

<a href="http://twitter.com/share" class="twitter-share-button"
   data-url="記事URI"
   data-text="記事タイトル(挿入するテキストなど)"
   data-via="Twitterアカウント名"
   data-count="horizontal"
   data-lang="ja">Tweet</a>
  • data-url:必ず必要。指定の無い場合はtweetボタンの埋めこまれているページのURLが用いられる。
  • data-text:無い場合はコメント無し。data-urlのURLのみがtweet中身になる。
  • data-via:指定のある場合は、tweet中身のURLの後に「@xxxさんから」という表示がされる。
  • data-related:指定のある場合は、tweetした後で、そのアカウントをフォローしろと迫られる。
  • data-count:"horizontal","vertical"の場合はtweetボタンにカウント数が表示される。不要な場合は"none"

参考