Your visitors do not pay the owner of the copyrighted material. Neither do you.
Therefor you can not use / include / iframe protected ( = valuable) movies / webcams from someone else on your website.
If you try to do that you can use the inspect function of your browser to check the “hidden” error-messages.
Most of the time they are similar to “Not allowed to run in an iframe”
OK, so I have to ask site owner permission for using webcam in popup.
While if I simply want to open it in another window or tab, in normal mode by clicking on the webcam block image, which command should I use instead of “iframe”?
Should I use a command like "WebCam?
Thanks.
Either you want a link in the bottom of a webcam block to go to another website.
But that is not possible, this feature was removed on user request.
All block-bottom-links should remain inside the dashboard environment.
Currently, when using external links in a block footer, the link is executed in the same tab as the dashboard itself.
So the visitor has to use the “back-arrow” in the browser to see your dashboard again.
Or you have an image in the webcam block and when clicked it should go to another website
You should adapt the webcam block.
As an example I use webcam3_c_block.php|01|2020-12-02|
Change the line 5 to use your image $webcam_img = ‘./img/whatever.jpg’; // demo value, replace with your link
Change line 7 to not use a popup when this image is clicked $click_large = ‘xxxx’; // click in the box will popup a large image
Oh yes, I’m sure you’re right, since I went to the site of the guy who posted here and saw that he put a YouTube video inside the webcam module, I thought it was enough to change the link. How can I integrate my live webcam stream on YouTube?