Search Over 18,000 FREE Plugins from the Official WordPress Plugin Directory Repository

Collapse-O-Matic

Remove clutter, save space: display and hide additional content in a SEO friendly way by wrapping content in an [expand] shortcode.

Collapse-O-Matic adds an [expand title="trigger text"]hidden content[/expand] shortcode that will wrap any content, including other shortcodes, into a lovely jQuery expanding and collapsing div. A complete listing of shortcode options and attribute demos are available, as well as free community and premium support.

Author twinpictures, baden03
Profile
Contributors twinpictures, baden03
Tags Accordion, collapsable content, collapse, collapsible, display, expand, expandable, expandable content, hidden, hide, javascript, jquery, more, read me, read more, roll-your-own, shortcode, twinpictures
  1. jquery-collapse-o-matic screenshot 1

    Hmmm... wonder what happens this text by that arrow is clicked?

  2. jquery-collapse-o-matic screenshot 2

    Holy Crap! That other text just showed up like magic! Thank you Collapse-O-Matic!

  3. jquery-collapse-o-matic screenshot 3

    Options Page? Yes, Options Page!

  1. Old-school: upload the collapse-o-matic folder to the /wp-content/plug-ins/ directory via FTP. Hipster: Ironically add collapse-o-matic via the WordPress Plug-ins menu.
  2. Activate the Plug-in
  3. Add a the shortcode to your post like so: [expand title="Displayed Title Goes Here"]Hidden content goes here[/expand]
  4. Test that the this plug-in meets your demanding needs.
  5. Tweak the CSS to match your flavor.
  6. Rate the plug-in and verify if it works at wordpress.org.
  7. Leave a comment regarding bugs, feature request, cocktail recipes at http://wordpress.org/tags/jquery-collapse-o-matic/

1.5.2

  • find-me now is called only after collapse/expand animations
  • using .on() method once again
  • updated Requires at least tag to 3.3
  • added swapexcerpt
  • fixed typos on the options page
  • added custom css to options page
  • added targtag and targpos attributes
  • added the ability to insert extra external triggers

1.5.1

  • find-me auto feature improved to work with responsive websites

1.5

  • completely re-wrote plugin
  • added sweet-sweet options page
  • added colomat-expand-only class that forces collapse element to only open once and stay open
  • introduced Collapse-Pro-Matic for Premium Level Collapsing Action.
  • added scroll-to-trigger class for Internal Collapse Triggers
  • added livequery to bind collapse functions to dynamically added content
  • added callbacks: collapse_init(); and findme(); for dynamically added content
  • added language files for localization

1.4.11

  • added colomat-parent-highlight class functionality
  • moved findme auto calculations until after all images have loaded.
  • Added elwraptag and elwrapclass attributes
  • Added snap-shut class to slam collapse elements shut

1.4.10

  • Added colomat-nolink class for anchor tags to prevent auto-scrolling to anchor
  • bot- links for targets with swaptitle will now only swap out title for top trigger text

1.4.9

  • Replaced on() event handler back to click due to the WordPress world not quite ready for on(). People are still using jQuery 1.6.4 - can you believe that?!

1.4.8

  • Click events now use jQuery's on() event handler for content that arrived dynamically via AJAX NOTE: plugin now requires jQuery version 1.7 or newer
  • added notitle attribute if no title should be displayed
  • added startwrap and enwrap attributes for wrapping titles
  • fixed bug when using nested close links and highlander grouping
  • added expandanchor to expand items from anchor links on the same page
  • added colomat-expand-only class to prevent collapse from trigger text
  • added scrollonclose attribute and scroll-to-trigger class to trigger auto-scroll to specific value on close.

1.4.7

Fixed auto-expand of urls with id-anchors

1.4.6

  • fixed JS error in 1.4.5 - GRRR

1.4.5

  • Added SlideFade/SlideToggle option
  • Visited trigers now have colomat-visited class

1.4.4

  • Minified javascript for faster page loads

1.4.3

  • Added the findme attribute to auto scroll to start of expanded items

1.4.2

  • Added speed adjustment to the slideToggle

1.4.1

  • Autoclose elements will now trigger SwapTitle

1.4

  • Relaunched of plugin page on Twinpictures' Plugin Oven

1.3.18

  • Added alternate style sheet for sites with dark backgrounds.

1.3.17

  • Improved nesting collapse function for sub-levels and added support for nesting 30 levels deep.

1.3.16.1

  • Added noarrows class for better integration of images as triggers.

1.3.16

  • Bug Fix for the new trigpos attribute, stupid, stupid, stupid

1.3.15

  • Added trigpos attribute to position the trigger below the target.

1.3.14

  • Fixed the Enqueue error (thanks pborg & lancehudson)
  • Expand All and Collapse All will now also trigger swap titles
  • Added force_content_collapse class trigger to hide all targets w/o tirggers (roll-your-own)
  • Added content_collapse_wrapper class trigger that keeps targets hidden if no JavaScript is present.

1.3.13

  • Added the ability to place a second trigger link inside the expanding content area.

1.3.12

  • Added the 'tracy patch' that will collapse all nested items if the parent is collapsed via highlander grouping.

1.3.11

  • Added excerpt feature and all related attributes.

1.3.10

  • Swaptitle system rebuilt to support images and cufon.
  • Updated CSS the over generalized names close and hover to more plug-in specific colomat-close and colomat-hover
  • removed !important from CSS arrow definitions to make it easier to redefine arrows.

1.3.9

  • Swaptitle will not be triggered if either or tags are used in trigger titles
  • Added rel grouping to the collapse/expand-all triggers to target only elements of a single group.

1.3.8

  • Expand elements containing content with one empty space will no longer insert empty target elements.

1.3.7

  • Added expandsub1 - expandsub3 shortcodes for nested expand elements.
  • Added collapse/expand-all triggers.
  • Better looking 24bit arrows.

1.3.6

  • Plug-in now degrades gracefully if JS is disabled. Added swaptitle attribute to change the title on expand/collapse.

1.3.5

  • Random ID's now start with letters, for valid xhtml.

1.3.4

  • Changed '-member' to '-highlander' because it sounds better.

1.3.3

  • Added the ability to have only one member of a group expanded by adding '-member' to the rel attribute value.

1.3.2

  • Added Expanded attribute that sets the default position expanded open.
  • Added style that moves arrows to the right of the text.

1.3.1

  • Added the hover style to pimp the element style when moused over.

1.3

  • Added the rel attribute to deal with grouping collapse elements.
  • Added the trigclass and targclass attributes.
  • Added the alt attribute to define the title's hover-over text.

1.2

  • Expanded the shortcode to include an optional tag attribute. The system defaults to wrapping the trigger in a span tag.
  • Style will support various element tags... span, div, h1, h2... etc.
  • Style separates the arrow icons, so there is no background bleed-over on extra-long trigger titles.

1.1

  • Optimized Code
  • Shortcode now works in Sidebar
  • Expand Titles now have title tags that match the title, not just some random number
  • Shortcode can include a user-defined ID instead of a generated random number
  • Added auto expand feature if an anchor tag is used in the URL

1.0

  • The plug-in came to be.

Where can I translate this plugin into my favorite langauge?

Community translation for Collapse-O-Matic has been set up. All are welcome to join.

I am a Social Netwookiee, might Twinpictures have a Facebook page?

Yes, yes... Twinpictures is on Facebook.

Does Twinpictures do the Twitter?

Ah yes! @Twinpictures does the twitter tweeting around here.

How does one use the shortcode, exactly?

A complete listing of shortcode options has been provided to answer this exact question.

Is Galato the same as Ice Cream?

No. Not even close.

Share  
Download
Version 1.5.3

Requires WordPress version: 3.3 or higher

Compatible up to: 3.6-beta

Last Updated 26 Apr 2013

Date Added: 19 Nov 2010

Plugin Homepage

Evaluation
star1
star2
star3
star4
star5

4.9 stars
116 ratings
82,265 downloads

Compatibility

Not Enough Data

Reports:
Works: 0
Broken: 1

Probably Works.
Considering downloads, would expect problems reported.