zshall / program-guide

Television Simulator '99
MIT License
21 stars 19 forks source link

Dynamic fake ad support #9

Closed zshall closed 7 years ago

zshall commented 7 years ago

Replace the placeholder text on the left with a dynamic updating area. This area will show either text or custom HTML. It will be able to have a custom background color. It'll update every 30 seconds and go to the next section in the <ads> section.

Maybe I'll need to have an ads.json instead so I can do complex HTML without needing lots of CDATA.

Another approach is to have iframes with the ads in them. Not a bad idea actually.