https://github.com/xwp/wp-mentionable
https://github.com/xwp/wp-mentionable
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xwp/wp-mentionable
- Owner: xwp
- Created: 2013-10-07T00:20:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T12:01:42.000Z (about 11 years ago)
- Last Synced: 2025-04-12T15:08:01.515Z (9 months ago)
- Language: PHP
- Size: 605 KB
- Stars: 36
- Watchers: 68
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mentionable

Mention WordPress content with inline autocomplete inside tinyMCE.
**Contributors:** [x-team](http://profiles.wordpress.org/x-team), [jonathanbardo](http://profiles.wordpress.org/jonathanbardo), [topher1kenobe](http://profiles.wordpress.org/topher1kenobe), [shadyvb](http://profiles.wordpress.org/shadyvb), [westonruter](http://profiles.wordpress.org/westonruter)
**Tags:** [tinyMCE](http://wordpress.org/plugins/tags/tinyMCE), [admin](http://wordpress.org/plugins/tags/admin), [mention](http://wordpress.org/plugins/tags/mention)
**Requires at least:** 3.6
**Tested up to:** 3.7.1
**Stable tag:** trunk (master)
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
## Description ##
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](https://github.com/x-team/wp-mentionable). Pull requests welcome. Please see [issues](https://github.com/x-team/wp-mentionable/issues) reported there before going to the plugin forum.**
[](https://travis-ci.org/x-team/wp-mentionable?branch=master)
## Installation ##
1. Upload `mentionable` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Optional : create a template called mentionable.php in your theme directory and replace the @mention content with custom template.
## Screenshots ##
### Start typing "@" for the autocomplete to trigger

### After pressing enter, the plugin replace your input with the right link and content

## Changelog ##
### 0.2.1 ###
* Update for 3.9 Compatibility
### 0.2.0 ###
* 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
### 0.1.0 ###
First Release