var url = window.location.href; //facebook、line用シェアテキスト var ttl = document.title //x用シェアテキスト var twttl = document.title +'\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','' +'' );