• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

How to get FV Player button to show for ACF input or just as a field

[Solved]

Foliovision › Forums › FV Player › How to … › How to get FV Player button to show for ACF input or just as a field

  • Noah 4 years, 10 months ago

    Hello,

    If you look here: https://raw.githubusercontent.com/AdvancedCustomFields/docs/master/assets/acf-wysiwyg-field-interface.png, you can see that the “Add Media” button is above the WYSIWYG field.

    In the same way, the FV Player “Add FV Player” button also appears alongside it. Clicking it brings the insert video dialog, etc and inserts the shortcode.

    How can I get the “Add FV Player” button as a custom field “text” (NOT in the gutenburg editor) WITHOUT using the WYSIWYG field and have the same behavior?

    I realize that there is code where you can put the shortcode into the template, but I am looking for a way for the button to be there as it is for the WYSIWYG field -because then the user can insert/edit videos with the dialog from the post page rather than going to the Videos/Playlists page.

    Any ideas?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Noah 5 years ago

    For clarification, I found an image on your site which shows the button I am talking about: https://foliovision.com/images/2018/11/fv-player-shortcode-id.png

    Chiara Rendekova 5 years ago
    Avatar photo

    Hi Noah,

    Thank you for contacting us with your idea!

    I’ll forward it to our development team to consider it and we’ll get back to you.

    Thanks,
    Chiara

    Noah 5 years ago

    Hello,

    I believe I have it partly figured it out.

    if( class_exists('FV_Player_MetaBox') ) {
    	new FV_Player_MetaBox( array(
    		'name' => 'Video Player',
    		'meta_key' => 'video_player',
    		'post_type' => 'archive', // the post type here
    		'display' => true,
    		'multiple' => false,
    		'labels' => array(
    		  'edit' => 'Edit Video',
    		  'remove' => 'Remove Video'
    		)
    	  )
    	);
    }

    in the functions.php and:

            <?php 
            if( class_exists('FV_Player_Custom_Videos') ) {
              global $post;
              $objVideos = new FV_Player_Custom_Videos( array('id' => $post->ID, 'meta' => 'video_player', 'type' => 'post' ) );
              $objVideos->get_form();
              if( $objVideos->have_videos() ) {
                foreach( $objVideos->get_videos() AS $video ) {
                  echo do_shortcode($video);
                }
              }
            }
            ?>
    

    in the template PHP file.

    Make sure to NOT have “Enable profile videos” on.

    This adds a meta box at the bottom of the wp editor where the user can add/edit the video.

    To the developers: I suggest you make this the default behavior and/or make a tutorial in the documentation on doing this. This really is more user-friendly in my opinion than the default.

    The only question I have now is:

    – How can I raise the priority of the Metabox so that its not at the bottom of the page (e.g: I would like to set it to ‘high’)?

    Thanks

    Martin 5 years ago

    Hello Noah,

    these meta boxes are already added with “high” priority: https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/models/custom-videos.php#L228

    Please see if changing 999 to 10 in https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/models/custom-videos.php#L202 on your website will set the position as expected.

    Thanks,
    Martin

    Noah 5 years ago

    Thank you. I have it working now. :)

    Martin 5 years ago

    Hello Noah,

    I will make that change part of the next plugin version.

    Thanks,
    Martin

Viewing 6 replies - 1 through 6 (of 6 total)
Reply To: How to get FV Player button to show for ACF input or just as a field



Please Sign in or Register to upload files.

Related Posts

  1. If I enter anything to the popup field it distroys my whole player

    If I enter anything to the popup field it distroys my whole player

  2. Advanced Custom Fields with FV Player

    Advanced Custom Fields with FV Player

  3. Add download button to the player

    Add download button to the player

Primary Sidebar

How to …

    Categories

    • Business
    • Camera Reviews
    • Case Studies
    • Design
    • FV Player
    • Internet Marketing
    • IT
    • Life
    • SEO
    • Slovak
    • Video of the Week
    • WordPress

    Footer

    Our Plugins

    • FV WordPress Flowplayer
    • FV Thoughtful Comments
    • FV Simpler SEO
    • FV Antispam
    • FV Gravatar Cache
    • FV Testimonials

    Free Tools

    • Pandoc Online
    • Article spinner
    • WordPress Password Finder
    • Delete LinkedIn Account
    • Responsive Design Calculator
    Foliovision logo
    All materials © 2026 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
    • This Site Uses Cookies
    • Privacy Policy
    • Terms of Service
    • Site Map
    • Contact
    • Tel. ‭+421 2/5292 0086‬