• 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

Remove ads for people who have paid

[Solved]

Foliovision › Forums › FV Player › How to … › Remove ads for people who have paid

  • Gary 8 years, 1 month ago

    hi,

    can your player remove ads for just people that pay?

    thanks in advance for any help

Viewing 1 replies (of 1 total)
  • Martin 8 years ago

    Hello Gary,

    please check our programming guide: https://foliovision.com/player/advanced/api-programming#filters -> fv_flowplayer_args_pre

    That filter shows you how to adjust the player shortcode arguments before display. It checks for “autoplay” URL query argument, so that is the place where you could check the user membership/payment.

    To get rid of the ads you would have to set the desired shortcode argument properly, depending on what kind of ads you use: https://foliovision.com/player/basic-setup/shortcode-parameters#ads

    For simple overlay ads it would be ad_skip=”yes”, for preroll/postroll video ads available in FV Player Pro it would be preroll=”no” or postroll=”no” and for VAST Ads use vast=”skip”.

    add_filter( 'fv_flowplayer_args_pre', 'fv_tweak_fv_flowplayer_args_pre' );
    
    function fv_tweak_fv_flowplayer_args_pre( $args ) {
      if( 1 /* check user membership here */ ) {
        $args['ad_skip'] = 'yes';
        $args['preroll'] = 'no';
        $args['postroll'] = 'no';
        $args['vast'] = 'skip';
      }
      return $args;
    }
    

    Thanks, Martin

Viewing 1 replies (of 1 total)
Reply To: Remove ads for people who have paid



Please Sign in or Register to upload files.

Related Posts

  1. Working Efficiently in Windows: 5 Basic Shortcuts Most People Don’t Know

  2. Making Money with Other People’s ClickBank Products?

    Making Money with Other People’s ClickBank Products?

  3. People who buy iPhones are image-conscious fad-following idiots

    People who buy iPhones are image-conscious fad-following idiots

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‬