>
Download This Plugin | |
Download Elegant Themes | |
Name | ClearCode Shortcode Library |
Version | 4.0 |
Author | mflynn, cngann, Clear_Code, bmcswee |
Rating | 100 |
Last updated | 2014-09-24 10:42:00 |
Downloads |
1567
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
ClearCode Shortcode Library plugin added 1 bytes of resources to the Home page and 2 bytes of resources to the sample Post page.
ClearCode Shortcode Library plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! ClearCode Shortcode Library plugin ads no tables to your Wordpress blog database.Shortcodes used by ClearCode in their WordPress sites.
There are so many different shortcodes in this plugin that it's impractical to list out all of the seperate use-cases that are available The following shortcode declaration is an annotated guide describing how to read this documentation
Shortcode: [SHORTCODE_NAME]
This is the base shortcode that is being described
Parameters -- A list of the different parameters (eg: [SHORTCODE_NAME PARAMETER1="VALUE" BOOLEAN1="Y"]
)
* PARAMETER1: The VALUE to assign to this parameter
* Default: The default value that is assigned to this parameter, for example: "This is a test"
* BOOLEAN1: Set to "Y" if something is true, otherwise leave blank
Aliases -- If this shortcode can also be called as [ALIAS1]
or [ALIAS2]
it will be noted here
* ALIAS1
* ALIAS2
Description of the shortcode and a general description of what it does. If it has to be nested within another shortcode, that too will be documented in this area, like this. Required Parent: [SHORTCODE_PARENT_NAME]
Shortcode: [splits]
Parameters * None
container for a row of splits
Shortcode: [one_half]
Parameters
Creates an element that is one-half of it's container's width. Required Parent: [splits]
Shortcode: [one_third]
Parameters
Creates an element that is one third of it's container's width. Required Parent: [splits]
Shortcode: [two_thirds]
Parameters
Creates an element that is two thirds of it's container's width. Required Parent: [splits]
Shortcode: [one_fourth]
Parameters
Creates an element that is one fourth of it's container's width. Required Parent: [splits]
Shortcode: [two_fourths]
Parameters
Creates an element that is two fourths of it's container's width. Required Parent: [splits]
Shortcode: [three_fourths]
Parameters
Creates an element that is three fourths of it's container's width. Required Parent: [splits]
Shortcode: [one_fifth]
Parameters
Creates an element that is one fifth of it's container's width. Required Parent: [splits]
Shortcode: [two_fifths]
Parameters
Creates an element that is two fifths of it's container's width. Required Parent: [splits]
Shortcode: [three_fifths]
Parameters
Creates an element that is three fifths of it's container's width. Required Parent: [splits]
Shortcode: [four_fifths]
Parameters
Creates an element that is four fifths of it's container's width. Required Parent: [splits]
Shortcode: [clear]
Parameters
Creates an element that does clear:both
Shortcode: [more]
Parameters
Aliases * Spoiler * Spoil
Creates a link that shows a hidden area of content when clicked
Shortcode: [tabs]
Parameters
Creates a tabbed area.
Shortcode: tab
Parameters
Creates a tab Required Parent: [tabs]
Shortcode: [slider]
Parameters
Creates a slider container
Shortcode: [slide]
Parameters
Makes a slide. Required Parent: [slider]
Shortcode: [hover]
Parameters
Creates an area that toggles between two different content ares on hover
Shortcode: [on]
Parameters
designates the content displayed when there is no hover. Required Parent: [hover]
Shortcode: [off]
Parameters
designates the content displayed when there is hover. Required Parent: [hover]
Shortcode: [background]
Parameters
creates a div with a background you set
Shortcode: [flashcard]
Parameters
click to rotate from [front]
to [back]
Shortcode: [front]
Parameters
Front side of the FlashCard Required Parent: [flashcard]
Shortcode: [back]
Parameters
Back side of the FlashCard Required Parent: [flashcard]
Shortcode: [linkmap]
Parameters
Image map replacement using divs.
Use one image for the background, then alter that image for all of the hover changes.
Create a [maplink]
for each clickable area in the image.
A clickable area in a linkmap Required Parent: [linkmap]
Shortcode: [link]
Parameters
Get a link
Shortcode: [title]
Parameters
Get the title for a page/post/etc... in your WordPress install
Shortcode: [buttons]
Parameters
Designate a area that holds buttons
Shortcode: [button]
Parameters
Create a div that's a button so jQuery can be used on it
Splits
[splits]
[one_fourth first="Y"] Hello [/one_fourth]
[one_fourth] World! [/one_fourth]
[one_fourth last="Y"] I am Mike [/one_fourth]
[/splits]
Tabs
[tabs]
[tab title="Tab 1"]
Content
[/tab]
[tab title="Tab 2"]
Content 2
[/tab]
[/tabs]
Link & Title
This will contain a link to the page whose id is 5 and it's title: [link id="5"][title id="5"][/link]
[email_form]
needs to be tied into WordPress' email system and should actually send out an email[person]
needs formatting