I can not get a player on my blog?

0

There's no way for a top player on my blog radio ... I put the code and nothing appears ... I tried below the head and nothing ... in the javascript option and nothing ...

The player code is this:

<iframe src="http://player.srvstm.com/player-barra/9188/000000"frameborder="0" width="100%" height="31"></iframe>

I thought it was the layout because baxei of the internet, but neither creating a new blog without any changes did not work ... Can someone help me? I'm already going crazy with these codes

    
asked by anonymous 06.11.2017 / 02:24

1 answer

0

If you put in this structure it works, but the player you are getting is getting offline so it will not even appear to test take its link link and put it in your browser, it will give timeout maybe this is your difficulty I tested now was working and then stopped for this reason

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>CliSrc1</title>
</head>
<body>

  <iframe src="http://player.srvstm.com/player-barra/9188/000000"frameborder="0" width="100%" height="31"></iframe>

</body>
</html>

    
06.11.2017 / 04:21