Author: Manuel Lemos
Viewers: 121
Last month viewers: 1
Categories: Notable Packages
Facebook allows users to submit posts that refer external pages. When the user is composing a post, the user can see a preview of an external page embedded in the preview of the post being edited.
This package allows implementing a similar feature on regular sites. It can display previews of external pages on posts being created in any PHP site.
Read this article to learn more details about how this notable PHP package works.
This package allows implementing a similar feature on regular sites. It can display previews of external pages on posts being created in any PHP site.
Read this article to learn more details about how this notable PHP package works.
The package PHP Page Preview is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Display the preview of a page like Facebook posts
Here follows in more detail what it does:
This class can be used to display the preview of a page like Facebook posts.
It takes as parameter the URL of a given page and retrieves that page HTML to parse it.
The class extract several relevant details of the page and returns a JSON encoded array that is used on the browser side to render a preview of the page using HTML and JavaScript provided by this package.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Display the preview of a page like Facebook posts
Here follows in more detail what it does:
This class can be used to display the preview of a page like Facebook posts.
It takes as parameter the URL of a given page and retrieves that page HTML to parse it.
The class extract several relevant details of the page and returns a JSON encoded array that is used on the browser side to render a preview of the page using HTML and JavaScript provided by this package.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.