=== Open Graph Tags ===
Contributors: snehalpancholi
Tags: open graph, og tags, facebook, social sharing, seo
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Auto-generates Open Graph meta tags for every page using post content as the default, with per-post overrides.

== Description ==

Open Graph Tags automatically outputs `og:title`, `og:description`, `og:image`, `og:url`, `og:type`, and optionally `fb:app_id` in the `<head>` of every page.

**Features:**

* Automatic OG tag output on all page types
* Uses post title, excerpt, and featured image as defaults
* Per-post override meta box for title, description, image URL, and type
* Global default image fallback for posts without a featured image
* Optional Facebook App ID
* Enable/disable per post type
* Zero JavaScript — pure PHP

== Installation ==

1. Upload the `open-graph-tags` folder to `/wp-content/plugins/`.
2. Activate through **Plugins > Installed Plugins**.
3. Configure under **Settings > Open Graph Tags**.

== Changelog ==

= 1.0.0 =
* Initial release.
