Free TinyMCE 5 ABBR plugin

What does the Abbr HTML Tag do?

The abbr element is used along with a title attribute to associate a full-text explanation with an abbreviation or acronym. Website visitors do not see the text in the title attribute, but browsers, search engines, and assistive technologies do use this information. You can also click or hover the abbr tag to see the explanation.

Figures:

Free TinyMCE 5 ABBR plugin image 1 

Free TinyMCE 5 ABBR plugin image 2

Video:

Klik hier om de video af te spelen

Since this ABBR html tag doesn't support touch devices you can add the following css snippet to you're default css file:


/* abbr */
abbr[title]:after
{
    content: " (" attr(title) ")";
}

@media screen and (min-width: 1025px)
{
    abbr[title]
    {
        border-bottom: 1px dashed #ADADAD;
        cursor:help;
    }

    abbr[title]:after
    {
        content: "";
    }
}

Install

Unzip and upload the map abbr to your tinymce/plugin directory

Now add abbr to your tinymce.init - plugins: and your toolbar

Download here !

NB:

If you have any code improvements please send it to me

 
   « Producten overzicht

Link delen op threads de nieuwe twitter

Meta heeft onlangs een nieuwe functie aangekondigd die threads heet. Threads zijn een manier om gesprekken te ...
 

Gratis in edge eenvoudig teksten genereren met openai

Open de EDGE browser en klik op meeste rechtse icoontje bovenaan. Zorg dat je met een microsoft account bent ...
 

TinyMCE 5/6 plugin met DALL·E

Het is nu mogelijk om met behulp van DALL·E (openai) plaatjes te genereren rechtstreeks in minicms. ...