Mention WordPress content with inline autocomplete inside tinyMCE.
Contributors: x-team, jonathanbardo, topher1kenobe, shadyvb, westonruter
Tags: tinyMCE, admin, mention
Requires at least: 3.6
Tested up to: 3.7.1
Stable tag: trunk (master)
License: GPLv2 or later
This plugin brings the power of @mention inside tinyMCE. You can choose where the autocompletion gets his information from and on which custom post type this plugin is activated on. You can also create custom template replacement on the front-end based on your need.
Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.
- Upload
mentionable
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Optional : create a template called mentionable.php in your theme directory and replace the @mention content with custom template.
- Update for 3.9 Compatibility
- Store reference to mentionable content inside post metas
- Add the ability to replace the custom content with a template name mentionable.php
- Add plugin banner
- Add french localization
First Release