soSeriesLanding
Tag Name
soSeriesLandingDescription
Displays name, image/video, and description of a media series along with a list of the programs within the series. This tag allows you to provide a "landing" spot for a media series so that people can see, subscribe to, and share information about it.If you specify an image in the Series admin (in the "Main Series Image (or Video ID)" field, then it will be displayed on this page.
NOTE: This tag is designed for use with two other tags: soMediaLibrary and soProgramLanding.
Optional Parameters
- autoPlay (True/False): Controls whether the video player on this page will begin playing automatically, as soon as the page loads. Default is True.
- displayDescending (True/False): If set to True, the programs on the series landing page will display in descending order. Default is False.
- DisplayEmailUpdates (True/False): Controls whether the email updates link appears (which enables subscription to a media series). If set to False, the link will be removed. Default is True.
- displayFuturePrograms (True/False): Controls whether future programs will appear. If set to True, then future programs will appear on the list but they will not be clickable. Default is True.
- h (integer): Sets the height, in pixels, of the video player. Default is 360.
- muteOnPlay (True/False): If set to True, then the video player will initially turn off all audio. Default is False.
- sermonWord (default is "Sermon"): This word will be used in various locations on the screen. If your organization doesn't use sermons, you can change this to something else like "Program" or "Presentation".
- shareThis (True/False): If True, this will cause SiteOrganic to display a "ShareThis" icon, with links to social networking sites you specify. Default is NOT to show the shareThis button. See instructions below.
- shareThisPublisher (string): Assumes that "shareThis" is set to True. See instructions below.
- speakerColumnTitle (default is "Speaker"): Change this parameter to control the title of the Speaker column. For example, you could change it to say "Presenter" or "Actor."
- titleWord (default is 'Title"): This word appears as the column header, above the names of your programs. You can specify a different term if you prefer (e.g. "Name" or "Slug").
- toolbarAlpha (Integer 0 to 100): Defines the opacity of the video player's toolbar. Default is 60.
- toolbarColor (Hex): Defines the color of the video player's toolbar background. Default is 000000 (black).
- w (integer): Sets the width, in pixels, of the video player. Default is 480.
Example
{soSeriesLanding(displayFuturePrograms=True,speakerColumnTitle=Artist)}In the above example, a series will be displayed. For series that have a video in the "Main Series Image (or Video)" field, the video player will be sized at 320x240px, and the video will not play until clicked. The toolbar on the video player will be red.
Special Instructions For ShareThis (Social Network Sharing) Button
SiteOrganic has special integration with the ShareThis service, to make it easy for you to provide social network sharing options on your media pages. If you wish to use this option, here are instructions to get you started:- Visit http://www.sharethis.com
- Click "Register” at the very top of the site.
- Create your account. Click the Register button.
- Once you're signed up, you should land on the My Account screen. If not, just click the "My Account" link at the very top of the screen.
- Look for your publisher key... it's at the bottom of the screen. it should look something like this: 5e4b439a-48kk-4b2e-4532-3d5bc36c4c18. You will need to copy this number.
- Return to the SiteOrganic Page editor. Open your Program Landing page for editing and paste the publisher number (from step 5, above) into the tag. It should look something like this: {soProgramLandingw=480,h=270,shareThis=True,shareThisPublisher=5e4b439a-48kk4b2e-4532-3d5bc36c4c18)}
- Click save. You may wish to add the sharethis option to the tag on Program Landing page, as well.