{"id":231865,"date":"2025-05-14T06:12:27","date_gmt":"2025-05-14T06:12:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/post-media-manager-image-video\/"},"modified":"2025-05-14T06:42:17","modified_gmt":"2025-05-14T06:42:17","slug":"post-media-manager-image-video","status":"publish","type":"plugin","link":"https:\/\/mai.wordpress.org\/plugins\/post-media-manager-image-video\/","author":17181479,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.7.5","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Post Media Manager: Image & Video","header_author":"Primis digital","header_description":"Allows users to upload a featured video to posts and design post layouts using a shortcode.","assets_banners_color":"","last_updated":"2025-05-14 06:42:17","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/www.primisdigital.com\/","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":352,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"primisdigital","date":"2025-05-14 06:42:17"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":3293002,"resolution":false,"location":"assets","locale":false}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[29383,242257,242254,242256,242255],"plugin_category":[],"plugin_contributors":[172098],"plugin_business_model":[],"class_list":["post-231865","plugin","type-plugin","status-publish","hentry","plugin_tags-featured-video","plugin_tags-layout-designer","plugin_tags-post-video","plugin_tags-video-display","plugin_tags-video-layout","plugin_contributors-primisdigital","plugin_committers-primisdigital"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/post-media-manager-image-video\/assets\/icon.svg?rev=3293002","icon":"https:\/\/ps.w.org\/post-media-manager-image-video\/assets\/icon.svg?rev=3293002","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Post Media Manager is a lightweight WordPress plugin that allows you to set a featured video for your blog posts \u2014 just like a featured image!<\/p>\n\n<p>It includes a built-in Layout Designer so you can create and preview how your posts (with videos) will appear on the frontend. This is perfect for bloggers or publishers who want to enhance their posts with engaging video content.<\/p>\n\n<p>You can display the video automatically after the post content or insert it manually using a shortcode.<\/p>\n\n<h3>Features<\/h3>\n\n<p>Set Featured Videos on Posts- Upload or select a video for any WordPress blog post.<\/p>\n\n<p>Layout Designer- Create and preview custom layouts for displaying post content along with featured videos.<\/p>\n\n<p>Automatic Video Display- Optionally display videos after the post content or excerpt automatically.<\/p>\n\n<p>Shortcode Support- Use [sfv_layout_display] to insert post manually.<\/p>\n\n<p>Replace Featured Image- Optionally replace the post thumbnail with the featured video on the frontend.<\/p>\n\n<p>Stored as Post Meta- Videos are stored as post meta, using the WordPress media library.<\/p>\n\n<h3>Admin Installer via search:<\/h3>\n\n<p>Visit the Add New plugin screen and search for \"Post Featured Video and Layout Designer\".\nClick the \"Install Now\" button.\nActivate the plugin.<\/p>\n\n<h3>Admin Installer via zip:<\/h3>\n\n<p>Download the Plugin.\nExtract the ZIP file and upload.\nActivate the plugin through the \"Plugins\" menu in WordPress.<\/p>\n\n<h3>Usage<\/h3>\n\n<ol>\n<li>Set a Featured Video:<\/li>\n<\/ol>\n\n<p>Go to any Post (Add New or Edit).\nOn the right sidebar (or below the editor), you\u2019ll see a Featured Video meta box.\nClick Upload Video to add a video from the media library or upload a new one.\nSave or update the post.<\/p>\n\n<ol>\n<li>Design Your Layout (Optional)<\/li>\n<\/ol>\n\n<p>Go to Layout Designer from the WordPress admin menu.\nThis page displays a live preview of all your posts with their featured videos.\nUse the provided shortcode to display this layout on any page or post.<\/p>\n\n<ol>\n<li>Use Shortcodes<\/li>\n<\/ol>\n\n<p>Manually display the featured video using: [sfv_layout_display]\nThis will show the featured video for the current post.<\/p>\n\n<ol>\n<li>Design Custom Layouts (Optional)<\/li>\n<\/ol>\n\n<p>Go to Layout Designer from the admin menu.\nView how your posts will appear with their featured videos.\nCopy and paste the shortcode [sfv_layout_display] into any post or page to show the layout.<\/p>\n\n<ol>\n<li>Replace Featured Image with Video (Optional)<\/li>\n<\/ol>\n\n<p>Enable this option from your plugin settings.\nIf a video is set, it will be displayed in place of the featured image on the frontend.<\/p>\n\n<h3>Code Example<\/h3>\n\n<p>Registering Admin Menu:<\/p>\n\n<p>add_action('admin_menu', 'sfv_add_admin_menus');\nfunction sfv_add_admin_menus() {\n    add_menu_page(\n        'Post Layout ',\n        'Post Layout',\n        'manage_options',\n        'sfv-layout-designer',\n        'sfv_render_layout_designer_page',\n        'dashicons-video-alt3',\n        25\n    );\n}<\/p>\n\n<!--section=faq-->\n<ol>\n<li><p>What post types does this plugin support?\nCurrently, the plugin supports only the default WordPress 'post' type.<\/p><\/li>\n<li><p>How do I add a featured video to a post?\nEdit any post, and you'll see a Featured Video box in the sidebar. Use the Upload Video button to select or upload a video.<\/p><\/li>\n<li><p>What video formats are supported?\nThe plugin supports any video format that WordPress supports, typically including MP4, WebM, and OGG formats.<\/p><\/li>\n<li><p>How can I display the featured video manually?\nUse the shortcode [sfv_video_show] inside any post or page to display the video attached to that post.<\/p><\/li>\n<li><p>How do I remove a featured video from a post?\nEdit the post, go to the Featured Video meta box, and click Remove Video. Then update the post.<\/p><\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<p>Initial release\nFeatured video uploader\nLayout designer\nShortcode support\nThumbnail replacement with video<\/p>","raw_excerpt":"Add a featured video to any custom post. Includes a layout designer and shortcode display options.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/231865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=231865"}],"author":[{"embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/primisdigital"}],"wp:attachment":[{"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=231865"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=231865"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=231865"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=231865"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=231865"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/mai.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=231865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}