WordPress Plugin: Text Expander
Meine SoftwareSometimes you may want to add information to your blogposts, which aren’t that essential. For example the version-history of all my tools is cool, but may only be interesting for a few users. Website-elements which are collapsable help avoiding visual noise these days and give control to the user, what they want to see. Dagon Design developed a WordPress-Plugin called “Expanding Text” which enables a blogger to make any part of a post collapsable. I wasn’t entirely convinced with it, so I forked my own plugin.
Improvements compared to Expanding Text
- A double-arrow is shown next to the expand-link, which indicates whether the part is collapsed or expanded next
- the expand-part will expand via a jQuery-animation. This looks a lot better, than having the text just appear all of the sudden.
Download
in WordPress’ Plugin Directory or
Usage
Make sure to leave the space after the first bracket out!
[EXPAND Click to expand!]
This is our beautiful text.
[/EXPAND]
That’s how it will look:
This is our beautiful text.
Customization
You can style the expanded section to your needs by assigning attributes to the class .te_div in your design’s CSS-file.
e.g. with a thick border:
.te_div {
border: 4px solid #DDDDDD;
}
Feel free to tell me in the comments or my think-tank if you got ideas for further imrprovements!
Text Expander 0.3 features settings and media button in the editor
WordPress Plugin: Drag & Drop File Uploader








Pingback: Text Expander für WordPress