On my profile page there is a thumbnail screen capture of my homepage. I would like to add that feature to my web site -- does anyone know what DP used to get that thumbnail?
I don't know what DPers use but if you are running a linux machine you can get a screenshot using xwd command
It's difficult to do using just PHP since you really need a browser to render the page first and then screenshot it + save etc. There are two ways that I would choose from: - Using a linux browser programatically via PHP with xwd to take the screenshot. - Use a third party API such as shrinktheweb or snapcasa.
You can always look up thumbalizer, it's a beta app, with a simple api for usage. Or use thumbnails pro, which is found here Hope that helps you out.
how can this be done? is it possible to run an application in graphical mode through shell functionality on php?