How to Download Featured Video Plus website plugin It’s the time! You can. Get Featured Video Plus 2.3.3 (or higher version) website plugin created by Alexander Höreth and use it for your personal or business site.. This Plugin 2.3.3 version was updated on 2 years but maybe there is a newer version available.What could you do with this awesome wp-plugin? [‘Featured Videos work like Featured Images, just smoother: Paste a video URL into the designated new box on the post edit screen and the video will be displayed in place of a post image..’] Are you thinking of installing this wordpress plugin? Let’s check out:
How to Install Featured Video Plus WordPress Plugin?
Installation
Installation
- Visit your WordPress Administration interface and go to
Plugins -> Add New
- Search for
Featured Video Plus
, and clickInstall Now
below the plugin’s name - When the installation finished, click
Activate Plugin
The plugin is ready to go. Now edit your posts and add video links to the Featured Video
box on the right! Plugin specific settings can be found under Settings -> Media
.
Theme integration
If the automatic integration fails you can always fallback to either using the shortcode or adjusting your themes sourcecode manually:
Shortcode
[featured-video-plus]
[featured-video-plus width=300]
PHP-functions
the_post_video( $size )
has_post_video( $post_id )
get_the_post_video( $post_id, $size )
get_the_post_video_url( $post_id )
get_the_post_video_image( $post_id )
get_the_post_video_image_url( $post_id )
All parameters are optional. If no $post_id
is given the current post’