我试图弄清楚如何Try this recipe
在这个 twitter 共享功能的开头输出文本字符串。所以当你点击按钮分享它会说“试试这个食谱”然后有网址等。谢谢。
function load_twitter() {
var load = window.open('http://twitter.com/share?url='+ window.location.href +'&via=atsbyvermouth','','scrollbars=no,menubar=no,height=450,width=650,resizable=yes,toolbar=no,location=no,status=no');
}