====== 각종 SNS로 올리기 버튼 제작 ======
* [[http://semix2.tistory.com/483||포스트를 트위터, 페이스북, 버즈, 미투데이로 보내는 방법에 관한 글]]
===== Twitter =====
* [[http://twitter.com/about/resources/tweetbutton|Twitter button]], [[http://dev.twitter.com/pages/tweet_button|Twitter Button customize]]
혹은 iframe방식
===== Cyworld =====
* [[http://devsquare.nate.com/openApi/empathyPluginGuide|싸이월드 cyworld 공감 버튼]]
* 제목 지정은 URL에서 ''&title=제목&summary=요약'' 정도로 할 수 있을거 같은데 현재 작동안함.
===== Facebook =====
* [[http://developers.facebook.com/docs/reference/dialogs/feed/|Facebook Feed Dialog]]
가장 간단하게는 아래와 같은 URL로 링크를 만드는 것이다.
http://www.facebook.com/dialog/feed?
app_id=123050457758183&
link={URL}&
picture={이미지 URL}&
name={제목}&
caption={캡션}&
description={설명}&
redirect_uri={마치고 돌아올 URL}
* [[http://developers.facebook.com/docs/reference/plugins/like|페이스북 facebook 좋아요 버튼]]
* [[http://www.w3cgallery.com/w3c-blog/other-help/how-to-share-your-content-with-facebook-add-share-button|Share 버튼 커스터마이징해서 달기]]. 아래 링크를 팝업으로 열면 된다. Deprecated.
SHARE THIS
===== Me2Day =====
* [[http://codian.springnote.com/|미투데이 API]]
미투데이로 글 보내기
====== Facebook 좋아요 Like 컨텐츠 ======
페이스북의 좋아요 버튼을 클릭하면 페이스북이 현재 페이지의 컨텐츠를 취합한다. 그 취합 방법에 규칙이 존재한다.
* [[http://developers.facebook.com/tools/debug|OpenGraph 확인 도구]]
* [[http://ogp.me/|Open Graph Protocol]]
* [[http://webapps.stackexchange.com/questions/6745/how-does-facebook-publisher-select-the-image-title-and-content-from-a-shared-w|How does “Facebook Publisher” select the image, title and content from a shared website?]]
* [[http://umairj.com/29/modify-how-the-shared-item-appears-on-facebook/|Modify how the shared item appears on Facebook]]
* [[http://developers.facebook.com/docs/opengraph/|Facebook이 소개하는 Open Graph Protocol]]
* [[http://usefulparadigm.com/2011/07/22/integrating-wordpress-with-opengraph/|WordPress와 페이스북 OpenGraph 연동하기]]
* [[http://stackoverflow.com/questions/8235687/open-graph-namespace-declaration-html-with-xmlns-or-head-prefix|OpenGraph Head Prefix 종류]]
* ''prefix="og: http://ogp.me/ns#"''를 추천함.
* 기본적인 예
* 동영상
====== Twitter Cards ======
[[https://dev.twitter.com/docs/cards|Twitter Cards]]는 페이스북의 OpenGraph 같은 것으로 트위터에 링크를 올렸을 때 해당 링크에 관해 보여줄 정보를 기술할 수 있다.
* 기본적인 예
* ''twitter:card'', ''twitter:site'', ''twitter:creator''를 제외하고는 Facebook OpenGraph를 사용해도 된다.
====== Google +1 ======
* 구글 검색 결과에서 더 눈에 띄게 한다고 한다.
* [[http://www.google.com/webmasters/+1/button/]]