YaWK
24.1
Yet another WebKit
|
Facebook Like Page - embed like my facebook page. More...
Public Member Functions | |
__construct ($db) | |
Load all widget settings from database and fill object. More... | |
embedPosting () | |
Embed any public facebook posting on your page. More... | |
init () | |
Init facebook posting. More... | |
![]() | |
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 | |
$fbPostEmbedCode = "" | |
$fbPostHeading = "" | |
$fbPostHeight = "265" | |
$fbPostSubtext = "" | |
$fbPostWidth = "450" | |
$widget = '' | |
![]() | |
$data | |
$date_publish | |
$date_unpublish | |
$folder | |
$id | |
$marginBottom | |
$marginTop | |
$name | |
$pageID | |
$position | |
$published | |
$sort | |
$widgetTitle | |
$widgetType | |
Additional Inherited Members | |
![]() | |
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 Posting - embed any public facebook posting on your page
Use this widget if you want to embed a facebook posting on your page. You can embed any posting, as long as it is public.
Definition at line 15 of file fb_post.php.
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::__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_post.php.
References $db, $settings, $value, and YAWK\widget\getWidgetSettingsArray().
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::embedPosting | ( | ) |
Embed any public facebook posting on your page.
Embed any public facebook posting on your page
Definition at line 61 of file fb_post.php.
References YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting\$fbPostEmbedCode.
Referenced by YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting\init().
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::init | ( | ) |
Init facebook posting.
Facebook Posting Widget
Definition at line 49 of file fb_post.php.
References YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting\embedPosting(), and YAWK\widget\getHeading().
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::$fbPostEmbedCode = "" |
string | Html code that you get from facebook |
Definition at line 20 of file fb_post.php.
Referenced by YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting\embedPosting().
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::$fbPostHeading = "" |
object | string Heading above the facebook posting |
Definition at line 26 of file fb_post.php.
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::$fbPostHeight = "265" |
string | Height of the posting in px or percent |
Definition at line 24 of file fb_post.php.
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::$fbPostSubtext = "" |
object | string Subtext beside the heading |
Definition at line 28 of file fb_post.php.
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::$fbPostWidth = "450" |
string | Width of the posting in px or percent |
Definition at line 22 of file fb_post.php.
YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting::$widget = '' |
object | global widget object data |
Definition at line 18 of file fb_post.php.