Extension talk:EmbedVideoPlus
Template
editI 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
editI 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)
Full screen
editDoes anybody know how to allow full screen button being functional with Dailymotion ?
File Not Found Errors in Apache Log
editThe 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