Title: Click on Embed Button
Last modified: January 23, 2021

---

# Click on Embed Button

 *  Resolved [bindungsweise](https://wordpress.org/support/users/bindungsweise/)
 * (@bindungsweise)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/click-on-embed-button/)
 * Hi,
 * I’m using this awesome plugin with the Mailchimp extension. I love the “Floating
   Button” Feature! However, I have on issue: Once the user has subscribed, the 
   floating button is still visible, but nothing happens when the users clicks on
   it.
    What I would like to do is to either hide the floating button once the user
   has subscribed, or alternatively show a different popup stating that the user
   is already subscribed.
 * Is there a possibility to do this?
 * Best regards,
    Bettina

Viewing 1 replies (of 1 total)

 *  [Sygnoos](https://wordpress.org/support/users/sygnoos/)
 * (@sygnoos)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/click-on-embed-button/#post-13958759)
 * Hello [@bindungsweise](https://wordpress.org/support/users/bindungsweise/),
    
   Sorry for the late answer.
 * You can achieve that with some custom code. Here is what you need to do:
 * Inside the popup content switch the tab to the text mode and insert the following
   code
 * <script>
    if (SGPBPopup.getCookie(‘SGPMailChimpPopup21’)) { jQuery(‘.sgpb-floating-
   button.sg-popup-id-21’).hide(); } </script>
 * Please note that 21 is your popup id.
 * Also if the user want to hide the floation button once the popup closed he need
   to put this code as well inside the custom JS Closing Events -> #3
    jQuery(‘.
   sgpb-floating-button.sg-popup-id-21’).hide();
 * Here is the screenshot
    [https://prnt.sc/xno6c2](https://prnt.sc/xno6c2)

Viewing 1 replies (of 1 total)

The topic ‘Click on Embed Button’ is closed to new replies.

 * ![](https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2698840)
 * [Popup Builder - Create highly converting, mobile friendly marketing popups.](https://wordpress.org/plugins/popup-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/popup-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/popup-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/popup-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/popup-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/popup-builder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sygnoos](https://wordpress.org/support/users/sygnoos/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/click-on-embed-button/#post-13958759)
 * Status: resolved