Alright all,
Been doing a bit of research and want to know if anyone else has tried this... and what approach would you take.
I'm planning on doing a website which will display a screenshot of a website (maybe based on the url in someones email address).
There's going to be alot of people getting this so, pre-production of the screenshots isn't a solution.
Soooooo... does anyone know of any solutions:
- Thumbnail service that builds on demand (no queuing)?
- HTML5/Canvas script that will let me do this. I've found one but it won't run cross site.
- Any other solution?
It'll be built in PHP.
Thanks
PVS.
You can use html2canvas. More information here.