Title: Remove Embed Icon
Last modified: August 21, 2016

---

# Remove Embed Icon

 *  Resolved [rgjiv](https://wordpress.org/support/users/rgjiv/)
 * (@rgjiv)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/)
 * how can i disable to the embed icon in the top left of my videos using the plugin
 * [http://wordpress.org/plugins/flowplayer5/](http://wordpress.org/plugins/flowplayer5/)

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/remove-embed-icon/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-embed-icon/page/2/?output_format=md)

 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4163930)
 * 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?
 *  [rastek101](https://wordpress.org/support/users/rastek101/)
 * (@rastek101)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4163934)
 * where do i paste this css?
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4163938)
 * 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](https://wordpress.org/support/users/rgjiv/)
 * (@rgjiv)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4163939)
 * 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](https://wordpress.org/support/users/rgjiv/)
 * (@rgjiv)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4163940)
 * correction.. it’s only acting up inside of chrome and on mobile the embed button
   is still there? really weird
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4163943)
 * [@rgjiv](https://wordpress.org/support/users/rgjiv/) Could you share your site
   so that I can have a look?
 *  Thread Starter [rgjiv](https://wordpress.org/support/users/rgjiv/)
 * (@rgjiv)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4163944)
 * [@ulrich](https://wordpress.org/support/users/ulrich/) how can i contact you 
   directly. the page i have it on is a secure page that requires login details
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4163951)
 * You can use the contact form here.
    [http://www.ulrich.pogson.ch/](http://www.ulrich.pogson.ch/)
 *  [vfran](https://wordpress.org/support/users/vfran/)
 * (@vfran)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4164033)
 * 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](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4164034)
 * What part of my first two comments are not clear?
 *  [vfran](https://wordpress.org/support/users/vfran/)
 * (@vfran)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4164035)
 * 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](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4164036)
 * Please could you share your site?
 *  [chiaroscuro1](https://wordpress.org/support/users/chiaroscuro1/)
 * (@chiaroscuro1)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4164037)
 * 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](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4164038)
 * [@chiaroscuro1](https://wordpress.org/support/users/chiaroscuro1/) Have you tried
   the css method if so where do you place it?
 *  [chiaroscuro1](https://wordpress.org/support/users/chiaroscuro1/)
 * (@chiaroscuro1)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-embed-icon/#post-4164039)
 * 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)

1 [2](https://wordpress.org/support/topic/remove-embed-icon/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-embed-icon/page/2/?output_format=md)

The topic ‘Remove Embed Icon’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flowplayer5_cce0e6.svg)
 * [Flowplayer HTML5 for WordPress](https://wordpress.org/plugins/flowplayer5/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flowplayer5/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flowplayer5/)
 * [Active Topics](https://wordpress.org/support/plugin/flowplayer5/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flowplayer5/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flowplayer5/reviews/)

 * 22 replies
 * 5 participants
 * Last reply from: [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/remove-embed-icon/page/2/#post-4164046)
 * Status: resolved