=== ShortURL Integration ===
Contributors: shorturl
Tags: url shortener, short links, link tracking, analytics
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Integrate ShortURL link shortening service into WordPress. Create and manage short URLs directly from your dashboard.

== Description ==

ShortURL Integration allows you to connect your WordPress site to your ShortURL installation and create short URLs directly from the WordPress admin.

**Features:**

* Create short URLs from WordPress admin
* Automatic short URL generation for posts and pages
* Shortcode support: `[shorturl url="https://example.com"]`
* Gutenberg block for easy link insertion
* Widget for sidebar URL shortening
* View click statistics in WordPress
* Meta box for posts/pages to generate short URLs
* Bulk URL shortening

**Requirements:**

* A ShortURL installation with API access enabled
* API key from your ShortURL account

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/shorturl-integration/`
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to ShortURL → Settings and enter your API URL and API key
4. Start creating short URLs!

== Usage ==

**Shortcode:**
`[shorturl url="https://example.com/long-url" text="Click here"]`

**PHP Function:**
`<?php echo do_shortcode('[shorturl url="https://example.com"]'); ?>`

== Frequently Asked Questions ==

= Where do I get an API key? =
Log into your ShortURL account, go to Settings → API, and generate a new API key.

= Can I use a custom domain? =
Yes, if your ShortURL plan supports custom domains, the short URLs will use your configured domain.

== Changelog ==

= 1.0.0 =
* Initial release
