Demo – Advanced Galleries
The galleries on this page demonstrate a few of the many ways you can customize TubePress to suit your needs.
First Gallery
- Populated with videos of YouTube channel "3hough"
- Ajax-enabled pagination
- Uses FancyBox to play videos
- Relative dates (e.g. yesterday instead of November 3, 2009)
- Height/width of the embedded Flash player is set to 455px/625px
The TubePress shortcode used to create this gallery is
[tubepress mode="user" userValue="3hough" ajaxPagination="true" playerLocation="fancybox" relativeDates="true" uploaded="true" embeddedHeight="455" embeddedWidth="625"]
Second Gallery
- Populated with results of YouTube search for “funny cats dogs”
- Videos will play with ShadowBox after the users clicks a thumbnail
- 8 videos per page
- Show author, hide view count
The TubePress shortcode used to create this gallery is
[tubepress mode="tag" tagValue="funny cats dogs" playerLocation="shadowbox" resultsPerPage="8" paginationAbove="false" views="false" author="true"]
Third Gallery
- Populated with favorites of YouTube user “3hough”
- Videos will play in an HTML popup after the users clicks a thumbnail
- 9 videos per page
- Show video descriptions, but limit length to 10 characters
- Use Longtail’s FLV Media Player to play the videos
- Auto-play the video after the user clicks a thumbnail
The TubePress shortcode used to create this gallery is
[tubepress mode="favorites" favoritesValue="3hough" playerLocation="popup" resultsPerPage="9" paginationBelow="false" description="true" descriptionLimit="10" playerImplementation="longtail" autoplay="true"]
