Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author Ulrich

    (@grapplerulrich)

    There is not an inbuilt setting yet but you can use this css.

    .fp-embed {
       display: none
    }

    Are you disabling the embed icon for all of your videos or just for a select number?

    where do i paste this css?

    Plugin Author Ulrich

    (@grapplerulrich)

    Normally you would add it to the style.css in the child theme. Jetpack has an option to add custom css. Sometimes theme have a place in the theme options.

    Thread Starter rgjiv

    (@rgjiv)

    I added to css and it removed the embed 🙂 but it also removed the play button, maximize button and time bar. What am I doing incorrectly?

    Thread Starter rgjiv

    (@rgjiv)

    correction.. it’s only acting up inside of chrome and on mobile the embed button is still there? really weird

    Plugin Author Ulrich

    (@grapplerulrich)

    @rgjiv Could you share your site so that I can have a look?

    Thread Starter rgjiv

    (@rgjiv)

    @ulrich how can i contact you directly. the page i have it on is a secure page that requires login details

    Plugin Author Ulrich

    (@grapplerulrich)

    You can use the contact form here.
    http://www.ulrich.pogson.ch/

    Can you be more specific on how to remove the embed function ‘<>’ in the player?

    What and where precisely do I change/add code to prevent embed video to show when video is loaded/playing.

    Plugin Author Ulrich

    (@grapplerulrich)

    What part of my first two comments are not clear?

    I have inserted this:

    .fp-embed {
    display: none
    }

    in my theme’s style.css

    but it won’t remove the embed option for viewer.

    Plugin Author Ulrich

    (@grapplerulrich)

    Please could you share your site?

    Can anyone who participated in this thread tell me what the solution to this issue is?

    I found this code to remove the embed icon on the video player on the flowplayer site: flowplayer.conf.embed = false;

    However, there are no instructions regarding where to put it!

    Thanks!

    Plugin Author Ulrich

    (@grapplerulrich)

    @chiaroscuro1 Have you tried the css method if so where do you place it?

    Ulrich,

    Thanks for your very fast reply:).

    Yes, I tried the CSS code provided earlier in this post, but it doesn’t work. i would prefer to use CSS code since it is the easiest to use. I put it in the style.css sheet for my theme, since that is where I usually put css code.:

    .fp-embed {
    display: none
    }

    Any other ideas?

    Thanks!

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Remove Embed Icon’ is closed to new replies.