owncloud / gallery

:sunrise: Gallery app for ownCloud, which includes previews for all supported media files
GNU Affero General Public License v3.0
88 stars 65 forks source link

Add oEmbed support for image links #611

Open oparoz opened 8 years ago

oparoz commented 8 years ago

Feature request

User type: External

User level: Advanced

Description

oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.

http://oembed.com/

It requires 2 URLs:

It's a standard when it comes to providing more information about an image via a simple link and is even used by the popular embedly.

Risk / caveats

Might require core or another app to store additional information about the file, such as the image's dimension

Sponsorship

Could be part of GSOC 2016 (Read the wiki!)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

oparoz commented 8 years ago

This issue was moved to nextcloud/gallery#135