ibarmin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Easy Embed] [Plugin: WP Easy Embed] Conflict with image uploadI’ll look into this
Forum: Plugins
In reply to: [WP Easy Embed] [Plugin: WP Easy Embed] Doesn't work with Multisite ?Also, in 1.2 default settings will be applied to a multisite blog on its creation
Forum: Plugins
In reply to: [WP Easy Embed] [Plugin: WP Easy Embed] Doesn't work with Multisite ?Also, note, that configuration is per blog,
you (or owner of that blog) have to enable respective buttons in Settings > WP Easy Embed for that blog.
Forum: Plugins
In reply to: [WP Easy Embed] [Plugin: WP Easy Embed] Doesn't work with Multisite ?So, plugin works after activation – for main site?
For all other sites – in plugins menu, is plugin showing as active?So, one blog has oEmbed Provider installed and you want to embed posts from it on second blog, that has WP Easy Embed installed, right?
For second site you should read this:
http://codex.wordpress.org/Embeds#Adding_Support_For_An_oEmbed-Enabled_Site
and add something like this<?php $sourceBlog = trailingslashit('http://example-blog.com/'); //if you installed wordpress in a folder, not in a root - add path to that folder $format = $sourceBlog . '*'; $provider = $sourceBlog . 'wp-content/plugins/oembed-provider/oembed-provider.php'; wp_oembed_add_provider($format , $provider ); ?>in your code (either in a plugin or in a theme functions.php file).
Forum: Plugins
In reply to: [WP Easy Embed] [Plugin: WP Easy Embed] What services does it supports?Basically, all services that use oembed.com functionality
Youtube, vimeo, blip.tv, flickr, also please take a look at:
http://www.oembed.com/#section7Forum: Fixing WordPress
In reply to: Widgets sometimes stop drag&droppingHmm, it is impossible if you have not updated jquery ui draggable to 1.8.11 by hand
Found a root of the problem, if someone interested
It is denoted here:
http://jqueryui.com/docs/Changelog/1.8.11
http://dev.jqueryui.com/ticket/5563And wordpress 3.1.2 have jquery.ui at 1.8.9 version by default
Forum: Fixing WordPress
In reply to: Widgets sometimes stop drag&droppingWell, i dont changed theme for test installation, it’s just default wp coming from download link on the front page on wordpress.org
Can you say what browser you are using, if possible?