=== Click-to-Tweet Box ===
Contributors: snehalpancholi
Tags: click to tweet, twitter, x, share, shortcode
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

A shortcode that renders a styled pull-quote box with a one-click X (Twitter) share button, pre-populated with your chosen text.

== Description ==

Add engaging tweetable quotes to your posts with a simple shortcode.

`[click_to_tweet text="Your inspiring quote here."]`

**Features:**
* Three built-in themes: Light, Dark, X Brand Blue
* Auto-appends current page URL to tweet (configurable)
* Optional @via handle (global default + per-shortcode override)
* Custom button text
* Inline CSS via stylesheet — no JavaScript required
* Fully accessible — semantic HTML with proper link text

== Installation ==

1. Upload the `click-to-tweet-box` folder to `/wp-content/plugins/`.
2. Activate the plugin.
3. Go to **Settings → Click to Tweet** to set your defaults.
4. Use `[click_to_tweet text="..."]` in any post or page.

== Frequently Asked Questions ==

= How do I prevent the post URL from being added to the tweet? =
Use `url="none"` in the shortcode: `[click_to_tweet text="Quote" url="none"]`.

= Can I use a different URL per shortcode? =
Yes: `[click_to_tweet text="Quote" url="https://example.com/my-page"]`.

== Changelog ==

= 1.0.0 =
* Initial release.
