Show and Hide Div Element - Toggling When Clicking

0

I'm creating a video page on Google's Blogger.

When I add 1 or more videos on the same page the server shows this code.

As you can see, each code corresponds to 1 video.

How do I not display all the videos?

Would it be that although all videos are on the page, only 1 appears?

And go alternate as you click on the corresponding video number?

Code

3
<div class="separator" style="clear: both; text-align: center;">
<object class="BLOG_video_class" contentid="000" height="266" id="BLOG_video-000" width="320"></object></div>

4
<div class="separator" style="clear: both; text-align: center;">
<object class="BLOG_video_class" contentid="000" height="266" id="BLOG_video-000" width="320"></object></div>

5
<div class="separator" style="clear: both; text-align: center;">
<object class="BLOG_video_class" contentid="000" height="266" id="BLOG_video-000" width="320"></object></div>

6
<div class="separator" style="clear: both; text-align: center;">
<object class="BLOG_video_class" contentid="000" height="266" id="BLOG_video-000" width="320"></object></div>
    
asked by anonymous 20.11.2018 / 02:47

0 answers