Title: Open Graph WP implementation
Author: Piyush Mishra
Published: <strong>مارچ 10, 2011</strong>
Last modified: مارچ 10, 2011

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 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://ur.wordpress.org/plugins/open-graph/#description)
 * [جائزے](https://ur.wordpress.org/plugins/open-graph/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/open-graph/#installation)
 * [ڈیولپمنٹ](https://ur.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 );}`

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“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/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/open-graph/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/open-graph/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/open-graph/?limit=100&mode=stop_on_copy&format=rss)۔

## میٹا

 *  Version **1.1**
 *  Last updated **15 سال پہلے**
 *  Active installations **60+**
 *  WordPress version ** 3.1 یا اس سے جدید **
 *  Tested up to **3.1.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/open-graph/)
 * Tags
 * [facebook](https://ur.wordpress.org/plugins/tags/facebook/)[fb](https://ur.wordpress.org/plugins/tags/fb/)
   [open graph](https://ur.wordpress.org/plugins/tags/open-graph/)[opengraph](https://ur.wordpress.org/plugins/tags/opengraph/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/open-graph/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/open-graph/reviews/)

## شراکت دار

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

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/open-graph/)