HSVideo
The Video tag can be used to display video using the highslide framework. It supports at present Youtube native viewer and the Longtail video player.
Syntax: [ hsvideo youtube="url" ] or [ hsvideo file="path" ]
[hshtml title="Show all parameters"]
The following parameters can be added to the shortcode:
- File: The filename of a video file
- Youtube: The url of the youtube video
- Title: The title of the window
- Caption: The caption of the window
- Height: The height of the window
- Width: The width of the window
- Thumbnail: The full path to a thumbnail
- Thumbheight: The height of the thumbnail
- Thumbwidth: The width of the thumbnail
- Group: The groupname of the window
- Slide: Display the video inline or in a Highslide frame.
- NGG: IF of the Nextgen Image to use as a thumbnail and screenshot for the video
[/hshtml]
HSHtml
To display html in an Highslide window use the following shortcode. Note that this shortcode can parse other shortcodes.
Syntax: [ hshtml] content [ /hshtml ]
[hshtml title="Show all parameters"]
The following parameters can be added to the shortcode:
- Title: The title of the window
- Caption: The caption of the window
- Height: The height of the window
- Width: The width of the window
- Group: The groupname of the window
[/hshtml]
HSMap
To display a google map in an Highslide window use the following shortcode. Note that u need the full URL copied from the google maps link button.
Syntax: [ hsmap src="url" ]
[hshtml title="Show all parameters"]
The following parameters can be added to the shortcode:
- Src: The URL from google maps.
- Title: The title of the window
- Caption: The caption of the window
- Height: The height of the window
- Width: The width of the window
- Group: The groupname of the window
[/hshtml]
HSFrame
To display another site in an Highslide iFrame use the following command:
Syntax: [ hsframe src="url" ]
[hshtml title="Show all parameters"]
The following parameters can be added to the shortcode:
- Src: The URL from the site to be embedded.
- Title: The title of the window
- Caption: The caption of the window
- Height: The height of the window
- Width: The width of the window
- Group: The groupname of the window
[/hshtml]
- Table of Contents