The plugin uses cURl direkt instead of WordPress’ built in HTTP class. If your sever does not support cURL, the plugin can not work and you got this message. Deinstall the plugin and use another one. Or replace the curl_it()
function within the plugin with something stable.
Update
The workaraound:
Open the plugin file youtube-sidebar-widget.php
and replace the function curl_it()
with this:
function curl_it($url) {
$data = wp_remote_get( $url );
return ( ! is_wp_error( $data ) && isset( $data['body'] ) ) ?
$data['body'] : false;
}
Related Posts:
- Lightbox Plus ColorBox plugin and auto playing YouTube video
- How to import my YouTube channel into WordPress?
- Choopy Video Playback in a popup using Artiss Youtube Embed [closed]
- Can someone please help me find a solution to my youtube embed problems? [duplicate]
- Fetching Video From YouTube Automatically [closed]
- Being notified when some YouTube video in some post becomes unavailable
- Any way to use a custom Parameter for youtube embed without using an iframe?
- How to link to YouTube videos with thumbnails?
- How can I use a video header that’s over 8MB?
- How can i add all videos from youtube playlist as post?
- Use oEmbed in List Items
- How to generate video out of images via WordPress plugin
- How to save post change url youtube link?
- Linking an image to open a youtube video in lightbox/fancybox in wordpress
- Fullscreen Video/GIF Intro
- How to embed .mp4 videos in a WordPress post?
- Let users sell video in my website [closed]
- Is there a way to keep youtube videos from displaying on home page, and display only on single posts?
- Publishing a video from blog to youtube
- Rename Smart YouTube’s httpv back to http for all posts
- Thumbnail image doesn’t show up in Shortcode output
- Is there a way to auto generate poster image for videos
- Render Shortcode in Lightbox Gallery
- Render Shortcode in Lightbox Gallery
- How to install ffmpeg extension for php 5.6.25 for wp video posts plugin?
- change output location of plugin function using a custom hook
- Have video content populate page from upload sub-directory?
- Being notified when some YouTube video in some post becomes unavailable
- Enable Downloads on WordPress Attachment Page
- YOAST slug does not take the custom permalink I have made
- Why wordpress site is hitting itself
- Plugin Icon does not work correctly
- How to customized post slider layout in elementor wordpress [closed]
- Transfer wordpress comments form on another post [closed]
- Product customizing quiz – quiz adding products to the cart
- Achieve the following layout
- I want create woocommerec match products columns
- How to be Variables and options must be escaped when echo’d?
- WordPress Convert queries to slashes using function.php
- I’m getting the following error: Fatal error: Uncaught Error: Call to undefined function oil_paint_regeneration() [closed]
- Redirect a specific User role not admins automatically to view the post that they just updated
- jet engine listing for every single taxonomy in post type [closed]
- Selectively override Easy Digital Downloads protection via filter
- How to check record is exist or not in WordPress CRUD Operation with $wpdb
- Upload the images folder with sub-folders directly to server
- How to change all the urls of the WordPress site?
- Remove embed url for internal links
- Rewrite Rule in htaccess convert query string into slashes
- Change email notification language based on the site language in WPForms
- Limit entry to a WordPress page
- How to export post tags from wordpress
- 404 Error on a WordPress Website, Error disappears for a while and again appears
- Running a function using Crown WordPress on one day a week, for example, Mondays of every week
- Plugin_Upgrader not working if function is called from remote server
- Sort posts by Date (DESC) and by ACF: active_inactive (ASC)
- ShipStation WooCommerce Integration error
- Show WooCommerce products based on query parameters on redirect
- Ad Management Plug that can be used on a membership site
- Relationship field only loads items to administrator
- Failed to update a post when I add a taxonomy to it
- how to code activate/deactive button of custom plugin within backend?
- Is it possible to create post in wordpress using postman?
- WordPress Custom Page Blog Template Pagination Problem (Pagination Not Displaying)
- How do I remove the filter from the orders and add custom status in Dokan?
- Add Text in Single Product Page On a Specific Category
- How does one add numbers to an admin menu?
- Create new page without menu in custom wordpress plugin
- How to override plugin function in code snippets WordPress
- Brands Filter Not Working For On Sale Products
- Custom URL image is not zooming
- Tips on using a custom template with Ultimate Member
- how to make yoast seo read text from custom fields in custom post type
- How to give specific class name to category in wordpress with code snippets
- How can I show the responses from the forms on my different site in the admin panel using rest api?
- How can I view the responses of contact forms on different sites in one panel or elsewhere? [duplicate]
- How can I gather forums posted by visitors from different sites in one place? [duplicate]
- How can I view forums from different sites in a single panel? [duplicate]
- How to make a Template page to show the information of different things Shop and Product page?
- Does anyone recognize these table names?
- move setting data from wordpress api to codestar freamwork
- Page with redirect
- Manually update notification of plugins needing updating
- The Admin page isn’t showing in the sidebar of the dashboard
- How to access the page without registering in wordpress
- wp_enqueue_script doesn’t load JS in plugin
- Problem moving to category posts page
- AI Code For OpenAI
- On WordPress.org Plugin repository, Last Updated Date doesn’t match with Plugin Version Update Date
- How to add a simple design in classic editor plugin creating post page through another Wp plugin
- How to Deobfuscate a sourcecop protected WordPress plugin?
- How to fix Fatal error: Cannot redeclare get_cli_args() in class-wp-importer.php
- CPT template is not being automatically used single post pages
- Is there any performance difference between duplicating composer packages among multiple plugins and not doing it? How can I avoid it?
- Why is my activator class adding the files/running the actions I add?
- The Best Multilanguage Plugin supporting the FSE [closed]
- admin_enqueue_scripts using hook_suffix vs GET page
- Split Million WordPress Post’s Into Multiple Database Server
- How to make content as required in custom post type?
- Categories not showing when all of the posts are private
- How to create a “Most Popular” & “Latest” TAB in WordPress