=== Easy Comment Embeds ===
Contributors: clubside
Plugin link: https://github.com/clubside/vern-comment-embeds
Tags: comments, embeds, images, opengraph, oembed
Tested up to: 7.0
Requires at least: 6.4
Requires PHP: 7.0
Stable tag: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html (gnu.org in Bing)

Enhances WordPress comments with responsive video embeds, inline images, Twitter/X fallbacks, and OpenGraph link preview cards.

== Description ==

Easy Comment Embeds improves comment readability by automatically enhancing standalone URLs:

Responsive oEmbed video

Inline image embeds

Twitter/X blockquote fallback

OpenGraph link preview cards

Smart URL detection (standalone URLs only)

Optional debug logging

No external dependencies. No tracking. No bloat.

== External Services ==

This plugin loads Twitter/X’s widgets.js script when a comment contains a Twitter/X status URL.
No data is sent from WordPress to Twitter/X; however, Twitter/X may collect visitor information
as part of loading their embed script.

Twitter/X Terms of Service: https://twitter.com/en/tos
Twitter/X Privacy Policy: https://twitter.com/en/privacy

== Installation ==

Upload the plugin folder to /wp-content/plugins/

Activate the plugin

Visit Settings → Easy Comment Embeds to configure options

== Frequently Asked Questions ==

= Do embeds work inside sentences? =
No. Only URLs that appear alone on their own line are processed.

= Can I disable certain embed types? =
Yes. The settings page allows toggling:

oEmbed

Inline images

Twitter/X fallback

OpenGraph previews

Debug logging

= How do I style the OpenGraph cards? =
OG cards use simple HTML and CSS. Theme authors may override:

	.vern-og-card img { width: 100%; }

= How do I style inline images? =
Default:

	.vern-embed-image img { max-width: 100%; }

Override:

	.vern-embed-image img { width: 100%; }

== Screenshots ==

Example OpenGraph preview card

Inline image embed

Responsive video embed

== Changelog ==

= 1.1.0 =

Readme formatting fixes. No functional changes.

= 1.0.0 =

Initial release

== Upgrade Notice ==

= 1.0.0 =
First stable version.
