If the plugin just returns text instead of the actual video the pasted url is probably not valid or not from a valid video provider. Try inserting the raw embed code instead or check the docs to see which providers are supported.
Click the small media icon in the Featured Video input box on the post edit screen and upload your video or choose it from the media library. WordPress does not support all formats tho, check this table for details.
For the videos to be automatically displayed you need to define a Featured Image. Depending on your featured video settings this image will never be shown if a video is set. If your theme does not support featured images the plugin also has no chance of working out of the box.
Why does the frontend still display the featured image although I added a featured video to the post?
Sadly not all themes work out of the box. Themes need to make use of WordPress' native Post Thumbnail functionality (specifically get_the_post_thumbnail()
and/or the_post_thumbnail()
) - these functions are where the plugin can hook into the theme and modify what is displayed. Consider contacting the theme's creator or modifying the theme's sourcecode in order to add the plugin's PHP-functions.
Take a look at your media settings and try using a fixed width instead of responsive sizing.
While the plugin tries to handle infinite scrolling automatically, it does not work for all configurations. In those cases you will want to manually call initFeaturedVideoPlus()
using JavaScript everytime new articles have been loaded. Most infinite scroll plugins should have some kind of post-load hook.
Yes, please! Check out the official Featured Video Plus Translation Project.