閲覧しているページをツイートするブックマークレット
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))
Author And Source
この問題について(閲覧しているページをツイートするブックマークレット), 我々は、より多くの情報をここで見つけました https://qiita.com/geishagirlskoume/items/0531109fedae0cb90626著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .