LoginSignup
0
1

More than 1 year has passed since last update.

SNS共有リンクまとめ(LINE、Twitter、Facebook)

Last updated at Posted at 2022-10-22

リンクの挙動

LINE:友達に送る
Twitter:タイムラインに投稿
Facebook:タイムラインに投稿

LINE

<a href="http://line.me/R/msg/text/?「ここに入力した内容が表示される」https://example.com" target="_blank">LINEで共有</a>

Twitter

<a href="http://twitter.com/share?url=https://example.com&text=ページタイトルなど" target="_blank">Twiiterで共有</a>

Facebook

<a href="https://www.facebook.com/sharer/sharer.php?u=https://example.com" target="_blank">Facebookで共有</a>

まとめ

検索するとアイコンがあらかじめ用意されていたり、iframeが使われているものが多かったため、aタグで実装できるようにまとめました。

パラメータ付きURLを設定したい場合はこちら。

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