YaWK
24.1
Yet another WebKit
|
Embed chaturbate room (or stream) on your website. More...
Public Member Functions | |
__construct ($db) | |
Load all widget settings from database and fill object. More... | |
embed () | |
Embed any chaturbate room on your website. More... | |
init () | |
printObject () | |
Print all object data. More... | |
setProperties () | |
Set widget properties from database and fill object params. More... | |
Public Attributes | |
$chaturbateDisableSound = '' | |
$chaturbateHeading = '' | |
$chaturbateHeadline = '' | |
$chaturbateHeight = '370' | |
$chaturbateRoom = '' | |
$chaturbateSubtext = '' | |
$chaturbateVideoOnly = '0' | |
$chaturbateVideoUrl = '' | |
$chaturbateWidth = '100%' | |
$widget = '' | |
Embed chaturbate room (or stream) on your website.
Embed any chaturbate channel or stream on your page.
Chaturbate.com is an adult webcam streaming service. With this widget, you can embed any public channel or stream from chaturbate onto your website. All you need is any chaturbate username you wish to embed. But there are a few things to setup. If you like to, you are able to set width, height sound settings and more. By using this widget, embedding a stream from chaturbate is very easy.
Definition at line 17 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::__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 45 of file chaturbate.php.
References $db, $settings, $value, and YAWK\widget\getWidgetSettingsArray().
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::embed | ( | ) |
Embed any chaturbate room on your website.
This method embeds the chaturbate stream
Definition at line 112 of file chaturbate.php.
Referenced by YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate\init().
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::init | ( | ) |
Definition at line 66 of file chaturbate.php.
References YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate\embed(), and YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate\setProperties().
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::printObject | ( | ) |
Print all object data.
(for development and testing purpose)
Definition at line 59 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::setProperties | ( | ) |
Set widget properties from database and fill object params.
Load all widget settings.
Definition at line 76 of file chaturbate.php.
Referenced by YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate\init().
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateDisableSound = '' |
string | Disable Sound |
Definition at line 30 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateHeading = '' |
string | Heading |
Definition at line 34 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateHeadline = '' |
string | Headline HTML Markup |
Definition at line 38 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateHeight = '370' |
string | Height in px |
Definition at line 28 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateRoom = '' |
string | Chaturbate room name (username) |
Definition at line 22 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateSubtext = '' |
string | Subtext |
Definition at line 36 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateVideoOnly = '0' |
string | Disable Sound |
Definition at line 32 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateVideoUrl = '' |
string | URL of your chaturbate stream |
Definition at line 24 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$chaturbateWidth = '100%' |
string | Width in percent |
Definition at line 26 of file chaturbate.php.
YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate::$widget = '' |
object | global widget object data |
Definition at line 20 of file chaturbate.php.