트위터에 글 올리기 연동 ..
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)