LoginSignup
32
24

More than 5 years have passed since last update.

Twitter共有用リンクの各種パラメータ[Twitter Web Intents]

Last updated at Posted at 2018-12-18

Twitterの共有リンクを調べたので自分用にまとめた
よく見るこんなやつ
image.png

Tweet Button

普通のツイート

https://twitter.com/intent/tweet
ログインしてるアカウントでツイートする画面が出てくる
このURLの後ろに様々なパラメータをつける
image.png

使えるパラメータ

  • テキスト

 https://twitter.com/intent/tweet?text=any_text
 記号はエンコードする
 (文字はそのままでも勝手にエンコードしてくれる)
image.png

  • URL
    https://twitter.com/intent/tweet?url=any_url
    今のtwitterはリンクを自動で23文字に短縮してくれるみたい(t.coドメインのやつ)
    同時にアクセス解析とかリンク先が危険じゃないかとかやってた
    Twitterのリンクサービス(http://t.co)について
    image.png

  • via
    https://twitter.com/intent/tweet?via=any_account
    よくある@twitterさんからを表示するやつ
    @は不要、アカウント名ではなくid を指定
    image.png

  • ハッシュタグ
    https://twitter.com/intent/tweet?hashtags=any_hashtags
    #は不要、複数の場合は,で区切る
    image.png

  • オススメアカウント( suggest) 
    https://twitter.com/intent/tweet?related=any_account
    tweet後に指定ユーザーを表示・フォロー済みだと非表示
    複数の場合は,で区切る
    image.png

複数を繋げる・順番

複数のパラメータを繋げる場合は&で区切る
順番は自動的にテキスト→リンク→viaの順になる

その他操作

Web Intents

  • like
    https://twitter.com/intent/like?tweet_id=any_TweetID
    image.png

  • Reply
    https://twitter.com/intent/tweet?tweet_id=any_TweetID
    image.png

  • ReTweet
    https://twitter.com/intent/retweet?tweet_id=any_TweetID

image.png

  • プロフィール
    https://twitter.com/intent/user?screen_name=any_account
    image.png

  • Follow
    https://twitter.com/intent/follow?screen_name=any_account
    image.png

補足

まとめ

  • 結構いろんなことできた
  • モバイル版公式クライアントでhttps://twitter.com/intent/like?tweet_id=any_TweetID を開くとツイートにいいねしますか?ってわざわざポップアップ出てきて面白かった

image.png

via Twitter developer

32
24
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
32
24