README.txt |
README.txt |
|
-- SUMMARY --
This module creates a youtube channel in a block for the website.
With a given youtube channel username you can access the latest videos
of the user. You can also set the height and width required for the
youtube channel.
To use… |
youtubechannel.admin.inc |
youtubechannel.admin.inc |
|
admin file for youtubechannel. |
youtubechannel.css |
themes/simple/youtubechannel.css |
|
#youtubechannel-player {
margin-bottom: 10px;
}
#youtubechannel-list{
overflow-y: scroll;
margin: 0;
padding: 0;
}
#youtubechannel-list h3{
display: none;
}
#youtubechannel-list li {
background: none;
display: inline;
float: left;
… |
youtubechannel.css |
themes/complex/youtubechannel.css |
|
.clear{clear: both;}
#youtubechannel-player {
margin-bottom: 10px;
}
#youtubechannel-player iframe{
float:left;
}
#youtubechannel-list{
float: left;
width:240px !important;
overflow-y: scroll;
margin: 0;
padding:… |
youtubechannel.info |
youtubechannel.info |
|
name = Youtube Channel
description = Shows the list of youtube videos from a Youtube Channel.
core = 6.x |
youtubechannel.install |
youtubechannel.install |
|
Install file for the module. |
youtubechannel.module |
youtubechannel.module |
|
module file for youtubechannel. |
youtubechannel.tpl.php |
themes/simple/youtubechannel.tpl.php |
|
|
youtubechannel.tpl.php |
themes/complex/youtubechannel.tpl.php |
|
|
youtubechannel_videos.tpl.php |
youtubechannel_videos.tpl.php |
|
|