I need a way to visually represent a random web page on the internet.
Let's say for example this web page.
Currently, these are the standard assets I can use:
- Favicon: Too small, too abstract.
- Title: Very specific but poor visual aesthetics.
- URL: Nobody cares to read.
- Icon: Too abstract.
- Thumbnail: Hard to get, too ugly (many elements crammed in a small space).
I need to visually represent a random website in a way that is very meaningful and inviting for others to click on it.
I need something like what Facebook does when you share a link:
It scraps the link for images and then creates a beautiful meaningful tile which is inviting to click on.
Any way I can scrape the images and text from websites? I'm primarily interested in a Objective-C/JavaScript combo but anything will do and will be selected as an approved answer.
Edit: Re-wrote the post and changed the title.