Skip to content

Karamellwuerfel/YouTubeViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

YouTubeViewer

Badges

INSTALLATION

  1. Copy the "core/modules/YouTubeViewer"-folder into your "core/modules"-folder of your va

  2. Copy the "core/templates/YouTubeViewer"-folder into your "core/templates"-folder of your va

  3. To show the modulein the navigation:<li><a href="<?php echo url('/YouTubeViewer'); ?>">YouTubeViewer</a></li>

(Tested on PHPVMS Version 5.5.2)

OPTIMIZATION

  • Change width and height of youtube video frame (core/modules/YouTubeViewer/YouTubeViewer.php:27-28)
//Video size in PIXELS
$width = '560';
$height = '315';
  • Change how many "last videos" should be shown (core/modules/YouTubeViewer/YouTubeViewer.php:31)
//How many last videos should show
$videos = '3';

UPCOMING FEATURES

Badges

Badges

About

A phpvms module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages