LoginSignup
2
2

More than 3 years have passed since last update.

閲覧しているページをツイートするブックマークレット

Posted at

Bookmarklet を 2 つ紹介(動画再生速度の変更、ツイート) - Qiita https://qiita.com/irisTa56/items/c47cb1bc1ea74126dc0e#bookmarklet-%E3%81%A7%E3%82%A6%E3%82%A7%E3%83%96%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%92%E5%8F%82%E7%85%A7%E3%81%97%E3%81%9F-tweet-%E3%81%99%E3%82%8B

の閲覧しているページをツイートするブックマークレットが
2020/05/30時点ではwindows10のchromeから稼働しないので試してみたら

/intent/tweet?text=

のパスがtwitter側で無効になったっぽい。
ios用のブックマークレットとして紹介されていた

/compose/tweet?text={text}&url={url}

だとpcでも稼働することを確認したので以下になります。

javascript:window.open("https://twitter.com/compose/tweet?text="+encodeURIComponent(document.title)+"&url= "+encodeURIComponent(location.href))
2
2
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
2
2