YaWK  24.1
Yet another WebKit
fb_video.php
Go to the documentation of this file.
1 <?php
2 /** @var $db \YAWK\db */
3 if (!isset($fbVideo))
4 { // load facebook video class
5  require_once 'classes/fb_video.php';
6  // create new facebook video object
7  $fbVideo = new \YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo($db);
8 }
9 // init facebook video button
10 $fbVideo->init();