Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to put youtube small thumbnail and click to enlarge


majik2015

Recommended Posts

hello,

 

i am searching everywhere how to put couple of YouTube video in my osc like thumbnail (smaller) and click on it to enlarge to see them

 

here is the code i got now

 

define('TEXT_INFORMATION', '<div>
  <div style="display:inline-block; width:25%">   
<iframe src="https://www.youtube.com/embed/9uY_YPmIqbo"frameborder="0" allowfullscreen></iframe>
</div>
<p>Wowtv Demo</p>
<div style="display:inline-block; width:25%">
   <iframe src="https://www.youtube.com/embed/3rXBQQvGNkM"frameborder="0" allowfullscreen></iframe>
  </div>
<p>Wowtv Subcription</p>
</div> ');
?>

 

but its still not like a thumbnail to click to enlarge

 

the link of the two video i put: http://www.tvboxwow.com/privacy.php?language=en

 

let me know plz

 

thanks

 

majik

Link to comment
Share on other sites

hello,

 

i am searching everywhere how to put couple of YouTube video in my osc like thumbnail (smaller) and click on it to enlarge to see them

 

here is the code i got now

 

define('TEXT_INFORMATION', '<div>

  <div style="display:inline-block; width:25%">   

<iframe src="https://www.youtube.com/embed/9uY_YPmIqbo"frameborder="0" allowfullscreen></iframe>

</div>

<p>Wowtv Demo</p>

<div style="display:inline-block; width:25%">

   <iframe src="https://www.youtube.com/embed/3rXBQQvGNkM"frameborder="0" allowfullscreen></iframe>

  </div>

<p>Wowtv Subcription</p>

</div> ');

?>

 

but its still not like a thumbnail to click to enlarge

 

the link of the two video i put: http://www.tvboxwow.com/privacy.php?language=en

 

let me know plz

 

thanks

 

majik

 

its fixed thanks

Link to comment
Share on other sites

  • 4 months later...

Hi,

I am using BS version (newburns from Github), I tried to use iframe

 <iframe src="http://player.vimeo.com/video/27525931?title=0&byline=0&portrait=0&autoplay=1" width="400" height="300" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> 

and flash plugin

 <object type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/watch?v=tAbsmHMAhrQ?fs=1&autoplay=1"><param'>http://www.youtube.com/watdch?v=tAbsmHMAhrQ?fs=1&autoplay=1"><param name="movie" value="http://www.youtube.com/watch?v=tAbsmHMAhrQ?fs=1&autoplay=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /></object> 

both doesn't show up the video on screen. However with the vimeo one, i can hear the audio at the background, just no video on screen itself at all.

 

Can anyone please help with this issue? Ideally want to have a page just with all video list (like 10 video thumbnails or more) and when you click on each thumbnail, then youtube or vimeo video (or any other media player) popup and play on the popup screen. And if these video links can be managed at the backend will be wonderful.

 

Thanks!

 

Lyn

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...