これでURLを取得しエンコード
const url = encodeURIComponent(location.href);
getTwitterUrl(url) { return `https://twitter.com/share?${url}`; }
みたいな感じ
追記。Pinterestはシェア対象の画像も渡してあげないとエラーが出てうまくシェア出来ないみたいです。
これでURLを取得しエンコード
const url = encodeURIComponent(location.href);
getTwitterUrl(url) { return `https://twitter.com/share?${url}`; }
みたいな感じ
追記。Pinterestはシェア対象の画像も渡してあげないとエラーが出てうまくシェア出来ないみたいです。