Miguel Dantas 0bb35d7e7f [LinkPreview] Fix 'no candidate for action "embedproxy"' 5 yıl önce
..
actions b25632ebc4 [PLUGINS] Fixed oEmbed dependents to use Embed 5 yıl önce
locale c7afe2f86c [TRANSLATION] Update Plugin POs 5 yıl önce
LinkPreviewPlugin.php 0bb35d7e7f [LinkPreview] Fix 'no candidate for action "embedproxy"' 5 yıl önce
Makefile 8babcc2ad2 Makefile to compress LinkPreview's js 14 yıl önce
README b25632ebc4 [PLUGINS] Fixed oEmbed dependents to use Embed 5 yıl önce

README

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

Note: This plugin depends on the "Embed" 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('Embed'); // Dependency
$config['attachments']['process_links'] = true;
$config['attachments']['thumbwidth'] = 42;
$config['attachments']['thumbheight'] = 42;
addPlugin('LinkPreview');