=== Neon text === Author URI: https://www.ERALION.com Plugin URI: https://www.ERALION.com Donate link: https://www.ERALION.com Contributors: freeben,chuckyglitch Tags: Neon text Requires at least: 4.1 Tested up to: 5.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Description: Plugin for neon text effect. == Description == Plugin for neon text effect. * **English** : Add a shortcode to write with neon effect. This plugin uses chuckyglitch's jQuery script "novacancy" (https://github.com/chuckyglitch/novacancy.js) and makes it easy to use with shortcodes. Usage exemple : [neontext_box] [neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #66ffff,0 0 6px #0000ff"]welcome[/neontext] [neontext color="red" blink="1" off="1" glow="0 0 80px Red,0 0 30px FireBrick,0 0 6px DarkRed"]on[/neontext] [neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #ffd1b3,0 0 6px #ff6600"]wordpress[/neontext] [/neontext_box] Options : If you have a problem, you can contact me. * **Français** : Ajoute un shortcode pour écrire des tests avec un effet néon. Ce plugin utilise le script jQuery "novacancy" de chuckyglitch (https://github.com/chuckyglitch/novacancy.js) et le rend plus facile à utiliser grâce aux shortcodes. Exemple d'utilisation : [neontext_box] [neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #66ffff,0 0 6px #0000ff"]bienvenue[/neontext] [neontext color="red" blink="1" off="1" glow="0 0 80px Red,0 0 30px FireBrick,0 0 6px DarkRed"]sur[/neontext] [neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #ffd1b3,0 0 6px #ff6600"]wordpress[/neontext] [/neontext_box] Si vous rencontrez un soucis, vous pouvez me contacter. == Installation == * **English** : 1. Download neon-text.zip from the "download" link on the web page where you're viewing this. 2. Decompress the file contents. 3. Upload the neon-text folder to your WordPress plugins directory (/wp-content/plugins/). 4. Activate the Neon text plugin from the WordPress back-office. * **Français** : 1. Téléchargez neon-text.zip sur le lien de téléchargement sur cette même page. 2. Décompressez l'archive téléchargée. 3. Mettez en ligne le dossier neon-text dans votre dossier de plugins (/wp-content/plugins/). 4. Activez le plugin Neon text depuis les extentions. == Usage == * **English** : Usage exemple : [neontext_box] [neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #66ffff,0 0 6px #0000ff"]welcome[/neontext] [neontext color="red" blink="1" off="1" glow="0 0 80px Red,0 0 30px FireBrick,0 0 6px DarkRed"]on[/neontext] [neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #ffd1b3,0 0 6px #ff6600"]wordpress[/neontext] [/neontext_box] Options : If you have a problem, you can contact me. * **Français** : Exemple d'utilisation : [neontext_box] [neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #66ffff,0 0 6px #0000ff"]bienvenue[/neontext] [neontext color="red" blink="1" off="1" glow="0 0 80px Red,0 0 30px FireBrick,0 0 6px DarkRed"]sur[/neontext] [neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #ffd1b3,0 0 6px #ff6600"]wordpress[/neontext] [/neontext_box] Si vous rencontrez un soucis, vous pouvez me contacter. == Changelog == = 1.0 = * First public distribution version.