Title: Open Graph WP implementation
Author: Piyush Mishra
Published: <strong>2011년 3월 10일</strong>
Last modified: 2011년 3월 10일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/open-graph.svg)

# Open Graph WP implementation

 작성자: [Piyush Mishra](https://profiles.wordpress.org/piyushmishra/)

[다운로드](https://downloads.wordpress.org/plugin/open-graph.1.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/open-graph/#description)
 * [평가](https://ko.wordpress.org/plugins/open-graph/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/open-graph/#installation)
 * [개발](https://ko.wordpress.org/plugins/open-graph/#developers)

 [지원](https://wordpress.org/support/plugin/open-graph/)

## 설명

The Open Graph protocol enables any web page to become a rich object in a social
graph. For instance, this is used on Facebook to enable any web page to have the
same functionality as a Facebook Page.

While many different technologies and schemas exist and could be combined together,
there isn’t a single technology which provides enough information to richly represent
any web page within the social graph. The Open Graph protocol builds on these existing
technologies and gives developers one thing to implement. Developer simplicity is
a key goal of the Open Graph protocol which has informed many of the technical design
decisions.

#### For Developers

Use `add_action('open_graph_head_pre','your_function');` and `add_action('open_graph_head_post','
your_function');` to edit the meta data. For an instance of the class.

Always use `open_graph_instance()`
 Read more on the Plugin URI > [Open Graph WP implementation](http://www.piyushmishra.com/plugins/open-graph.html)
or check out the FAQs

## 설치

 1. Upload `open-graph.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set the default image for your domain (not available via admin panel in version
    1.0, replace the image `open_graph_protocol_logo.png` for now)

## FAQ

  How to override opengraph metadata?

You can add/edit meta data by using 2 actions ‘open_graph_head_pre’ and ‘open_graph_head_post’.
‘
open_graph_head_pre’ executes before the setup takes place. ‘open_graph_head_post’
executes after the setup but before echoing meta data. I’ll add more functions for
editing in later versions.

  How to override default image of the plugin?

 * Use the `add_action('open_graph_head_pre','my_function')` .
 * In `my_function` grab an instance `$og = open_graph_instance();` and call `$og-
   >set_default_img( $url );`
 * Also you can use `'open_graph_head_post'` action and `$og->set_og_data( 'og:image'
   => $url )` but this will over ride for all pages/ posts etc

  How to override default type of homepage?

 * Use the `add_action('open_graph_head_pre','my_function')` .
 * In `my_function` grab an instance `$og = open_graph_instance();` and call `$og-
   >set_home_type( $type );`
 * Also you can use `'open_graph_head_post'` action and `if(is_home()) { $og->set_og_data('
   og:type' => $type );}`

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Open Graph WP implementation”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ Piyush Mishra ](https://profiles.wordpress.org/piyushmishra/)

[자국어로 “Open Graph WP implementation”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/open-graph)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/open-graph/)는, [SVN 저장소](https://plugins.svn.wordpress.org/open-graph/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/open-graph/)
을 [RSS](https://plugins.trac.wordpress.org/log/open-graph/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 기초

 *  버전 **1.1**
 *  최근 업데이트: **16년 전**
 *  활성화된 설치 **60+**
 *  워드프레스 버전 ** 3.1 또는 그 이상 **
 *  다음까지 시험됨: **3.1.4**
 *  언어
 * [English (US)](https://wordpress.org/plugins/open-graph/)
 * 태그:
 * [facebook](https://ko.wordpress.org/plugins/tags/facebook/)[fb](https://ko.wordpress.org/plugins/tags/fb/)
   [open graph](https://ko.wordpress.org/plugins/tags/open-graph/)[opengraph](https://ko.wordpress.org/plugins/tags/opengraph/)
 *  [고급 보기](https://ko.wordpress.org/plugins/open-graph/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/open-graph/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/open-graph/reviews/)

## 기여자

 *   [ Piyush Mishra ](https://profiles.wordpress.org/piyushmishra/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/open-graph/)