|
YaWK
24.1
Yet another WebKit
|
Facebook Like Page - embed like my facebook page. More...
Inheritance diagram for YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo:Public Member Functions | |
| __construct ($db) | |
| Load all widget settings from database and fill object. More... | |
| embedVideo () | |
| Embed any public facebook video on your page. More... | |
| init () | |
| Init facebook video. More... | |
Public Member Functions inherited from YAWK\widget | |
| getHeading ($heading, $subtext) | |
| Get widget heading and subtext, return headline. More... | |
| getWidgetSettingsArray ($db) | |
| Get widget settings and return it as array. More... | |
| printObject () | |
| Print all object data. More... | |
Public Attributes | |
| $fbVideoEmbedCode = "" | |
| $fbVideoHeading = "" | |
| $fbVideoHeight = "265" | |
| $fbVideoSubtext = "" | |
| $fbVideoWidth = "450" | |
| $widget = '' | |
Public Attributes inherited from YAWK\widget | |
| $data | |
| $date_publish | |
| $date_unpublish | |
| $folder | |
| $id | |
| $marginBottom | |
| $marginTop | |
| $name | |
| $pageID | |
| $position | |
| $published | |
| $sort | |
| $widgetTitle | |
| $widgetType | |
Additional Inherited Members | |
Static Public Member Functions inherited from YAWK\widget | |
| static | getAllSettingsIntoArray ($db, $widgetID) |
| Returns an array with all widget settings data. More... | |
| static | getAllWidgetTypes ($db) |
| Return all widget types as associative array. More... | |
| static | getCurrentWidgetPath ($db) |
| return current widget path More... | |
| static | getFacebookLikeBox () |
| return the facebook likebox widget More... | |
| static | getLoginBox () |
| return the user login box widget More... | |
| static | loadWidgetsOfPage ($db, $page) |
| Returns an array of all widgets that are linked with given page->id. More... | |
Facebook Like Page - embed like my facebook page.
Facebook video - embed any public facebook video on your page
Use this widget if you want to embed a facebook video on your page. You can embed any video, as long as it is public.
Definition at line 15 of file fb_video.php.
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::__construct | ( | $db | ) |
Load all widget settings from database and fill object.
| object | $db | Database Object |
Load all widget settings on object init.
Definition at line 35 of file fb_video.php.
References $db, $settings, $value, and YAWK\widget\getWidgetSettingsArray().
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::embedVideo | ( | ) |
Embed any public facebook video on your page.
Embed any public facebook video on your page
Definition at line 61 of file fb_video.php.
References YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo\$fbVideoEmbedCode.
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::init | ( | ) |
Init facebook video.
Facebook video Widget
Definition at line 49 of file fb_video.php.
References YAWK\widget\getHeading().
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::$fbVideoEmbedCode = "" |
| string | Html code that you get from facebook |
Definition at line 20 of file fb_video.php.
Referenced by YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo\embedVideo().
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::$fbVideoHeading = "" |
| object | string Heading above the facebook video |
Definition at line 26 of file fb_video.php.
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::$fbVideoHeight = "265" |
| string | Height of the video in px or percent |
Definition at line 24 of file fb_video.php.
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::$fbVideoSubtext = "" |
| object | string Subtext beside the heading |
Definition at line 28 of file fb_video.php.
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::$fbVideoWidth = "450" |
| string | Width of the video in px or percent |
Definition at line 22 of file fb_video.php.
| YAWK\WIDGETS\FACEBOOK\VIDEO\fbVideo::$widget = '' |
| object | global widget object data |
Definition at line 18 of file fb_video.php.