OG — Better Share on Social Media

OG — Better Share on Social Media

توسط

Effortless Open Graph & Social Metadata for WordPress

No configuration. Just activate and enjoy optimized sharing across Facebook, Twitter, Pinterest, and more!

Overview

OG — Better Share on Social Media is the ultimate zero-configuration plugin to supercharge your WordPress site’s visibility on social networks. Instantly add essential Open Graph and Twitter Card metadata to every page, post, product, and archive—no setup required.

Whether you’re a blogger, business owner, or developer, OG ensures your content looks great when shared, driving more clicks and engagement from social platforms.

Key Features

  • Zero Configuration: Just install and activate. OG automatically generates all required Open Graph and Twitter Card tags.
  • Automatic Image Selection: Picks the best image for each page (featured image, first in content, or fallback) for rich social previews.
  • Comprehensive Metadata: Adds og:title, og:description, og:image, og:type, og:url, and more for all content types.
  • WooCommerce Support: Enhances product pages with price, currency, availability, and more.
  • Advanced Video Handling: Detects YouTube/Vimeo links and uses their thumbnails for social sharing.
  • Twitter Card Integration: Includes summary cards, titles, descriptions, images, and video support.
  • Pinterest & Related Content: Integrates with related posts plugins to add Pinterest-specific tags.
  • Extensible for Developers: Powerful filters and hooks let you customize or extend metadata output.
  • Multilingual Ready: Supports WPML and other translation plugins for global sites.

How It Works

  1. Install & Activate: No settings page, no complicated options.
  2. Automatic Tag Injection: OG scans your site and injects optimal Open Graph and Twitter Card tags into the <head> of every page.
  3. Smart Image Logic: Selects the best image for each page (custom field, featured image, content image, or default).
  4. WooCommerce & Custom Post Types: Automatically adapts to products, archives, and custom content.

What Metadata is Added?

For All Content Types:

  • og:locale – Site language
  • og:site_name – Blog/site title
  • og:title – Dynamic page/post title
  • og:url – Canonical URL
  • og:type – “article” for single posts, “website” for others
  • og:description – SEO description or site tagline

For Single Posts/Pages:

  • og:image – Smart selection (custom, featured, content, gallery, or default)
  • og:video – YouTube/Vimeo support
  • article:author – Author profile link
  • article:published_time – Original publish date
  • article:modified_time – Last update date
  • article:tag – Post tags
  • twitter:card, twitter:title, twitter:description, twitter:image, twitter:player – Full Twitter Card support
  • og:see_also – Related content for Pinterest

For WooCommerce Products

  • og:price:amount – Product price
  • og:price:currency – Currency code
  • og:availability – Stock status

Get Involved

Why Choose OG?

  • Beginner-friendly: No setup required—perfect for non-technical users.
  • Powerful: Covers all major social networks and content types.
  • Flexible: Easily extend or override for advanced use cases.
  • Lightweight: No bloat, no slowdowns.

Install OG — Better Share on Social Media today and make every share count!

There are 3 ways to install this plugin:

The super-easy way

  1. Login to your WordPress Admin panel.
  2. Go to Plugins > Add New.
  3. Type ‘OG’ into the Search Plugins field and hit Enter. Once found, you can view details such as the point release, rating, and description.
  4. Click Install Now. After clicking the link, you’ll be asked if you’re sure you want to install the plugin.
  5. Click Yes, and WordPress completes the installation.
  6. Activate the plugin.
  7. That’s all. The plugin does not have any configuration.

The easy way

  1. Download the plugin (.zip file) on the right column of this page
  2. In your Admin, go to the menu Plugins > Add
  3. Select the button Upload Plugin
  4. Upload the .zip file you just downloaded
  5. Activate the plugin
  6. That’s all. The plugin does not have any configuration.

The old and reliable way (FTP)

  1. Upload OG folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s all. The plugin does not have any configuration.

سوالات متداول

How do I configure the Open Graph plugin?

There is nothing to configure and there is no admin page. By default, it will use standard WordPress data which can populate the Open Graph.

I installed OG and … nothing happens!

Please be patient, sometimes you need more a day to see results. The reason for this is the cache on Facebook. But check your plugins too and if you use caching plugins, try to do “flush cache” on your site.

You can force FB to refresh OpenGraph data by using this page https://developers.facebook.com/tools/debug/sharing/. Just go to Sharing Debugger, enter your URL and hit the button “Scrap Again”.

What is OpenGraph?

The Open Graph protocol enables any web page to become a rich object in a social graph.  Most notably, this allows for these pages to be used with Facebook’s Like Button and Graph API.

The Open Graph plugin inserts the Open Graph metadata into the page head section and provides filters for other plugins and themes to override this data, or to provide additional Open Graph data.

What plugin add for all types of content?
  • og:locale – site locale
  • og:site_name – blog title
  • og:title – post/page/archive/tag/… title
  • og:url – the post/page permalink
  • og:type – “article” for single content and “website” for all others
  • og:description – site description
  • og:site_name – site name
What plugin add for single content?

All above and more:

  • og:image: From a specific custom field of the post/page, or if not set from the post/page featured/thumbnail image, or if it doesn’t exist from the first image in the post content, or if it doesn’t exist from the first image on the post media gallery, or if it doesn’t exist from the default image defined in the options menu. The same image chosen here will be used in the enclosure and media:content of the RSS feed.
  • og:video – add links to YouTube movies.
  • article:author – author of post link
  • article:published_time – date of first article publication
  • article:modified_time – date of last article modification
  • article:tag – tags used in the post
  • twitter:card – summary
  • twitter:title – the same line as og:title
  • twitter:description – the same as og:description
  • twitter:image – the same as og:image
  • twitter:player – the same as og:video
  • og:see_also – Pinterest related if you use the supported “related posts” plugin.
What plugin should I add for a single WooCommerce product?

All above and more:

  • og:price:amount – price amount
  • og:price:currency – price currency
  • og:availability – stock status
How plugin get video data?

The plugin grabs data from the content, and if it contains a YouTube URL, it tries to get a movie thumbnail and use it in og:image.

If the post contains YouTube or Vimeo links, this plugin saves it as a post meta video thumbnail link and adds it to og:image as a post thumbnail.

I want to set og:image manually

Please install small add-on: OG — Addon: og:image. The new meta box on the side should allow you to choose the og:image manually.

If I need to change some values?

You can use the Simple SEO Improvements plugin, which is integrated with OG, to:

  • set a default image
  • set facebook app_id
  • set twitter id

Experimental

You can use not supported meta tags:

  • og:logo – to turn on use add_filter( 'allow_og_logo', '__return_true' ).

I need more!

Rich filter implementation allows you to change almost every output of this plugin, but this is for technicians: Learn more on the OG Plugin Documentation Site.

تصویری برای این آیتم موجود نیست.
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
هیچ نسخه‌ای برای این آیتم موجود نیست.
★★★★★
★★★★★
4.8 /5 (214 نظر)

قیمت:

رایگان

نگارش

آخرین انتشار

10 اردیبهشت 1405

آخرین بروزرسانی

4 ماه پیش

نصب های فعال

30,000+

نگارش وردپرس

وردپرس 6.0+

تست شده از نسخه

وردپرس 6.8.5

نگارش PHP

PHP 8.0+

نسخه ها

0 نسخه