UBB.Dev
Posted By: Gizmo PhotoBucket Video - Custom Tag - 09/22/2015 5:32 AM
About
This Custom Tag will allow you to syndicate PhotoBucket Videos. Users will need to copy the "Video URL" into the video tags (or the editor if enabled).

Tags
Code
[video:pb][/video]

Example
An example of the embedded video can be found on the VNC Web Services Demo Forums.

Install
Save "CustomTag.txt" (with the code provided) and import into the "Custom Tags" feature of the control panel:
Control Panel -> Tools & Info -> Content Rebuilder -> Custom Tags -> Import new tags (bottom tab)

CustomTag.txt
Code
<?php
$export_tags = array (
0 =>
array (
'tag' => 'video:pb',
'descrip' => 'PhotoBucket Video (via URL)',
'prompt' => 'PhotoBucket URL',
'regex' => '(.+?)',
'markup' => '<embed width="400" height="225" type="application/x-shockwave-flash" allowFullscreen="true" allowNetworking="all" wmode="transparent" src="http://static.photobucket.com/player.swf" flashvars="file=\\\\1&title=">

',
),
);
?>
Posted By: JAISP Re: PhotoBucket Video - Custom Tag - 03/11/2017 2:36 AM
I know this is a very old post but I was unable to get this to work. I have a few community members who would love to share their Photobucket videos.

Is there an update to this tag?
Posted By: Gizmo Re: PhotoBucket Video - Custom Tag - 03/11/2017 3:54 AM
I can't get their recent videos page to load on Firefox or Edge to even begin to troubleshoot.
© UBB.Developers