Easily add expand and collapse functionality to any WordPress theme. No coding skills required! Beautifully simple UI. Save space with this plugin for …
Video Demo
Feautres
If you want to include Expand+Collapse Funk you can use the following code anywhere in your Theme: (remember to swap out the Link and Hidden Content for your content)
<div class="exp-col-content-holder"><a class="expand-cnt-link" href="#">This Is The Link To Click</a> <div class="hidden-content"> <p class="hiddenContentp">This is all of your hidden content. This will be invisible at first, but after clicking on the link above this will slide in.</p> </div> </div>
Using Expand+Collapse Funk allows for very easy placement of collapseable content and a link to reveal the content. The expand and collapse functionality is widely
used across the web to free up space on a page or to place semi-important content into posts, pages or into the sidebar. There is no limit to the length of the collapseable content. Easily include images,
YouTube/Vimeo videos or anything else you could imagine.
I originally built this plugin for the marketing department at my full time job, so a simple UI and ease of use was kept in mind throughout development.
Have an idea, question, concern or found a bug? Get In Contact With Me!
expand-collapse-funk.zip
to the /wp-content/plugins/
directoryExpand+Collapse Funk creates a custom tinyMCE icon in the visual editor for very easy use.
The Expand+Collapse Funk modal on edit/new post or page screen
Example of very simple YouTube video integration inside collapseable content.
Example of generated collapsed links on a page.
Example of expanded links showing hidden content.
I have moved all support over to a support forum on my website. I’ve done this to keep all of my plugin support in a centralized location so other users can easily find solutions before submitting requests. I have also decided to offer a premium level of support. Support will be answered very infrequently here in the repository.
If you have a question, found a bug or require assistance please direct yourself to the support forum , sign up and open a new thread explaining your issue in detail. I will get back to you shortly with assistance.
No. No coding knowledge is required. I have created this plugin with ease of use for the end user in mind. You type everything in to input fields and the code is generated for you automagically.
No. You can include anything from text and images to YouTube videos. The possibilities are endless! There is also no limit to the length of the content inside of the hidden content.
No, you can actually include the code literally anywhere on your site. You can use the generated code in widgets to display collapseable content in your sidebar, or you can copy and paste the generated code
into your Footer.php template file to display hidden content in the footer. You can literally use the code anywhere you choose. (check the Description section for sample code)
Most likely not. I’ve written the plugin following WordPress plugin best practices. All of the jQuery included in the plugin is written in No Conflict mode so as to already be compatible with the jQuery version pre-loaded with WordPress.
Of course you can! I am always looking for developers to colaborate with. All of the plugins I develop are added to my GitHub Account and seperated in to their own repositories. Send me a pull request!