以下の内容はhttps://tech.motoki-watanabe.net/entry/2020/06/18/003846より取得しました。


SNSのシェア機能の実装

developer.mozilla.org

これでURLを取得しエンコード

const url = encodeURIComponent(location.href);

blog.maromaro.co.jp

tsudoi.org

getTwitterUrl(url) {
  return `https://twitter.com/share?${url}`;
}

みたいな感じ


追記。Pinterestはシェア対象の画像も渡してあげないとエラーが出てうまくシェア出来ないみたいです。




以上の内容はhttps://tech.motoki-watanabe.net/entry/2020/06/18/003846より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14