π Link Previewer Extension
An extension for MIT App Inventor 2.Link Previewer - Fetch title, description, image, favicon, etc.
The Link Previewer extension brings smart URL preview functionality to your Kodular projects β just like you see in messaging apps like Telegram, WhatsApp, or Facebook Messenger.
With a single method, you can extract rich metadata from any website or article link and display it beautifully in your app.
Features
Fetches Title and Description
Loads Open Graph Images (thumbnails)
Gets the website Favicon
Extracts Canonical URL
Detects Site Name and Content Type (video, article, etc.)
Includes an error event if metadata canβt be fetched
Specifications
Package: com.syntex.linkpreviewer
Size: 283.97 KB
Minimum API Level: 7
Updated On: 2025-04-06T18:00:00Z
Built & documented using: FAST-CLI
Kodular Blocks
Events:
LinkPreviewer has total 2 events.
GotPreview
Fires when metadata is successfully fetched
Parameter | Type |
---|---|
url | text |
title | text |
description | text |
image | text |
favicon | text |
canonicalUrl | text |
siteName | text |
type | text |
PreviewFailed
Fires if fetching preview failed
Parameter | Type |
---|---|
url | text |
error | text |
Method:
LinkPreviewer has total 1 method.
GetLinkPreview
Fetch metadata from a URL
Parameter | Type |
---|---|
url | text |
Download LInk
com.syntex.linkpreviewer.aix (285.2 KB)
Example
If it helpfull give a like