=== AddonLogic RSS to Social Formatter ===
Contributors: snehalpancholi
Tags: rss, feed, social media, auto post, buffer, zapier
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Enhance your RSS feed items with featured images, source attribution, and custom text for cleaner social media auto-posting.

== Description ==

AddonLogic RSS to Social Formatter improves the output of your RSS feed so auto-posting tools (Buffer, Zapier, IFTTT, Hootsuite, etc.) receive richer, more social-friendly content.

**Features:**
* Prepend or append custom text to every feed item
* Automatically include the featured image (inline HTML + `<media:content>` tag)
* Choose image position: above or below the content
* Switch between full content and word-limited excerpt per feed
* Strip HTML from excerpts for plain-text social posts
* Append a configurable source/read-more line with `{url}` placeholder
* Limit to specific post types
* RSS 2.0 `<media:content>` namespace for image-aware readers

== Installation ==

1. Upload `rss-to-social-formatter/` to `/wp-content/plugins/`
2. Activate through **Plugins › Installed Plugins**
3. Go to **Settings › RSS Formatter** and configure
4. Preview your feed at `yoursite.com/?feed=rss2`

== Frequently Asked Questions ==

= Will this affect my site's front-end? =
No. All filters run only during feed rendering.

= What does `{url}` in the source text do? =
It is replaced with the post's permalink inside an `<a>` tag.

= Does it work with custom post types? =
Yes — enable any public post type in the settings.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
