Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0 il y a 4 ans
..
actions b25632ebc4 [PLUGINS] Fixed oEmbed dependents to use Embed il y a 5 ans
locale a9c365a5eb [VersionBump] 2.0.0alpha0 il y a 4 ans
LinkPreviewPlugin.php b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL il y a 5 ans
Makefile 8babcc2ad2 Makefile to compress LinkPreview's js il y a 14 ans
README b25632ebc4 [PLUGINS] Fixed oEmbed dependents to use Embed il y a 5 ans

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