B
B
bo8832013-03-19 08:52:51
PHP
bo883, 2013-03-19 08:52:51

Loading page content from a link

Friends, tell me if there are ready-made solutions for loading page content via a link, like on Twitter, Facebook, VKontakte. python|php
For example, when you paste a link into the post field on the wall in a contact, a thumbnail view is loaded with a short note of the page.

PS: I'll add: the view being loaded is not a screenshot of the page, but the content part.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
B
bo883, 2013-03-19
@bo883

found solution lab.leocardz.com/facebook-link-preview-php--jquery/
1.https://github.com/LeonardoCardoso/Facebook-Link-Preview
2.https://github.com/Ekito/bootstrap- linkpreview

S
Sergey, 2013-03-19
@Ualde

It's just AJAX and it doesn't matter what server language it's in.

L
limitium, 2013-03-19
@limitium

You need something like www.shrinktheweb.com google site preview

A
Alexey Akulovich, 2013-03-19
@AterCattus

You can make a screen with any size using PhantomJS
The dimensions of the "window" are set like this:
page.viewportSize = { width: 600, height: 600 };
If you need a more powerful tool, then there is spynner for python. But it has more system requirements.

P
Petrusha Ukropov, 2013-03-19
@artishok

open graph protocol
ogp.me/

I
issssrt, 2013-12-06
@issssrt

Typical AJAX, you can make your own decision.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question