=== Mx Link Shortener ===
Contributors: markomaksym
Tags: Link shortener, cut link, short link
Requires at least: 4.9
Tested up to: 6.3
Stable tag: 1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
	WP Plugin Skeleton Generator Version: 			4.0
	WP Plugin Skeleton Generator Author: 			Maksym Marko
	WP Plugin Skeleton Generator Author Website:	https://markomaksym.com.ua/

This plugin shortens links and allows you to store them on your website.

== Description == 

<p>
	This plugin shortens links and allows you to store them on your website. You can put a link shortener on any page of your website and give your users the opportunity to shorten their links :)
</p>

<p>
	To make the plugin work on your website you should:
</p>

<p>
	1) Create a new page where your users will shorten their long links and add this shortcode there [mx_link_shortener]
</p>

<p>
	2) Create one more page where the short links will go and add this shortcode there [mx_link_shortener_land]
</p>

<p>
	3) Go to the plugin’s settings page in your admin dashboard and fill in some data
</p>

<p>
	4) Send a Link Shortener page url to your friend and ask him/her to shorten a link :)
</p>

<p>
	<b>How does it work video</b>
</p>

<iframe width="600" height="320" src="https://www.youtube.com/embed/TA87Mc_NnD0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

== Installation ==

= From your WordPress dashboard =

1. Visit 'Plugins > Add New'
2. Search for 'Mx Link Shortener'
3. Activate the plugin from your Plugins page.
4. Add [mx_link_shortener] shortcode to particular page where your users will shorten their long links.
5. Add [mx_link_shortener_land] to particular page where the short links will go.

= From WordPress.org =

1. Download 'Mx Link Shortener'.
2. Upload the 'Mx Link Shortener' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate 'Mx Link Shortener' from your Plugins page.
4. Add [mx_link_shortener] shortcode to particular page where your users will shorten their long links.
5. Add [mx_link_shortener_land] to particular page where the shortlinks will go.

== Screenshots ==

1. Shortener Settings
2. List of Shortened links

== Changelog ==

= 1.1 =
* Tested up to WP 6.3

= 1.0.3 =
* Redirect issue fixed

= 1.0.1 =
* CSS issue fixed

= 1.0 =
* Mx Link Shortener