Created
June 6, 2012 13:09
-
-
Save litzinger/2881749 to your computer and use it in GitHub Desktop.
Wyvern Video Module Tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Simple tags to query each service by username and/or keyword and return most information about the video, | |
including a full iframe embed tag. Each query is cached as well for quicker load times. | |
--> | |
{exp:wyvern_video:youtube username="someone" limit="3" query="kittens"} | |
{video_id} | |
{title} | |
{content} or {description} | |
{url} | |
{url_mobile} | |
{thumbnail_0} {thumbnail_1} {thumbnail_2} {thumbnail_3} | |
{author} | |
{category_name} | |
{duration} | |
{view_count} | |
{favorite_count} | |
{id} | |
{published} | |
{updated} | |
{embed} {!-- Full iframe embed, width and height can be set as a tag parameter --} | |
{/exp:wyvern_video:youtube} | |
{exp:wyvern_video:vimeo username="another_person" limit="5" offset="5" query="kittens"} | |
{video_id} | |
{title} | |
{content} or {description} | |
{url} | |
{url_mobile} | |
{thumbnail_0} {thumbnail_1} {thumbnail_2} {thumbnail_3} | |
{author} | |
{category_name} | |
{duration} | |
{view_count} | |
{favorite_count} | |
{id} | |
{published} | |
{updated} | |
{embed} {!-- Full iframe embed, width and height can be set as a tag parameter --} | |
{/exp:wyvern_video:vimeo} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment