brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs %!s(int64=5) %!d(string=hai) anos
..
actions ba2975aac8 Update handle() method on Action subclasses. %!s(int64=8) %!d(string=hai) anos
js 97830b0701 Preparing plugins for no-minify-in-core-policy %!s(int64=10) %!d(string=hai) anos
locale c7afe2f86c [TRANSLATION] Update Plugin POs %!s(int64=5) %!d(string=hai) anos
LinkPreviewPlugin.php 46f98b3142 [VersionBump] 1.19.0, fairly late %!s(int64=5) %!d(string=hai) anos
Makefile 8babcc2ad2 Makefile to compress LinkPreview's js %!s(int64=14) %!d(string=hai) anos
README a614205663 Add plugin READMEs %!s(int64=8) %!d(string=hai) anos

README

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

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

Installation
============
add "addPlugin('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
=======
addPlugin('Oembed'); // Dependency
$config['attachments']['process_links'] = true;
$config['attachments']['thumbwidth'] = 42;
$config['attachments']['thumbheight'] = 42;
addPlugin('LinkPreview');