Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Diver

Description

Add HTML <div> tags directly on the visual editor using [div] shortcode.
Usage:

  • [div]Your content here[/div]
  • [div class= »your css classes »]Content[/div]
  • [div embed= »http://em.bd/123″]
  • [div embed= »http://em.bd/123″ class= »your css classes »]
  • [div class= »your css classes »]http://em.bd/123[/div]

etc.

Diver development home: http://github.com/leandroarndt/diver/

FAQ

1. Do I heave to close the [div] shortcode?

The closing ([/div]) shortcode is optional. However note that you will have
only the embed attribute to enter contents if you don’t close the shortcode
manually.

2. Does [div] shortcode allow code injection?

No. All content from \ »class\ » and \ »embed\ » parameters is sanitized and quotes
are substituted by the corresponding HTML entities.

3. May the user create a CSS style different from those on the stylesheet?

No. Diver WordPress plugin is intended to respect theme styles and be away from
direct style definitions. Style definition and content shouldn\’t be mixed up,
should them?

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs & développeurs

« Diver » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Diver » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

  • 2015-01-15: First release.
  • 2015-01-21: Better readme.txt formatting.
  • 2016-02-04: readme.txt changes.