Is there any way to get a certain thumbnail generated by PHP from a live given URI? I also would want to do this for the live on click image.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Form what i understand you want to generate thumbnail of a given website via its URL ???
If that is what you want then Website screenshots using PHP would help you
I prefer the Pure PHP option if you are using a windows server but if not then you would have to use 3rd party APU like http://www.thumbalizr.com/apitools.php
Another method is using HTML5 Canvas or Converting the site to PDF -> PNG or any image format
I hope this information helps
Thanks
🙂