URL To Featured Image allows you to use an image hosted anywhere on the internet as the featured image (post thumbnail) for any post, page, or custom post type.
Perfect for:
– Using CDN-hosted images as thumbnails.
– Saving server space by not uploading large images.
– Dynamically updating featured images from an external source.
Key Features:
– Simple URL field in the post editor.
– Works with posts, pages, and custom post types.
– No extra database tables.
– Fully compatible with WordPress themes and loops.
– Uses standard WordPress functions like the_post_thumbnail().
– Ability to save the target image in the media libary if needed
How it works:
When displaying the post, the plugin replaces the default WordPress featured image with the one provided via the URL.
friss_utfi_post_type_exclusions
Filters the post types where the URL To Featured Image metabox should not appear.
Parameters:
friss_utfi_url_allowed
Filters whether an external image URL is allowed before fetching.
Parameters:
wp_parse_url).friss_utfi_allowed_mime_types
Filters the allowed MIME types for external images.
Parameters:
friss_utfi_max_image_size
Filters the maximum allowed image size when fetching external images.
Parameters:
friss_utfi_image_data
Filters the raw image data fetched from the external URL.
Parameters:
friss_utfi_external_featured_image_alt
Filters the alt text for the external featured image.
Parameters:
friss_utfi_post_thumbnail_html_preserve_existing_markup
Controls whether the existing markup is preserved before regenerating the HTML via the post_thumbnail_html filter hook.
Parameters:
friss_utfi_post_thumbnail_html_attributes
Filters the image tag attributes for the recreated html content generated by the post_thumbnail_html filter hook.
Parameters:
friss_utfi_allowed_img_attributes
Filters the whitelist of allowed attributes kept on the generated tag when rendering the external featured image.
Parameters:
friss_utfi_external_featured_image_styles
Filters the inline CSS styles applied to the external featured image.
By default, the plugin enforces responsive behavior (max-width:100%; height:auto;).
Parameters:
friss_utfi_active_post_types
Filters the final list of active post types for which the URL To Featured Image feature is enabled.
Parameters:
friss_utfi_active_post_types_posttype_exclusions
Filters the list of post types excluded before computing active post types.
Parameters: