The following warnings occurred:
Warning [2] Trying to access array offset on value of type null - Line: 4483 - File: inc/functions.php PHP 8.2.30 (Linux)
File Line Function
/inc/functions.php 4483 errorHandler->error
/inc/class_session.php 505 my_strlen
/inc/class_session.php 360 session->create_session
/inc/class_session.php 75 session->load_guest
/global.php 55 session->init
/printthread.php 17 require_once
Warning [2] Undefined variable $mybb - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 63 makeprintablenav
Warning [2] Attempt to read property "settings" on null - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 63 makeprintablenav
Warning [2] Trying to access array offset on value of type null - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 63 makeprintablenav
Warning [2] Undefined variable $forums - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 63 makeprintablenav
Warning [2] Undefined variable $mybb - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Attempt to read property "settings" on null - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Trying to access array offset on value of type null - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Undefined variable $forums - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Undefined array key 37 - Line: 184 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 184 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Trying to access array offset on value of type null - Line: 1229 - File: inc/functions.php PHP 8.2.30 (Linux)
File Line Function
/inc/functions.php 1229 errorHandler->error
/printthread.php 72 forum_permissions
Warning [2] Trying to access array offset on value of type null - Line: 1229 - File: inc/functions.php PHP 8.2.30 (Linux)
File Line Function
/inc/functions.php 1229 errorHandler->error
/printthread.php 72 forum_permissions
Warning [2] Undefined array key "canonlyviewownthreads" - Line: 78 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 78 errorHandler->error
Warning [2] Undefined array key "page" - Line: 86 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 86 errorHandler->error
Warning [2] Undefined variable $multipage - Line: 24 - File: printthread.php(163) : eval()'d code PHP 8.2.30 (Linux)
File Line Function
/printthread.php(163) : eval()'d code 24 errorHandler->error
/printthread.php 163 eval



Localbiz Site Builder Support Forum
Inserting Video Into The Featured Panel - Printable Version

+- Localbiz Site Builder Support Forum (http://supportforum.localbizsitebuilder.com)
+-- Forum: Working With Localbiz Site Builder (/forum-8.html)
+--- Forum: Working With Video Embeds (/forum-37.html)
+--- Thread: Inserting Video Into The Featured Panel (/thread-39.html)



Inserting Video Into The Featured Panel - Frank S. - 08-13-2014 06:57 PM

Basically this is controlled via Custom Fields panel in your page editor.
If you can't see a custom fields panel just go to the top of your page editor and click the "On Screen Options" tab and then from the drop down menu select "custom field" and that panel will then show up.
Method:
The way to insert video is to create a new custom field and name it "video" (exact spelling all lower case) then to the right in the "Value" field you paste in your Youtube or Vimeo (or whatever) video embed code and click save and now the video will appear in the featured panel. Make sure to change the dimensions in the embed code to 430x320px for a neat fit or if you're using the wider gallery display you can set your video size to 650px X 320px.

If you like to use a WP video embed plugin such as Viper Video Tags or Traffic Player that uses shortcode you can do so. You can also use WP-flowplayer plugin to display any video that you have uploaded to you media gallery. Just take the short_code from your plugin for the video you want to feature and paste it into the "video" Custom Field you created.

IMPORTANT: Make sure you have selected the "featured panel" page template in the page editor.

About Mobile Browser Videos
We actually arrived at a special code path inclusion that we had to implement in order for videos to show on iPhone and Android. Basically where the youtube path normally says "/v=" we have to replace with "/embed/" and that makes it work (well one of the things).

IMPORTANT:
Here's the correct mobile friendly code for the main featured panel videos:
Code:
<iframe width="430" height="320" src="http://www.youtube.com/embed/rWiKt9rbwUw?hl=en&fs=1&autoplay=1&hd=1&controls=0" frameborder="0" allowfullscreen="true"></iframe>