• Dorian Vasco

    (@herrkaffeetrinken)


    Hi, i really like this plugin, but unfortunately its not working so well in WP 3.0.

    Its only possible to get the code embedded in the post if ‘html’ view is chosen and not ‘visual’.

    Furthermore there is a problem with a lot of pop-up menues because in the embed code the flash parameter
    <param name=”wmode” value=”transparent” />
    is missing.

    Would be cool if this get fixed for all users. I am not really a plug-in writer, but it should only little work.

    The missing flash parameter can be added this way: go to plug-ins -> edit and choose “Vimeo for WordPress” and the file “vimeo-for-wordpress.php”

    then search for the line 151:

    150	embed += fullscreen
    151	embed += '" ><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id='
    152	embed += document.vids.vids_menu.options[document.vids.vids_menu.selectedIndex].value;

    and add the following:
    embed += ‘” ><param name=”allowfullscreen” value=”true” /><param name=”wmode” value=”transparent” /><param name=”allowscriptaccess” value=”always” /><param name=”movie” value=”http://vimeo.com/moogaloop.swf?clip_id=&#8217;

    Repeat this with the lines 196 and 242. Done.

    Best Regards,
    Dorian

    http://wordpress.org/extend/plugins/vimeo-for-wordpress/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Vimeo for WordPress] Work only half with WP 3.0’ is closed to new replies.