This plugin will embed the rich content from any 3rd party site into your website and will show as a Preview. This will scrape the content from the provided URL and fetch all the below listed fields.
This is similar to Facebook wall URL Preview feature, where user entered URL will be used to fetch Rich Content from the site and a preview of the site will be shown immediately.
- Page Title
- Description
- Keywords
- Site specific Images
- Video URL
- Deploy the urlparsing folder to your apache htdocs folder(your document root)
- Load index.html in browser. Ex: http://[servername]/urlparsing
- You can enter your own URL in the textbox or click on the sample link provided.
- Rich Content will be parsed in the parse.php and JSON object will be returned.
- Returned JSON object will be used for showing the content in UI.
Page Title
- Title Tag
- Open Graph Meta tag (og:title)
Description
- HTML Meta Tag
- Open Graph Meta tag (og:description)
- HTML5 Microdata (itemprop)
Site Specific Images
- Open Graph Meta tag (og:image)
- HTML Link tag
- All images in the page, which will be filtered per custom logic
Video URL
- Open Graph Meta tag (og:video)
- Twitter Meta tag (twitter:player)
Keywords
- HTML Meta tag
Report issues/features on github, please.