Download 3.1.6 PDF - Read the Docs

Transcript
TubePress Documentation, Release
user
Gallery source
Description
Notes
Shortcode
example
Standalone PHP
example
YouTube
documentation
user
YouTube videos uploaded by a specific YouTube user. The YouTube user is defined by the
value you supply to the userValue attribute.
Limited to 1000 videos.
[tubepress mode="user" userValue="3hough"]
TubePressPro::getHtmlForShortcode(’mode="user"
userValue="3hough"’);
Click here
youtubeMostPopular
Gallery
source
Description
Shortcode
example
Standalone
PHP example
YouTube documentation
youtubeMostPopular
The most popular YouTube videos, selected using a YouTube algorithm that combines many
different signals to determine overall popularity. You can supply all_time or today to the
youtubeMostPopularValue option to control the time frame of the results.
[tubepress mode="youtubeMostPopular"
youtubeMostPopularValue="all_time"]
TubePressPro::getHtmlForShortcode(’mode="youtubeMostPopular"
youtubeMostPopularValue="all_time"’);
Click here
youtubeRelated
Gallery source
Description
Shortcode
example
Standalone
PHP example
YouTube
documentation
youtubeRelated
YouTube videos related to a specific YouTube video. The target YouTube video is identified by
the value supplied to the youtubeRelatedValue option.
[tubepress mode="youtubeRelated"
youtubeRelatedValue="ZTUVgYoeN_b"]
TubePressPro::getHtmlForShortcode(’mode="youtubeRelated"
youtubeRelatedValue="ZTUVgYoeN_b"’);
Click here
Embedded Video Player
100
Chapter 3. Reference