Hi,

To embed video on home page, open vShare/templates/index.tpl file

and add
Code:
<object width="560" height="340">
<param name="movie" value="VIDEO_URL"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="VIDEO_URL" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed>
</object>
after
Code:
<div id="content">
'VIDEO_URL' text in embed code must be replaced by url to the video.

If you have any problem, open a support ticket at BuyScripts Helpdesk

with your vShare admin and FTP login details.

Thanks,

Buyscripts Team.