-1
I have the address of a web radio and I would like it to work on the Wordpress site. I put the code below in my header.php and this radio should appear as navbar at the top of the entire site.
<!-- Rádio Web -->
<?php include 'https://player.maxcast.com.br/comunidadedomdedeus';
?>
<!-- Rádio Web -->
Error print below:
https://imgur.com/a/zYzZYTK
But it’s just a link that works as a navbar, which is why I used include. I don’t have the whole navbar code. Of course I can get the source code but the result is the same.
– fabricio_wm
Yes, it is a navbar within a full page structure, with html tags, head, body, scripts etc...
– Sam
What is the suggestion? iframe?
– fabricio_wm
An iframe can be a good output and work.
– Sam
I had already tried with iframe but it was not very good. I will try again.
– fabricio_wm
I got it, @Sam. ?
– fabricio_wm
I will formulate. Success!
– Sam