Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 5 lat temu
..
actions b25632ebc4 [PLUGINS] Fixed oEmbed dependents to use Embed 5 lat temu
js e858629ac3 [aab] Revert structural change of v2 5 lat temu
locale e858629ac3 [aab] Revert structural change of v2 5 lat temu
LinkPreviewModule.php caf00429b5 Merge branch 'new_modules_system' into experimental 5 lat temu
Makefile 8babcc2ad2 Makefile to compress LinkPreview's js 14 lat temu
README 34bfdc3e91 [CORE] Refactor Plugin API to Module API 5 lat temu

README

The LinkPreview plugin adds a UI for previewing thumbnails from links.

Note: This plugin depends on the "Embed" plugin.

Installation
============
add "addModule('LinkPreview');"
to the bottom of your config.php

Settings
========
process_links: Whether to process links or not
thumbwidth: The width of the link preview
thumbheight: The height of the link preview

Example
=======
addModule('Embed'); // Dependency
$config['attachments']['process_links'] = true;
$config['attachments']['thumbwidth'] = 42;
$config['attachments']['thumbheight'] = 42;
addModule('LinkPreview');