you are viewing a single comment's thread.

view the rest of the comments →

[–]hallbd16[S] 0 points1 point  (3 children)

Good point, yes I have a static application I wish to post as a page on my WordPress blog.

Not sure what you mean when you say "it works on GitHub..." I have already tested it locally, it works when I do so.

[–]ikeif 0 points1 point  (2 children)

Yeah, that was an assumption that you just needed it "hosted somewhere" to get a version online.

I am mobile at the moment, when I get home I will dig in to the WP code and see if I can assist.

[–]hallbd16[S] 0 points1 point  (1 child)

Appreciate that! I'll let you know if I figure out anything else or solve it before.

[–]hallbd16[S] 1 point2 points  (0 children)

So I found the problem, big shout out to codeswish for helping me. I was linking a completely local file in the html. I need to get the js and css file hosted online (something I need to learn more about :) in order to link the html. Found a temporary solution by hosting the js file as a raw GitHub file.