YouCount / youcount.github.io

YouCount allows you to see the subscriber count of any YouTube user in realtime. It has been designed using the Material Design language and is optimized for mobile devices and older browsers.
https://youcount.github.io
GNU General Public License v3.0
27 stars 26 forks source link

iFrame is a blank square #2

Closed astrike30 closed 5 years ago

astrike30 commented 5 years ago

The embedded iFrame comes out as a blank square as shown in this image here down below. Any idea what may be causing that? I have added the source for a test html file down below. Thanks for any help.

<!DOCTYPE html>
<html style="background-color: black">

<iframe src="https://youcount.github.io/e/#!/tseriesmusic" height="1000" width="2500" frameborder="0"></iframe>

</html>
20manas commented 5 years ago

I think it's because you are running the page locally. It will probably start working correctly once you upload the page on a server and then load it from the URL of the page on the server.