Stock Market Ticker Tape

Has anyone implemented a Stock Market Ticker, thats pulls data from like a Yahoo Finance API or anything like that?

If so how would you do that?

I found this online,

http://codecanyon.net/item/stock-market-widgets/full_screen_preview/11667244

but it relies on you uploading a external css style sheet and javascript file, which im guessing you can’t upload, because there’s no access to the webflow server.

Thanks

You can host .js and .css in google docs:
http://www.komku.org/2013/08/how-to-host-javascript-or-css-files-on-google-drive.html

then just reference the files in the head of the page you want the widget on.

1 Like

Ah thanks very much! I’ll give that a go.

Cheers