Bundled Plugins
You don't need to download these plugins as they are already included in the b2evolution distribution.
You don't need to download these plugins as they are already included in the b2evolution distribution.
As a general rule, b2evolution generates thumbnails of all the images that you attach to a post (more information about this subject can be found on this page: Caching and Cache Levels), and the Watermark Plugin lets you add watermarks to those thumbnails.
Media player for these file formats: .flv
, .swf
, .m4v
, .f4v
, .mov
, .mp4
.
A new player will be included in the post for each video that you have attached to it.
A new player will be included in the post for each video file attached to it. This can also be used for embedding videos into the post using the [video:] short tag.
minimalist
)0
for default width of 100%.This is a renderer plugin that implements the text transformation of Markdown syntax for HTML formatting. Due to its specific markup you could create HTML elements in a fast and comprehensive way.
This plugin enables you to automatically send a tweet to Twitter.com every time you publish a new post on your blog (or in a specific collection).
This renderer plugin automatically adds id="..."
attribute to your <h1>
-<h6>
headers.
This also adds a hidden link with an anchor icon that becomes visible when hovering over a header text like:
This plugin is bundled with b2evolution version 6.11.2+
The header:
<h2>This is a title with Spécial Chârs</h2>
will be converted to the following:
<h2 id="this-is-a-title-with-special-chars" class="evo_auto_anchor_header">
This is a title with Spécial Chârs <a href="#this-is-a-title-with-special-chars" class="evo_auto_anchor_link">{anchor icon}</a>
</h2>`
BUT if the header already has an ID, as in <h2 id="custom-id">This is a title with Spécial Chârs</h2>
, then no new ID will be generated.
You can create Short Links with named anchor using the following syntax:
((#this-is-a-title-with-special-chars Test))
((item-slug#this-is-a-title-with-special-chars Test))
The Short Links plugin adds a button after each header with an attribute id="..."
for quickly inserting links to that header:
It is recommended to let this plugin run after all other plugins that may generate titles (e-g: Markdown Plugin).