Hi!
I'm completely new to programming I just know HTML/CSS and I learned a bit about simple things like Variables, functions, arrays, loops and objects (but haven't had the chance to use them yet).
I'm trying to teach myself how to make a very specific product: pull a facebook feed from my facebook page and display it on a blog like this wordpress plugin : http://zoxion.com/walleria/wall-demo/
I want to come up with a script that does this EXACT thing (because the plugin is buggy and the developer I think has abandoned the project, so I need to either learn enough to reverse engineer his plugin, or make one from scratch myself that I can maintain NOT NECESSARILY IN PLUGIN FORM). But it seems a bit advanced (especially the ability to like and comment from the embedded feed - which is amazing!) so to start I just want to learn how to pull a facebook feed without that functionality from the facebook api and embed it on my wordpress site.
But while I'm eager to learn, I have no idea where to start, what this project entails, and what steps I should take (and in what order) to learn enough php to do this.
So I'm asking around for any experienced php developers who can perhaps tell me "what you're trying to do means doing x,y,z -> therefore you should get familiar with the following concepts or patterns".
Again I'm a complete newbie - so I apologize if my post is vague or if what I'm asking actually requires too much time or effort to help me! Any pointers big or small that can set me on the right path would be incredible.
Thank you for your time!