Title: Open Graph WP implementation
Author: Piyush Mishra
Published: <strong>10 ມີນາ 2011</strong>
Last modified: 10 ມີນາ 2011

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](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://lo.wordpress.org/plugins/open-graph/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/open-graph/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/open-graph/#installation)
 * [ການພັດທະນາ](https://lo.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)

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  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” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້
ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ 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).

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **16 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **60+**
 *  ເວີຊັນ WordPress ** 3.1 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.1.4**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/open-graph/)
 * ແທັກ
 * [facebook](https://lo.wordpress.org/plugins/tags/facebook/)[fb](https://lo.wordpress.org/plugins/tags/fb/)
   [open graph](https://lo.wordpress.org/plugins/tags/open-graph/)[opengraph](https://lo.wordpress.org/plugins/tags/opengraph/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/open-graph/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[ການທົບທວນຂອງທ່ານ](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/)