Skip to content

Instantly share code, notes, and snippets.

@litzinger
Created June 6, 2012 13:09
Show Gist options
  • Save litzinger/2881749 to your computer and use it in GitHub Desktop.
Save litzinger/2881749 to your computer and use it in GitHub Desktop.
Wyvern Video Module Tags
<!--
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