Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

jonathanbardo/WP-Mentionable

 
 

Repository files navigation

Mentionable

Banner Mention WordPress content with inline autocomplete inside tinyMCE.

Contributors: jonathanbardo, topher1kenobe, shadyvb, westonruter, x-team
Tags: tinyMCE, admin, mention
Requires at least: 4.1
Tested up to: 4.4
Stable tag: trunk (master)
License: GPLv2 or later

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 needs.

A review of the plugin is available on WP Tavern.

Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.

Build Status

Installation

  1. Upload mentionable to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. 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

Start typing "@" for the autocomplete to trigger

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

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

Changelog

0.4.3

  • Add WordPress 4.3 compatibility

0.4.2

  • Add new filter for WP_Query autocomplete

0.4.1

  • Restore PHP 5.3 compatibility

0.4.0

  • Add option to open link in a new tab
  • Change Styling to be closer with WP UI

0.3.0

  • Update for 4.1 Compatibility

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

About

Mention WordPress content with inline autocomplete inside tinyMCE.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 68.7%
  • JavaScript 28.5%
  • CSS 2.8%