Richard MacManus has been there and done it for years. As part of the team writing the AltPlatform website and covering the open web it's good to see him personally diving headlong into the indieweb.
"I want to re-discover blogging in 2017 – what it can do in this era, who’s doing interesting things and how, and what opportunities there might be for the Open Web to cross into the mainstream."
My current method of getting remote page titles is a bit of a hacky workaround. After seeing how easy it is to access XML elements from RSS feeds, getting the title as a DOM element looks like it could definitely be the way to go.
In reply to: 18/06/2017, 14:13…
Got the method of parsing a page title using DOMDocument working. Simplified things a bit from the example shared by Eli and had to use loadHTMLFile() rather than loadHTML() – seems okay though.
Will do some more testing and, if all looks good, update the ‘Likes and Replies’ plugin.