Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0 2 years ago
..
actions b25632ebc4 [PLUGINS] Fixed oEmbed dependents to use Embed 4 years ago
locale 6e031d623a [VersionBump] 2.0.0beta0 2 years ago
LinkPreviewPlugin.php 165edc2609 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2 years ago
Makefile 8babcc2ad2 Makefile to compress LinkPreview's js 13 years ago
README b25632ebc4 [PLUGINS] Fixed oEmbed dependents to use Embed 4 years ago

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