Tweet Web IntentA Tweet Web Intent makes it easy for your site visitors to compose and post a Tweet to his or her audience from a link or child window of your webpage. Publishers may pre-populate Tweet text and hashtags, pass a URL, and identify Twitter accounts related to the page. |
https://twitter.com/intent/tweet
Web Intent URL
|
事前に埋め込まれる、 URL-エンコードされたUTF-8のツイート文。渡されたテキストは、Twitterユーザーが投稿前に削除や編集ができるように、あらかじめ選択された状態で表示されます。
渡されるツイート文の長さは、他に渡されるhashtagsやviaや url といったパラメータとの合計が140文字を越えてはいけません。 渡されたツイート文によってツイートの140文字制限を越えてしまった場合は、正常に投稿するためにユーザーによる編集が必要です。
サンプル値: Hello%20World
URLエンコードされた、HTTP やHTTPS形式の完全修飾URL。
指定された URL は、Twitterのt.coを使ってshort_url_length
で指定された文字数に短縮されます。
サンプル値: http:%3A%2F%2Fexample.com%2F
#
文字をつけないハッシュタグ値をコンマ区切りの一覧で設定することで、ツイートをトピックごとに簡単に見つけられるようにします。
サンプル値: nature,sunset
あなたのサイトのTwitterアカウントのような、そのツイートに関連するTwitterユーザー名。設定したユーザー名は、ツイートの最後に “@username さんから”という形式で追加されます。
A logged-out Twitter user will be encouraged to sign-in or join Twitter to engage with the via account’s Tweets. ユーザーがツイートを投稿した後、このアカウントをフォローするように勧めます。
サンプル値: twitterdev
このツイートに関連する追加のTwitterユーザー名を、コンマ区切りの値で設定します。Twitterは、ユーザーがツイートを投稿した後に、これらアカウントをフォローするように勧めます。
You may provide a brief description of how the account relates to the Tweet with a URL-encoded comma and text after the username.
サンプル値: twitter%3ATwitter%20News,twitterapi%3ATwitter%20API%20News
あなたのサイトやツイート主アカウントの最初のツイートのような、会話中の親ツイートのツイートID。
サンプル値: 525001166233403393
Query parameters
text
optional
Pre-populated UTF-8 and URL-encoded Tweet text. The passed text will appear pre-selected for a Twitter user to delete or edit before posting. The length of your passed Tweet text should not exceed 140 characters when combined with any passed hashtags, via, or url parameters. Passed Tweet text which causes the Tweet to exceed 140 characters in length will require additional editing by a Twitter user before he or she can successfully post. Example Value:
url
optional
A fully-qualified URL with a HTTP or HTTPS scheme, URL-encoded. The provided URL will be shortened with Twitter’s t.co to the number of characters specified by Example Value:
hashtags
optional
Allow easy discovery of Tweets by topic by including a comma-separated list of hashtag values without the preceding Example Value:
via
optional
A Twitter username to associate with the Tweet, such as your site’s Twitter account. The provided username will be appended to the end of the Tweet with the text “via @username”. A logged-out Twitter user will be encouraged to sign-in or join Twitter to engage with the via account’s Tweets. The account may be suggested as an account to follow after the user posts a Tweet Example Value:
related
optional
Suggest additional Twitter usernames related to the Tweet as comma-separated values. Twitter may suggest these accounts to follow after the user posts his or her Tweet. You may provide a brief description of how the account relates to the Tweet with a URL-encoded comma and text after the username. Example Value:
in-reply-to
optional
The Tweet ID of a parent Tweet in a conversation, such as the initial Tweet from your site or author account. Example Value: |