Link Search Menu Expand Document

Constructor: pageBlockEmbed

Back to constructors index

An embedded webpage

Attributes:

NameTypeRequiredDescription
full_widthBoolOptionalWhether the block should be full width
allow_scrollingBoolOptionalWhether scrolling should be allowed
urlstringOptionalWeb page URL, if available
htmlstringOptionalHTML-markup of the embedded page
poster_photo_idlongOptionalPoster photo, if available
wintOptionalBlock width, if known
hintOptionalBlock height, if known
captionPageCaptionYesCaption

Type: PageBlock

Example:

$pageBlockEmbed = ['_' => 'pageBlockEmbed', 'full_width' => Bool, 'allow_scrolling' => Bool, 'url' => 'string', 'html' => 'string', 'poster_photo_id' => long, 'w' => int, 'h' => int, 'caption' => PageCaption];