0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Rails6】SNS(Twitter)シェア機能の実装

Posted at

#はじめに

記事の閲覧・検索ができるアプリケーションの作成中です。
今回記事の内容をSNS(Twitter)でシェアできる機能を実装しました。備忘録のため記述します。

#環境

Ruby on Rails '6.0.0'
Ruby '2.6.5'
FontAwesome導入

#viewファイルの編集

<a href="https://twitter.com/share?ref_src=twsrc%5Etfw"><i class="fab fa-twitter-square fa-2x"></i></a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

data-text="~"などでオプションをつけることで、ツイートに表示されるテキストの設定などができるようです。

#参考

こちらの記事を参考にさせていただきました。ありがとうございました。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?