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

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');