Chimo ba2975aac8 Update handle() method on Action subclasses. il y a 8 ans
..
actions ba2975aac8 Update handle() method on Action subclasses. il y a 8 ans
js 97830b0701 Preparing plugins for no-minify-in-core-policy il y a 10 ans
locale d7fd6bac72 Snapshot of the Transifex translation project - October 2015 il y a 9 ans
LinkPreviewPlugin.php 2c5cba28b6 Change status.net/wiki URLs to git.gnu.io il y a 8 ans
Makefile 8babcc2ad2 Makefile to compress LinkPreview's js il y a 14 ans
README a614205663 Add plugin READMEs il y a 8 ans

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