Skip to content

Instantly share code, notes, and snippets.

View ha-kun's full-sized avatar

ha-kun ha-kun

View GitHub Profile
//フォームが送信されたら実行
function onFormSubmit(e) {
postToTwitter();
}
//Twitterに送信
function postToTwitter(){
tweet();
}