=== Abbreviation button for TinyMCE === Contributors: audrasjb Tags: abbreviations,abbreviation,abréviations,abréviation,abbr,tinymce,wysiwyg,visual editor,accessibility,accessibilité,RGAA,section 501,wcag,Accessiweb,Opquast Requires at least: 3.0 Tested up to: 4.6.1 Stable tag: 1.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides abbreviation button for WordPress TinyMCE visual editor. == Description == **English:** this plugin should be used to supply abbreviation support in the TinyMCE visual editor. Once activated, it provides an "ABR" button which allows editor to indicate the meaning of each abbreviation used in Pages, Posts or any custom post types used in your WordPress installation. The markup is fully compatible with accessibility rules (WCAG, section 501, etc.). It uses tag instead of the deprecated HTML markup. **Français :** ce plugin ajoute la gestion des abréviations dans l'éditeur visuel TinyMCE. Une fois le plugin activé, vous disposerez d'un bouton "ABR" qui vous permettra d'indiquer la légende (attribut title) de chaque abréviation utilisée sur vos pages, vos posts ou n'importe quel type de contenu personnalisé utilisé sur votre site. Le balisage généré est pleinement compatible avec les règles d'accessibilité (notamment pour la France avec le référentiel général d'accessibilité pour les administrations ou les critères Accesiweb et Opquast). Ce plugin utilise l'élément HTML à la place de , qui a été déprécié. **Credits** [Jean-Baptiste Audras](http://jeanbaptisteaudras.com/ "Jean-Baptiste Audras"), project manager at [Whodunit](http://www.whodunit.fr/ "Whodunit Web Agency") and WordPress developer. @audrasjb on [Twitter](https://twitter.com/audrasjb "@audrasjb on Twitter") or [Github](https://github.com/audrasjb "@audrasjb on Github"). == Installation == English: 1. Upload the plugin to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Use it in your WordPress visual editor with the "ABR" button Français : 1. Placez le plugin dans le répertoire "/wp-content/plugins/" de votre installation 2. Activez le plugin dans le menu "Extensions" de votre interface d'administration 3. Utilisez-le pour baliser vos abréviations dans l'éditeur visuel à l'aide du bouton "ABR" == Frequently Asked Questions == = EN: Why i cannot see changes on my website? FR : pourquoi je ne vois pas de changement sur mon site ? = EN: Your theme probably don't provides any styles for the ABBR tag… You can check if your ABBR tag is generated by "hovering" your ABBR expression with the mouse. Wait 1 second: a tooltip is supposed to appear. If you want some styles, you can put the following CSS in your theme (or wait for the next version of this plugin). `abbr{border-bottom:1px dotted black;cursor:help;}` FR : Il est possible que votre thème n'ait pas de styles associés à la balise ABBR… Vous pouvez vérifier si vos balises ABBR sont bien générées en survolant une expression utilisant la balise. Attendez une seconde : une infobulle système doit s'afficher. Si vous voulez ajouter quelques styles CSS de base pour cette balise, vous pouvez utiliser la règle CSS ci-après (ou attendre la prochaine version du plugin). `abbr{border-bottom:1px dotted black;cursor:help;}` = EN: What about next steps of this plugin development? // FR : Quelles sont les améliorations à venir ? = EN: Support for the lang attribute and provide an option page which allows (or not) to add a stylesheet to style the abbreviations (on the website front-end and once the page get printed). FR : Support de l'indication de la langue de l'abréviation et ajout d'une page d'option permettant d'ajouter (ou pas) une feuille de styles pour mettre en forme les abréviations (sur le site voire lors d'une impression papier). == Screenshots == 1. the 'ABR' button in your TinyMCE visual editor. 2. the popup used to provide the meaning of your abbreviation. == Changelog == = 1.1 = * Buttons are in the second line of the visual editor now. = 1.0 = * Plugin initial commit.