var url = window.location.href; //facebook、line用シェアテキスト var ttl = document.title //X用シェアテキスト var twttl = document.title +'\n#ABCテレビSNSアカウント一覧 #ABCテレビ #朝日放送テレビ' function sbLinkSet(){ var url_encoded = encodeURIComponent(url); var ttl_encoded = encodeURIComponent(ttl); var twttl_encoded = encodeURIComponent(twttl); document.write(''); }