트위터(Twitter)

- 트위터 Follower 배지 달기: Go2web20.net

  • 제공하는 스크립트를 Body 태그의 끝 부분(</Body>)에 넣어준다.

- 트위터 Follower 카운터 표시하기: TwitterCounter.com



리트윗 버턴/북마크릿 삽입하기 [via Twitter Blog]

- 트윗트에서 제공하는 공식(?) 리트윗 버턴.

- 3가지 형태의 버턴 제공

- 버턴 만들기: Tweet Button: Twitter.com/tweetbutton



- 트위터 북마크릿(Bookmarklet) 제공: Share Bookmarklet: dev.twitter.com


리트윗 버턴 삽입하기(Backtype, Tweetmeme)

- 사용: 스킨 편집에서 치환자 앞 또는 뒷 부분에 삽입.

(텍스트 규브에서는 정상적으로 작동하지 않는듯 합니다..ㅠㅠ)

- 제공: Backtype(http://www.backtype.com) 

- 위젯 변수(Parameters) 수정 등 참고: Tweetcount Widget

- 코드(Code) 사용 예:

  • <div style="float:right; margin-right: 5px; ">
        <script type="text/javascript">
        tweetcount_url = '블로그 주소';     // 블로그 주소
        tweetcount_src = 'RT @트위터 이름';      // 트위터 이름
        tweetcount_via = false;         // (via @BackType) 포함
        tweetcount_links = true;        // 새창으로 링크 열기
        tweetcount_size = 'large';     // 버턴 크기(large 또는 small)
        tweetcount_text = 'ffffff';         // 버턴 텍스트 색상
        tweetcount_background = '3a3a3a';     // 버턴 배경 색상
        tweetcount_border = 'aaaaaa';           // 버턴 테두리 색상
    </script>
    <script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script></div>



- 제공: TweetMeme(http://www.backtype.com)

- 위젯 변수(Parameters) 수정 등 참고: TweetMeme Button

- 삽입 코드(Code)

  • <script type="text/javascript">
    tweetmeme_service = 'bit.ly';     // 옵션: 주소 짧게 만들기.
    tweetmeme_url = '블로그 주소';     // 옵션: 원본 글 주소
    tweetmeme_source = '트위터 이름';    // 옵션: 트위터 ID
    </script>
    <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>



Tweetmeme Follew 버턴 삽입하기

- Standard 버턴

  • <script type="text/javascript">
    tweetmeme_screen_name = '자신의 트위터 이름';
    tweetmeme_style = 'compact';
    </script>
    <script type="text/javascript" src="http://tweetmeme.com/i/scripts/follow.js"></script>

- Compact 버턴

  • <script type="text/javascript">
    tweetmeme_screen_name = '자신의 트위터 이름';
    tweetmeme_style = 'compact';
    </script>
    <script type="text/javascript" src="http://tweetmeme.com/i/scripts/follow.js"></script>

- Square 버턴

  • <script type="text/javascript">
    tweetmeme_screen_name = '자신의 트위터 이름';
    tweetmeme_style = 'square';
    tweetmeme_size = '50';
    </script>
    <script type="text/javascript" src="http://tweetmeme.com/i/scripts/follow.js"></script>



Posted by TAME :