<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Localbiz Vortex Support Forum - Working With Video Embeds]]></title>
		<link>http://supportforum.localbizvortex.com/</link>
		<description><![CDATA[Localbiz Vortex Support Forum - http://supportforum.localbizvortex.com]]></description>
		<pubDate>Thu, 16 Apr 2026 07:38:00 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Creating an Inline Text Link For Video]]></title>
			<link>http://supportforum.localbizvortex.com/thread-77.html</link>
			<pubDate>Tue, 10 Jan 2017 10:35:54 +0000</pubDate>
			<guid isPermaLink="false">http://supportforum.localbizvortex.com/thread-77.html</guid>
			<description><![CDATA[Vortex is set up so that whenever you paste a standard Youtube or Vimeo share link (E.G. <a href="https://www.youtube.com/watch?v=K3uG4x7xrLs" target="_blank">https://www.youtube.com/watch?v=K3uG4x7xrLs</a> ) into any page or post, then when that text share link is clicked, the video will pop out into a lightbox and be ready for playing.<br />
<br />
<span style="text-decoration: underline;">For example:</span> To make this work, you would create some text like "Watch Video" and select that text to make it into a link. Then when you insert the standard share link of either Youtube or Vimeo, it will display that video automatically via a lightbox when the link is clicked.]]></description>
			<content:encoded><![CDATA[Vortex is set up so that whenever you paste a standard Youtube or Vimeo share link (E.G. <a href="https://www.youtube.com/watch?v=K3uG4x7xrLs" target="_blank">https://www.youtube.com/watch?v=K3uG4x7xrLs</a> ) into any page or post, then when that text share link is clicked, the video will pop out into a lightbox and be ready for playing.<br />
<br />
<span style="text-decoration: underline;">For example:</span> To make this work, you would create some text like "Watch Video" and select that text to make it into a link. Then when you insert the standard share link of either Youtube or Vimeo, it will display that video automatically via a lightbox when the link is clicked.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Inserting Video Into The Featured Panel]]></title>
			<link>http://supportforum.localbizvortex.com/thread-39.html</link>
			<pubDate>Wed, 13 Aug 2014 11:57:34 +0000</pubDate>
			<guid isPermaLink="false">http://supportforum.localbizvortex.com/thread-39.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">Basically this is controlled via Custom Fields panel in your page editor.</span><br />
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.<br />
<span style="font-weight: bold;">Method:</span><br />
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.<br />
<br />
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.<br />
<br />
<span style="font-weight: bold;">IMPORTANT:</span> Make sure you have selected the "featured panel" page template in the page editor.<br />
<br />
<span style="font-weight: bold;">About Mobile Browser Videos</span><br />
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).<br />
<span style="font-weight: bold;"><br />
IMPORTANT:</span> Here's the correct mobile friendly code for the main featured panel videos:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;iframe width="430" height="320" src="http://www.youtube.com/embed/rWiKt9rbwUw?hl=en&amp;fs=1&amp;autoplay=1&amp;hd=1&amp;controls=0" frameborder="0" allowfullscreen="true"&gt;&lt;/iframe&gt;</code></div></div>
]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">Basically this is controlled via Custom Fields panel in your page editor.</span><br />
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.<br />
<span style="font-weight: bold;">Method:</span><br />
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.<br />
<br />
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.<br />
<br />
<span style="font-weight: bold;">IMPORTANT:</span> Make sure you have selected the "featured panel" page template in the page editor.<br />
<br />
<span style="font-weight: bold;">About Mobile Browser Videos</span><br />
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).<br />
<span style="font-weight: bold;"><br />
IMPORTANT:</span> Here's the correct mobile friendly code for the main featured panel videos:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;iframe width="430" height="320" src="http://www.youtube.com/embed/rWiKt9rbwUw?hl=en&amp;fs=1&amp;autoplay=1&amp;hd=1&amp;controls=0" frameborder="0" allowfullscreen="true"&gt;&lt;/iframe&gt;</code></div></div>
]]></content:encoded>
		</item>
	</channel>
</rss>