Open Graph WP implementation
Implements the Open Graph Protocol on a WordPress installation. Can be used by other plugins as a dependency.
Next Milestone 80
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| opengraph | 46 | — | Tag | 11 hours ago |
| fb | 119 | — | Tag | 11 hours ago |
| open graph | 159 | — | Tag | 11 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1
- Last Updated
- Mar 10, 2011
- Requires WP
- 3.1+
- Tested Up To
- 3.1
- PHP Version
- N/A
- Author
- Piyush Mishra
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Open Graph WP implementation
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
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 );}