var url = window.location.href; //facebook、line用シェアテキスト var ttl = document.title //twitter用シェアテキスト var twttl = document.title //ハッシュタグ //twttl += '\n#ABCテレビ #朝日放送テレビ' var url_encoded = encodeURIComponent(url); var ttl_encoded = encodeURIComponent(ttl); var twttl_encoded = encodeURIComponent(twttl); const sblink = document.getElementById('sblink'); sblink.insertAdjacentHTML('afterbegin', '' + '' );