Perhaps you can help illustrate this request further by providing a link to an example page on your site and describing what you’d wish to happen.
-EmbedPlus Team
sorry, my bad. 🙂
i am talking about posts like this on my site: http://wolkify.com/importance-active-contraction/
my theme has an integrated player for youtube, i would need your plugin only to promote my youtube channel on the front page, which works perfectly: http://wolkify.com
so i want to turn off your plugin for all posts basically.
any thoughts?
thanks, moritz
There’s no way to do something like that through the plugin. But, a workaround might be to add this to your theme’s functions.php file:
remove_filter( ‘the_content’, array(‘YouTubePrefs’, ‘apply_prefs_content’), 1);
Added but it’s still emedded video into posts.
btw added at the end of function.php file of my theme
or may its WordPress doing by default? Translate link to embeded video and not your plugin?