트위터에 글 올리기 연동 ..
html
- a href="javascript:alert('넷마블, 넷마블이 재미있는 이유')"
Javascript
function goTwitter(msg,url) {
var href = "http://twitter.com/home?status=" + encodeURIComponent(msg) + " " + encodeURIComponent(url);
var a = window.open(href, 'twitter', '');
if ( a ) {
a.focus();
}
}
트위트 버튼 : http://twitter.com/goodies/tweetbutton
2010년 8월 10일 화요일
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기
참고: 블로그의 회원만 댓글을 작성할 수 있습니다.