Zythus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get Twitch's list of certain streamersSo I found this, and tried to make it work
https://github.com/FO-nTTaX/twitch-stream-list
I put index part into my sidebar, and it shows names in a list on the index page. I put fo_twitch.js and .php files in the same spot as other files and I change the jquery script src to https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js cause dude said to include it.It doesn’t show Online or Offline by the side of the names, like it should have
Any clue how can I fix it? It’s supposed to be easy, but apparently I’m too big of a newbie to do itForum: Fixing WordPress
In reply to: How to get Twitch's list of certain streamersOk, PHP sounds good.
So everything, including these calls and responses is in this file? All I have to do is get through these 4 thousand lines of code? My JS knowledge is very small. sorry for that.
Forum: Fixing WordPress
In reply to: How to get Twitch's list of certain streamersI’d rather go with PHP, as I’ve got a bit more experience with it, and looking at the code would mean something to me. When it comes to writing in JS, it doesn’t seem that simple to me.
But if there are any big advantages when doing it in one or the other, then I’m all ears ??
Forum: Fixing WordPress
In reply to: How to get Twitch's list of certain streamershttps://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md
It appears to me that it does.
Forum: Fixing WordPress
In reply to: How to get Twitch's list of certain streamersA bit of everything, now I’m spending a lot of time on that website, trying to make a lot of things, php/html/css. Got sidebar with twitter widget to work, but I wonder about that twitch thing. Why, is it a hard thing to do?
Forum: Fixing WordPress
In reply to: Content area overlapping Twitter widget on homepageYou’re a god dude. Thank you!
Well, what I did was basically copy whole functions.php from a clean, not-changed-anything theme, and replaced it with my file, starting from scratch. I took more care when removing any unnecessary code, and right now everything is working.