Share Bookmarklet |
共有ブックマークレット機能を使うことで、ツイートボタンがなくても、Twitter上で任意のウェブサイトを簡単に拡散できるようになります。 これは全ての主要なブラウザで動作し、簡単にインストールできます。
OverviewThe Share Bookmarklet makes it easy for you to share any webpage on Twitter, even if there isn’t a Tweet Button. It works in all major browsers and is easy to install. |
共有ブックマークレットを使用するには、単にこのボタンをあなたのブラウザのブックマークバーかお気に入りツールバーにドラックするだけです。(ブラウザによっては、まずはView
メニューを開いてブックマークバーを表示させるようにする必要があります。)
ブックマークレットを使用するには、好きなページを開いてブックマークをクリックするだけです。
これがあなたのブラウザで動作しない場合は、ツールバーに新しいブックマークを作成して、そのURLとして以下のコードをコピーペーストします。:
javascript:(function(){window.twttr=window.twttr||{};var D=550,A=450,C=screen.height,B=screen.width,H=Math.round((B/2)-(D/2)),G=0,F=document,E;if(C>A){G=Math.round((C/2)-(A/2))}window.twttr.shareWin=window.open('https://twitter.com/share','','left='+H+',top='+G+',width='+D+',height='+A+',personalbar=0,toolbar=0,scrollbars=1,resizable=1');E=F.createElement('script');E.src='https://platform.twitter.com/bookmarklets/share.js?v=1';F.getElementsByTagName('head')[0].appendChild(E)}());
Adding the BookmarkletTo use the Share Bookmarklet, simply drag this button to the bookmarks bar or favorites toolbar in your web browser. (In some browsers you may need to go to your To use the bookmarklet just browse to a page you like and then click the bookmark. If this doesn't work in your browser, you can create a new bookmark in your toolbar, and copy and paste the following code as its URL:
|
あなたが自分のウェブページを持っており、ユーザーがブックマークレットをインストールしているかに関わらずツイートボタンを機能させたい場合は、 ツイートボタン のドキュメントを参照してください。
Own your own webpage?If you own a webpage and would like to provide a Tweet Button for your users instead of relying on them having the bookmarklet, take a look at our Tweet Button documentation. |
最も使用されているブラウザでテストをして問題はありませんでしたが、ブックマークレットが動作しない場合はポップアップブロッカーの設定を確認する必要があります。 ツイートウェブインテントの動作を止めるカスタムツールバーを使用している可能性があります。
Having problems?We’ve tested in the most popular browsers and have no known issues, but if the bookmarklet isn’t working you should check your popup blocker settings. You may have a custom toolbar which is stopping the Tweet Web Intent from working. |