Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

oEmbed for Comments

Description

It’s the same oEmbed functionality you know and love from your WP 2.9 post editor, now enabled for comments!

Your comments can now embed content from the following sites:

  • YouTube
  • Blip.tv
  • Vimeo
  • DailyMotion
  • Flickr
  • Hulu
  • Viddler
  • Qik
  • Revision3
  • Photobucket
  • Scribd
  • WordPress.tv

How do you use the plugin? Simple! Input any URL from one of the listed sites above into a comment.

When the comment is posted and approved, the URL automagically transforms into the embedded content.

Blacklist feature

This feature allows you to blacklist websites from being processed by oEmbed.

For example, say I wanted to block YouTube links from being embedded.

Open oembed-config.php in a text editor and add the following line to the end:

$oembed_comments['blacklist'][] = 'youtube.com';

This will blacklist all links from YouTube.com from being parsed.

Known issues

  • Hyperlinking an oEmbeddable link and inputting the same link in plain text will show the oEmbeddable item three times (two times if using anchor text) (not many people will do this)

Special thanks

Donate!

There are a couple of ways you can choose to support me:

  • Fund my work soundtrack! Music helps me help you! A dollar lets me buy a new tune off Amazon MP3, Amie Street or emusic.com! Or if you’re feeling generous, you can help me buy a whole CD! If you choose to donate, let me know what songs or which CD you want me to listen to! 🙂
  • Rate this plugin

Installation

This plugin requires at least WordPress 2.9

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Login to the WordPress dashboard and navigate to « Plugins > Installed ». Activate the « oEmbed for Comments » plugin.

FAQ

What is oEmbed

oEmbed is a simple API that allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource. It was designed to avoid copying and pasting HTML from the media you wish to embed.

What is oEmbed for Comments?

oEmbed for Comments utilizes WordPress’ own oEmbed class, so by default, you can share content from the following sites in your comments:

  • YouTube
  • Blip.tv
  • Vimeo
  • DailyMotion
  • Flickr
  • Hulu
  • Viddler
  • Qik
  • Revision3
  • Photobucket
  • Scribd
  • WordPress.tv

The plugin allows you to input any URL from one of the listed sites above into a comment.

When the comment is posted and approved, the URL automagically transforms into the embedded content. There is no GUI.

How do I extend WordPress’ oEmbed provider list?

By default, you can only embed content from websites listed on WordPress’ internal whitelist. This is to prevent the embedding of malicious content from untrustworthy websites.

To add an oEmbed provider, read the following article for more info:
https://codex.wordpress.org/Embeds#Adding_Support_For_An_oEmbed-Enabled_Site

The other option is you can override WordPress’ internal whitelist and enable any site that is oEmbeddable by downloading and activating Viper007Bond’s Enable oEmbed Discovery plugin.
You should only activate the oEmbed Discovery plugin if you trust your user base. You’ve been warned.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« oEmbed for Comments » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « oEmbed for Comments » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

0.6

  • First version!
  • Basically a port of my oEmbed for BuddyPress plugin 😉