the question I have is how exactly does wordpress pull in their “news” content into each dashboard? I want to implement a similar concept in my script, but I don’t think get_file_contents() is the best choice. What would be my best option? I was thinking using javascript, but from what I understand you cannot make requests on other domains?
Thank you
You can, via JSONP. http://en.wikipedia.org/wiki/JSONP