Just curious as to how we'd go about getting Vimeo support working? I know that the Shadowbox supports it (though it can be somewhat tricky to get up and running) but would love to have it working with my wordpress blog.
Just curious as to how we'd go about getting Vimeo support working? I know that the Shadowbox supports it (though it can be somewhat tricky to get up and running) but would love to have it working with my wordpress blog.
Take a look at the forum archives located at http://forum.sivel.net/viewtopic.php?id=148
This should help.
Using the exact code provided on the post linked above, the shadowbox player doesn't load. Clicking on the link just fills the entire browser window with SWF.
Any ideas?
Fix: I had to manually load the SWF player using the init method. Example:
Shadowbox.init({
players: ["swf"]
});@bmzero: where would you place this code? In a <script> tag in the heading or somewhere else? Thanks!
@jpelker: there should be no need, the plugin handles this on it's own. As long as you have the swf player selected on the settings page, and your theme has <?php wp_footer(); ?> in it's footer.php you should be good to go.
This topic has been closed to new replies.