Topic: Toggle Plugin

A small plugin to slide-toggle content on click.


Download and Documentation:
https://github.com/devmount-monstra/toggle


Usage:
Shortcode for content pages:

{toggle click="some link text" toggle="some toggle content"}

Codesnippet for templates:

<?php Toggle::show('The answer to life, the universe and everything?', '42'); ?>

Example:
http://update.berlin/faq


Have fun with it and let me know, if you have any issues.

Greetz,
_Andreas