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

Tags
Code
[video:yahoo][/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:yahoo',
'descrip' => 'Yahoo Video',
'prompt' => 'Enter the Yahoo Syndication Link; eg: https://screen.yahoo.com/xxxx.html',
'regex' => '(.*yahoo.com)/(.+?).html',
'markup' => '<iframe width="400" height="225" scrolling="no" frameborder="0" src="\\\\1/\\\\2.html?format=embed" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" allowtransparency="true"></iframe>',
),
);
?>
© UBB.Developers