Title: Problem with video posts
Last modified: August 22, 2016

---

# Problem with video posts

 *  [rivnet](https://wordpress.org/support/users/rivnet/)
 * (@rivnet)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-video-posts/)
 * I receive the error when trying to insert video link via Video URL field:
 *     ```
       Warning: call_user_func_array() [
       function.call-user-func-array
       ]: First argument is expected to be a valid callback, 'WP_oEmbed::_strip_newlines' was given in /var/www/website/website.com/wp-includes/plugin.php on line 214
       ```
   
 * It works when this line 214 in deactivating in plugin.php file, but some plugins
   just stop working.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [jezza101](https://wordpress.org/support/users/jezza101/)
 * (@jezza101)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-video-posts/#post-5266870)
 * Getting this too when I post a twitter link into bbpress. Hmmm….
 *  [tatiane_gonzaga](https://wordpress.org/support/users/tatiane_gonzaga/)
 * (@tatiane_gonzaga)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-video-posts/#post-5266872)
 * I had this problem when upgraded to version 4, I decided making _strip_newlines
   function as published in wp-includes / class-oembed.php thus:
 * private function _strip_newlines ($ html, $ data, $ url) {
 * change to:
 * **public **function _strip_newlines ($ html, $ data, $ url) {
 * Assim funciona (how it works) =D

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with video posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/baskerville/2.3.1/screenshot.jpg)
 * Baskerville
 * [Support Threads](https://wordpress.org/support/theme/baskerville/)
 * [Active Topics](https://wordpress.org/support/theme/baskerville/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/baskerville/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/baskerville/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [tatiane_gonzaga](https://wordpress.org/support/users/tatiane_gonzaga/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-video-posts/#post-5266872)
 * Status: not resolved