Plugin Directory

Changeset 501538


Ignore:
Timestamp:
02/07/2012 09:12:16 AM (14 years ago)
Author:
gerhard
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ninja-embed-plugin/trunk/readme.txt

    r501537 r501538  
    7777As of version 1.3 it is now possible to remove the container around the embed code you can set the container to false(default is true):
    7878
    79 *`<?php media_embed(‘http://www.youtube.com/watch?v=EojN6r2VSR4', 800, 600, false); ?>`*
     79*`<?php media_embed('http://www.youtube.com/watch?v=EojN6r2VSR4', 800, 600, false); ?>`*
    8080
    8181OR if you don’t want to set the width and height and just remove the container:
    8282
    83 *`<?php media_embed(‘http://www.youtube.com/watch?v=EojN6r2VSR4', ”, ”, false); ?>`*
     83*`<?php media_embed('http://www.youtube.com/watch?v=EojN6r2VSR4', '', '', false); ?>`*
Note: See TracChangeset for help on using the changeset viewer.