Remove Pop Up

How can I remove the PopUp function in the Facebook feed?

2 Likes

Hi there, @REF_NED_POWER-ROCK-B :waving_hand:

You’d like to disable the popup feature and play videos right in the feed, am I correct?

Unfortunately, there is no way to achieve this now. I’ve moved your idea to the Wishlist and if it gets more votes, we’ll try to think it over in the future updates :slightly_smiling_face:

1 Like

Guys, if your feed doesn’t have videos, and you’d like to disable the popup, you can use this code in the Custom CSS field on the More tab of your widget’s settings:

.eapps-facebook-feed-posts-item-content-picture {
  pointer-events: none;
}
1 Like

Hey Max

Thank you for your answer.

I would like to use the feed as feed only… so there is no need to enlarge any pictures or videos => therefore no popup function needed…

1 Like

Got it, thanks! We’ll try to consider it as an option in the settings in the future updates :slightly_smiling_face: