Extension talk:EmbedVideoPlus

From mediawiki.org
Latest comment: 14 years ago by Dieudo in topic Full screen

Template[edit]

I used the example template but I can't change the size of the video. I was hoping another example template could be posted to clarify. Thanks a lot 16:10, 8 May 2010 (UTC)

Works in v1.14[edit]

I just installed this extension into my wiki debatrix that runs v1.14 and it works great. Thanks for the added functionality of the EmbedVideo extension --Jake4d 02:10, 16 June 2009 (UTC)Reply

Full screen[edit]

Does anybody know how to allow full screen button being functional with Dailymotion ?

--Dieudo 12:40, 10 December 2009 (UTC)Reply

File Not Found Errors in Apache Log[edit]

The EVP extension adds a message to System messages called "embedvideoplus-embed-clause," which creates a message with the following HTML mark-up:

$wgMessageCache->addMessage('embedvideoplus-embed-clause',
'<div class="thumb t$5">'.
    '<div class="thumbinner" style="width:$2px;">'.
        '<object width="$2" height="$3">'.
            '<param name="movie" value="$1"></param>'.
            '<param name="wmode" value="transparent"></param>'.
            '<embed src="$1" type="application/x-shockwave-flash" wmode="transparent" width="$2" height="$3"></embed>'.
        '</object>'.
        '<div class="thumbcaption"><div class="magnify"><a href="$1" class="internal" title="Go To $6"><img src="/wikis/rf/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>$4</div>'.
    '</div>'.
'</div>'

The div class "thumbcaption" looks for "magnify-clip.png" image in a very specific location: <img src="/wikis/rf/skins/common/images/magnify-clip.png" />. If the /skins/common/images directory for your wiki does not happen to be located at "/wikis/rf" then multiple "File Not Found" messages occur in the Apache error log.

I can change the path for the image source to the right location for my wiki but I thought you might like to know. If there's another solution, please advise.

Thanks, Patricia Barden patricia (AT) prwatch.org