ツイートボタン

tweet-button-新しいTwitterボタンを生成するgem /プラグイン。

使用する

アプリケーションヘルパーでTweetButtonを有効にします。 その後、任意のテンプレートでヘルパーを呼び出すことができます。

<%= tweet_button %>

追加のパラメーターもサポートされています。

<%= tweet_button(:via => "peterc" ,: url => " hashtrain.com " 、: text => "AWESOME。")%>

ソースコードとドキュメントはGithubで入手できます: http : //github.com/intridea/tweet-button

Source: https://habr.com/ru/post/J101646/


All Articles