Hi,

I was wondering how can we do link previews for video link like facebook which brings video to the page once you shared the link.

Thanks in advance

You Can use the below code in your page
just replace the source path at embed src="flash/logoround.swf"
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="364" height="54">
<param name="movie" value="flash/logoround.swf" />
<param name="quality" value="high" />
<embed src="flash/logoround.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="364" height="54"></embed>
</object>

Thanks shravan24 for reply,

but it is not what I want actually.
I want to share youtube, vimeo or other video sharing website link on my web page,
and I want that video could be watched on the page as soon as I shared the link.

How can I do that like facebook ?

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.