Plugin Fancy Link
Introduced in Tiki 29.1
Use this wiki plugin to display rich, interactive previews for external URLs and internal Tiki content.
Instead of plain text links, the plugin renders preview cards or popover previews showing a title, description, image, and site information extracted from the target URL.
The plugin supports:
External websites (using OpenGraph, Twitter Cards, or standard meta tags)
Internal Tiki links such as wiki pages, tracker items, and spreadsheets
Parameter
Display a rich preview of an external URLIntroduced in Tiki 29. Required parameters are in
bold.Go to the source code
Preferences required: wikiplugin_fancylink
| Parameters | Accepted Values | Description | Default | Since |
|---|---|---|---|---|
url |
url | URL to preview | ||
preview |
y n |
Display rich preview instead of a simple link | y | |
showdesc |
y n |
Display the URL description | y | |
showimage |
y n |
Display the URL image | y |
Preferences required: wikiplugin_fancylink
Examples
Display a full preview card for an external website:
{FANCYLINK(url="https://www.wikipedia.org")}{FANCYLINK}
Renders as:
Use an internal wiki page URL:
{FANCYLINK(url="tiki-index.php?page=HomePage")}{FANCYLINK}
Renders:
Use a tracker item URL:
{FANCYLINK(url="tiki-view_tracker_item.php?itemId=1")}{FANCYLINK}
Displays on this site:
