You can put the shortcode **[YouTubeVideoFeed]** anywhere you want inside the content of a page or post.
You can also add a number of attributes to configure the videos that will be embedded:
* 'width' (numeric) Width of the HTML video object
* 'height' (numeric) Height of the HTML video object
* 'title' (string) Heading Title of area where the videos will be displayed.
* 'channel' (string) Specify the YouTube channel.
* 'maxfeeds' (numeric) Number of video feeds to show.
* 'showtitle' (numeric) Set to '1' will show video feed title.
* 'orderby' (string) Can either be 'published', 'rating', 'relevance', (default) 'viewCount'.
* 'showrelated' (numeric) Set to '1' will search for related to your page video feeds.
* 'showdesc' (numeric) Set to '1' will show video feed description.
* 'maxsentences' (numeric) Maximum number of sentences to show in video feed description.
* 'maxtextsz' (numeric) Maximum number of characters (text size) of video feed description to show.
Shortcode Example 1: **[YouTubeVideoFeed channel="nsasoft" maxfeeds="3" orderby="viewCount" title="Popular Videos"]** Will show three videos from YouTube channel named "Nsasoft" ordered by view count with heading title "Popular Videos".
Shortcode Example 2: **[YouTubeVideoFeed channel="nsasoft" maxfeeds="3" showrelated="1" orderby="relevance"]** Will show three videos from YouTube channel named "Nsasoft" that is related to this post or page.
Shortcode Example 3: **[YouTubeVideoFeed maxfeeds="3" showrelated="1"]** Will show three videos from All YouTube that is related to this post or page.
Shortcode Example 4: **[YouTubeVideoFeed channel="nsasoft" maxfeeds="3" orderby="viewCount" showtitle="1" showdesc="1" maxsentences="1" maxtextsz="400"]** Will show three videos from YouTube channel named "Nsasoft" ordered by view count, with title and 1 sentence from description with maximum 400 characters size.
Shortcode Example 5: **[YouTubeVideoFeed channel="nsasoft" maxfeeds="3" orderby="relevance" showrelated="1" showtitle="1" showdesc="1" maxsentences="1" maxtextsz="400" width="500" height="400"] ** Will show 1 video from YouTube channel named "Nsasoft" ordered by relevance count, with title and 1 sentence from description with maximum 400 characters size. |