트위터 API로 업로드하는 소스는 많이 있다. 입력창을 크게 볼 수 있게 textarea로 넓혀봤다.<form action="insertTwitterMsg.php" method="post"><input name="twitter_msg" type="text" id="twitter_msg" size="110" maxlength="140" /><input type="submit" name="button" id="button" value="post" /></form><form action="insertTwitterMsg.php" method="post"><textarea name="twitter_msg" rows="3" cols="110"></textarea><input type="submit" name="button" id="button" value="post" /></form>트위터 홈페이지에서는 한글 140자가 네 줄이 된다. 수정할 때 참 불편하다. 트위터가 한글을 지원하지 않아도 입력창 쯤은 넓혀줬으면 좋겠다.영어로 입력하면 현재의 좁은 창으로도 충분할 지 몰라도 좀 답답하지 않나 하는 생각도 있다.