I can insert a whole web page in a div
or an IFrame
as:
<iframe src="http://www.stackoverflow.com" id="iframe" scrolling="no"></iframe>
But I need only icon and title for Iframe
.
I have no idea how to get only these items favicon icon
/ Apple-touch-icon
and title
of a website.
e.g. www.stackoverflow.com
, I need only its title
and favicon icon
/Apple-touch-icon
. Is there any plugin or any parser that can parse the HTML of a web page and return these?
Any help is appreciated.