Hi there
I am working on my company's festival website and I am trying to implement social media feeds on the right. Twitter worked a treat but facebook is giving me grief. I tried a page badge but it looked like hell.
I am currently using the Like Box but it only comes in transparent and it looks horrendously dark.
Is there any way to make the background white? or create a box with photoshop and put it behind the Like Box?

Any help would be greatly appreciated!!!

Click Here

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>



<div class="fb-like-box" data-href="https://www.facebook.com/pages/Newtown-Festival-Sydney/145245132226392" data-width="200" data-height="248" data-show-faces="false" data-colorscheme="light" data-stream="true" data-header="false"></div>

Recommended Answers

All 3 Replies

You could add style="background-color: white;" just after <div class="fb-like-box fb_iframe_widget"

Adding the backgound-color:white style to the div element that currently has this class: fb-like-box fb_iframe_widget, seems to be an option.

2567286d7dd1bfb0c34ac9939dfd7e6e

vandepavert...worked like a charm! thank you so much! cheers

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.