For modern web development, you can use RSS macros or pre-built readers to embed content. A simple RSS reader in NativeScript - Raymond Camden
https://feedburner.com (Google Developers Blog). feeds,feedburner,com
// Example callout to a FeedBurner feed Http h = new Http(); HttpRequest req = new HttpRequest(); req.setEndpoint('http://feeds.feedburner.com/developerforce/developerelations'); req.setMethod('GET'); HttpResponse res = h.send(req); // Parse the XML response Dom.Document doc = res.getBodyDocument(); Dom.XmlNode root = doc.getRootElement(); Use code with caution. Copied to clipboard For modern web development, you can use RSS