﻿=== Plugin Name ===
Contributors: neilgaiman
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JSTHA4HMVSQ8J
Tags: jetpack, publicize, hashtag, hashtags
Requires at least: 3.0.1
Tested up to: 4.2.4
Stable tag: trunk
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Automatically append hashtags to content sent by Jetpack Publicize module. Hashtags will be created using post tags. Dupe and length check included.

== Description ==

As the name says, this plugin will automatically append hashtags to any content sent by Jetpack's Publicize module. This means that the plugin will work only if Jetpack Plugin is also installed with the Publicize module set to active. Don't worry, tho: if any of these requirements are missing it won't do anything, without breaking your blog or wasting performances!

**Characteristics**

* Hashtags will be created using the post `tags` until the maximum character length is reached (if any).
* You'll be able to add custom hashtags, pre-pending or appending them as you want.
* You can reorder the hashtags as you like.
* Dupe check included, ensuring that the same hashtag won't be included multiple times - unless you manually do that.
* Automatically added hashtags won't break the *118-character limits* of the social message text to keep the message length under the standard *tweet + link* limit.
* The above character-length threshold can be changed and/or set to infinite with ease.

== Installation ==

1. Upload the **publicize-with-hashtags.zip** file using the Wordpress *upload plugin* feature OR unpack its contents inside the `/wp-content/plugins/` folder.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Take a look at the plugin's source code and change its default settings (if you need to).

== Frequently Asked Questions ==

None yet.

== Screenshots ==

None yet.

== Changelog ==

= 0.1 =
* First release.

== Upgrade Notice ==

= 0.1 =
* First release.

== Authors ==

* **Darkseal** of [Ryadel.com](http://www.ryadel.com/).

<?php code(); ?>