Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

YouTube metabox

Opis

To get meta value in front-end, use get_post_meta() with meta key is youtube_id.

Example:

Print YouTube video ID:
ID, ‘youtube_id’, true);?>

Thumbnails:
<img src="http://img.youtube.com/vi/ID, ‘youtube_id’, true);?>/mqdefault.jpg” alt=”” />

Video player:

<iframe src="http://www.youtube.com/embed/ID, ‘youtube_id’, true); ?>” width=”588” height=”331” frameborder=”0” allowfullscreen>

Slike ekrana

  • YouTube metabox in WP 3.7
  • YouTube metabox in WP 3.8

Instalacija

  1. Upload youtube-metabox to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“YouTube metabox” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “YouTube metabox” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.