Skip to content

pelargir/youtube_tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= YouTube Tags

Enables inclusion of YouTube videos within Radiant pages.

  <ul>
    <r:youtube user="pelargir">
       <r:videos count="5">
         <li>
           <img src="<r:video:thumbnail />" /><br />
           <a href="<r:video:url />"><r:video:title /></a><br />
           <r:video:view_count> - <r:video:published />
         </li>
       </r:videos>
    </r:youtube>
  </ul>

Depends on the youtube-g gem being installed.

About

Enables inclusion of YouTube videos within Radiant pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages