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 is supported only through PRO Support.
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).
In order to use this plugin you will need to have access to the Twitter API and create your own "b2evolution" Twitter app. Please read the announcement of this requirement.
We do not recommend using this plugin. It is complex to set up and once it works, Twitter keeps breaking it by changing their API limits and abuse detection algorithms. It needs high maintenance involvement to keep working, which is not the goal of b2evolution
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+
Example
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.
Usage
You can create Short Links with named anchor using the following syntax: