Bu eklenti, WordPress'in son 3 ana dağıtımı ile test edilmemiş. Artık bakımı yapılmıyor veya desteklenmiyor olabilir ve WordPress'in daha güncel sürümleriyle birlikte kullanıldığında uyumluluk sorunları olabilir.

oEmbed for Comments

Açıklama

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

Yükleme

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.

SSS

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.

İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

Katkıda Bulunanlar ve Geliştiriciler

“oEmbed for Comments” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

Değişiklik Kaydı

0.6

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