Featured Image from URL (FIFU)
WordPress plugin for remote featured images and more FIFU has helped thousands of websites worldwide save storage, processing resources, and time since 2015. If you are tired of wasting time and resources with thumbnail regeneration, image optimization, and never-ending imports, this plugin is for you. Featured image Use a remote image as the featured image of your post, page, custom post type, or WooCommerce product. Remote featured image Featured image alternative text Optimized images Make all images square Image search with Unsplash Default featured image Hide featured media Modify post content Auto set image title Featured image column Quick Edit [PRO] Image search with a search engine [PRO] Disable right-click [PRO] Save in the media library [PRO] Replace not found image [PRO] Custom popup [PRO] bbPress and BuddyBoss Platform integration [PRO] Page redirection Category image Use a remote image for categories and other supported taxonomy terms. Remote category image Category image alternative text Automatic featured media Auto set featured media from post content [PRO] Auto set featured image using post title and a search engine [PRO] Auto set featured media using web page address [PRO] Auto set product images from ASIN [PRO] Auto set featured media from custom field [PRO] Auto set screenshot as featured image [PRO] Auto-share on social media Automation WP-CLI integration Developer functions [PRO] Add-on for WP All Import [PRO] WooCommerce import [PRO] Advanced REST API integrations WooCommerce Remote product image Lightbox and zoom Remote product category image [PRO] Gallery for remote images [PRO] Gallery for remote videos [PRO] Category images auto set [PRO] Variable product image tools [PRO] Variation image tools [PRO] Gallery for variation images [PRO] Save in the media library [PRO] FIFU product gallery [PRO] Quick Buy [PRO] Add image to order email Featured video The PRO version supports featured videos from services and external video files. [PRO] Featured video [PRO] Watch later [PRO] Video thumbnail [PRO] Play button [PRO] Minimum width [PRO] Video controls [PRO] Autoplay on mouseover [PRO] Autoplay [PRO] Playback loop [PRO] Mute Widgets for Elementor Featured image [PRO] Featured video Fields for Gravity Forms Featured image [PRO] Featured video [PRO] Featured slider Fields for Dokan Featured image [PRO] Product gallery Other PRO features [PRO] Featured audio [PRO] Featured slider [PRO] Image and video galleries [PRO] Shortcodes [PRO] Advanced WooCommerce media features Functions for developers Featured image: fifu_dev_set_image($post_id, $image_url) Product category image: fifu_dev_set_category_image($term_id, $image_url) [PRO] Featured video: fifu_dev_set_video($post_id, $video_url) [PRO] Featured slider: fifu_dev_set_slider($post_id, $url_list, $alt_list) [PRO] Product image + Image gallery: fifu_dev_set_image_list($post_id, $image_url_list) [PRO] Product video + Video gallery: fifu_dev_set_video_list($post_id, $video_url_list) [PRO] Product category video: fifu_dev_set_category_video($term_id, $video_url) FIFU Cloud Cloud storage Global CDN Optimized thumbnails Automatic cloud upload and deletion scheduling Hotlink protection Links FIFU PRO Dummy site for testing Extension for Google Chrome Smoke Test
Top keywords
- pro53×10.56%
- image37×7.37%
- featured28×5.58%
- video18×3.59%
- set15×2.99%
- featured image12×2.39%
- fifu11×2.19%
- product11×2.19%
- post10×1.99%
- category9×1.79%
- media9×1.79%
- remote9×1.79%
Simple Private Video
A simple and fast way to host your own videos and show them in private mode without being able to download them and without external services dependencies like Vimeo, YouTube, etc. Attention! experimental beta phase plugin Great news for course creators who continually hacked its contents! With the video block of this plugin you can upload your videos to a private folder on your own hosting and share them in your web only with your logged visitors. The block has several configuration options: Setup your own main color to make the video player more corporate and according to the web design. Setup a preload image to show before the video is playing. Add custom content to show when video it is not allowed in case of not logged users. In other hand the video player allow users to setup: video playback speed, audio volume, fullscreen and show whit PiP(Picture-in-Picture) ( the video is contained in a separate mini window that is always on top of other windows. This window stays visible even when the browser is not visible.) There is no reference to external services such as YouTube or Vimeo since you use your own hosting and your own video player. With the advantages and disadvantages that this implies like you need a good hosting for your website if you don’t want depends on external services. Because of you use your own video player, the plugin does everything possible so that your videos cannot be downloaded even if they are your own customers who are watching the videos the ones who also try to do download them. If they try do it they will have a screen warning like: Hello username! this access is not allowed, so the administrator of MyDomain.com will be informed :( The plugin works sharing videos like a pseudo video stream to avoid users to see the video url to download it, because of the are not public url and the browser cant show the video without the php rendering and authorizations from the backend. Control who can watch your videos By default the video is show only to logged user, but you can set more restriction with custom configuration by the filter: spv-show-private-video Example with Restric Content Pro: if ( function_exists( 'rcp_user_has_active_membership' ) ) { add_filter( 'spv-show-private-video', function( $show_private_video, $attributes ){ return rcp_user_has_active_membership(); }, 10, 2 ); } Like all WordPress filters remember to always return something in this case true or false. The first variable $show_private_video is true only in case the current user is logged on your website. The video it will only be seen in the case you return true and for that you can use the functions of others plugins for restrict content like the above example with RCP. The second variable $attributes is an array with all data about the configuration of each video block with these keys: color, blockAlignment, videoID, imageID, imageUrl, content. This is a solution for self hosting IMPORTANT! all videos are save it in your hosting, so keep it in mind for disk space and bandwidth. Maybe a shared hosting it is not a good idea to work in this way, especially if you will have many visualizations. Please values if it is not better to use a VPS or even look for another type of solution instead of this plugin To protect the folder with the videos, the plugin adds in its activation an .htaccess file in / wp-content / uploads / spv-private / Be carefoul with that because of it will only work with Apache and depending on the configuration of your hosting. Nobody must to know direct url of each video but if your hosting ignoring .htaccess file and show the videos please talk to the manager of your hosting to increase security and protect videos folder in the best way. Please read carefully all Frequently Asked Questions at the bottom of this page before using this plugin in production, and think if it is your best option to share videos on your web. 🙂 Feedback and support I would be happy to receive your feedback to improve this plugin. Please let me know through support forums if you like it and please be sure to leave a review.. Form more information you can visit the page SumaPress or even visit Github of Simple Private Video where you can find all the development code of this plugin. I hope it is useful for you and look forward to reading your reviews! 😉 Thanks!