LoginSignup
4
3

More than 3 years have passed since last update.

nuxtでtwitterシェアボタン設置

Posted at

やりたいこと

  • nuxtでtwitterシェアボタン設置
  • twitterタグをその投稿のカテゴリーごとに出し分け

具体的な仕様

  • URLをとってきてdataに格納
  • URLで下記を設定
    • ハッシュタグをそのページのカテゴリーに
    • URLを後ろにつける
  • URLの生成はcomputedで行って渡す
    • script内のほうがテンプレートリテラルなど使えるので

twitterの仕様

twitterのパラメーター
https://developer.twitter.com/en/docs/twitter-for-websites/tweet-button/overview

  • ?でパラメーターを追加して複数の場合、&でつなぐ
  • 値は''などで囲まなくてもok

参考

twitterのボタンをオプション選択すると自動生成してくれるページ
https://publish.twitter.com/?buttonType=TweetButton&widget=Button

4
3
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
4
3