Skip to main content

All Questions

Tagged with
1 vote
1 answer
52 views

Set auto-width for embedded facebook posts

I am working on a simple HTML/CSS/Javascript + jQuery app that displays embedded facebook posts based on data returned by an API. Everything is working nicely, except I'm having a hard time setting ...
Mickey Vershbow's user avatar
-1 votes
1 answer
259 views

Embed facebook video full width

I tried lot of solution without success. How could I embed facebook video with full width ? I use this code : .videoWrapper{ overflow: hidden; position: relative; padding-bottom: 56.25%; /* 16:9 */ ...
Bisvan's user avatar
  • 127
0 votes
1 answer
218 views

css forced-color-adjust property don't work in facebook browser in-app, how solve?

looking for: https://developer.mozilla.org/en-US/docs/Web/CSS/forced-color-adjust i have this code HTML in test.html file: <!doctype html> <html> <head> <meta charset="...
Marcello Impastato's user avatar
0 votes
1 answer
35 views

Facebook Mobile Browser and <hr> element

i customizing css for facebook mobile browser. As css i have something like: body { background-color: black; color: white; } div#container > hr { border-...
Marcello Impastato's user avatar
2 votes
1 answer
62 views

getElemenstByTag returning null inside facebook page plugin iframe

Is there any Error in the code ? or How should I get desired output ? My aim is to do this document.getElementById('iframe1').contentWindow.document.getElementsByTagName("IMG").style = "...
SimpleGuy_'s user avatar
0 votes
1 answer
78 views

Is there a way of changing Facebook login's (Continue as...) form?

Is there a way of changing Facebook login's (Continue as...) form css, like button color or anything else? I am talking about this form, where you are already in facebook domain like https://www....
Altro's user avatar
  • 918
0 votes
0 answers
130 views

According to Facebook - How to properly embed a Facebook hosted video on your website

I am attempting to embed a video from Facebook into my website. According to FB, the following code is how to accomplish this, simply replacing the URL of their sample video with the URL of my video. ...
Toph Hughes's user avatar
3 votes
1 answer
300 views

FB-CustomerChat dark mode

Hi I have made a Facebook page for my website and added the messenger live chat plugin but i want it to be in dark skin because the whole website is made in dark mode please here is the website: ...
Bebo's user avatar
  • 139
2 votes
1 answer
70 views

Force Facebook to Use Style

I am trying to force a Facebook Embed to take up half the page. Normally in CSS, I would do width: 50%, but Facebook seems to cap the max pixels at 500, but I don't want that to happen. Is there a ...
imaginate's user avatar
  • 553
1 vote
0 answers
809 views

Facebook page plugin using iframe not showing up on page

I am trying to integrate my Facebook events page onto my website using iframe I have used the following code: <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww....
Saahil823's user avatar
1 vote
0 answers
160 views

Facebook chat plugin blocking nav header

I have a website where I'm using fb chat plugin. It was working fine until last couple of weeks. Recently I've observed that when the plugin loads, there's a hidden iframe which covers the entire ...
sbanik's user avatar
  • 33
0 votes
1 answer
1k views

How to remove border from embedded social media posts?

While I appreciate this question comes up every now and then, I have looked pretty much into every response I could without any luck so far. So, I decided to open a fresh thread... I am trying to ...
rmc12304's user avatar
0 votes
0 answers
28 views

Facebook responsive video isn't loading time to time

I have this code from 2017 here at stackoverflow which shows the Facebook video in a responsive manner. The problem is that it doesn't load most times. There's no error in the console. I tested on ...
Nikita Gupta's user avatar
1 vote
1 answer
1k views

Call Facebook pixel fbq when button is clicked

I am trying to fire an fbq function in my Facebook pixel when a certain button is clicked. With the code below, my console tells me that "a is null". How can I fix this? P.S. I know my link code is ...
Evan Gladstone's user avatar
0 votes
0 answers
280 views

Changing color scheme of Facebook commenting box when dark mode is on

I am running a small wordpress website, and recently I have implemented a dark mode feature. I was able to correct everything that wasn't changing properly in custom css by using: body.wp-night-mode-...
Iliya Kunin's user avatar

15 30 50 per page
1
2 3 4 5
29