공지사항
최근 포스트
최근 댓글
최근 트랙백
관리 메뉴

삶을 누리는 디비누스

페북 코멘트 소셜댓글 설치 Install Facebook Comments 본문

컴퓨터/블로그

페북 코멘트 소셜댓글 설치 Install Facebook Comments

케일럽 2011. 7. 26. 09:00

요새 페이스북 모르는 사람은 없겠죠?
Everyone should know what Facebook is nowadays...

블로그를 하다보면 자신의 포스트를 페이스북 쪽으로 보내어 더 많은 사람들을 끌어 모으고 싶을 때가 있을 것이다...
When you are blogging... you'd want to send your posts to the facebook... to maximize traffic...

보내는 거야 문제가 없는데... 보낸 포스트에 댓글이나 좋아요 관리하기가 힘들죠?
Sending isnt a problem... but its hard to moderate comments & likes made on the post...

그럼 오늘은 티스토리 블로그 포스트에 페북 코멘트도 달고 자신의 월에서도 확인 가능한 기능을 보여드리겠습니다...
By using this syncing method... you will be able to check the facebook comments on your post as well as on your wall...

1. 다음 사이트로 들어가기
1. Go to the following site

https://developers.facebook.com /docs/reference/plugins/comments/

2. "URL to comment on" 쪽에 자기 블로그 주소 입력
2. Enter your blog address on "URL to comment on"

3. "Number of posts", "Width" 및 "Color Scheme"을 원하는 것으로 선택하면 아래쪽에 샘플이 나옵니다...
3. Select "Number of posts", "Width" & "Color Scheme" to fit your blog... a sample will popup under the settings...

4. "Get Code"를 클릭하면 플러그인 코드가 나옵니다... 이 코드를 수정해서 블로그에 삽입하면 되는데... 일단 수정하는 방법을 배웁시다...
4. When you click on "Get Code", you will get the plugin code... all you need to do is to insert the edited code... let us learn how to edit it...

5. 중요!!! 아까 말했듯이 이 부분을 꼭 수정해야 합니다...
5. Important!!! As mentioned above, you must edit this part...

 <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://caleb1783.tistory.com[**_article_rep_link_**]" num_posts="7" width="530"></fb:comments>

빨간색 코드를 삽입하는데 * 표시를 # 표시로 바꾸면 됩니다...
Depending on your blog, insert code for specific post...

하늘색 코드를 ko_KR 로 바꿔주시면 한글로 나옵니다...
if you change the code in sky blue to ko_KR, it will show up in Korean...

6. 이제 위의 코드를 원하는 곳에 삽입하면 되는데... 보통 기존 댓글과 대체하거나 저처럼 기존 댓글 위쪽에다가 삽입하면 됩니다...
6. Now we need to insert it to the place we want... usually, you'd want to replace the current comments system or insert it above it like how i did...

기존 댓글의 위치는 <s_rp></s_rp> 태그로 찾으면 됩니다... 이 부분을 완전히 지우고 페북 코드를 입력하거나 위쪽으로 삽입하시기 바랍니다...
Tag for existing comments may vary but for Tistory, its <s_rp></s_rp>... you can either delete this part or insert above it...

7. 페이스북 커멘트는 제 블로그에서 보시는 바와 같이 일반 포스트와 방명록에도 설치할 수 있습니다.
7. as you can see from my blog... you can insert facebook comments to guestbook as well...

방명록에 나타나게 하실려면 <s_guest></s_guest> 사이에 다음과 같이 삽입하시면 되겠습니다...
if you want it in the guestbook, just insert the following between <s_guest></s_guest> tags...

<!-- 페북 Comment 시작 -->

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>

<fb:comments href="caleb1783.tistory.com/guestbook" num_posts="17" width="530"></fb:comments>

<!-- 페북 Comment 끝 -->

그럼 평안하세요...
Cheers,




댓글 건 | 트랙백 건