English 中文(简体)
Facebook是否改变了同方框一样的“Dark”科罗拉计划?
原标题:Has Facebook changed the "Dark" Color scheme for the Like Box?

我的“Like Box”色谱仪为“Dark”设计了数月,而“Light”只是突然显示的(当时为背景黑色和文字白色)。 我去了开发商的网页,在制作模板时,似乎“达尔文”对“ de”并不相同。 pl是否发生了什么变化? 他们是否将“萨克”计划改为某种透明的背景?

问题回答

i) 试着面板开发机页,我也可以用密码处理黑暗主题。

see here code is something like

<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" data-href="http://www.example.com" data-send="true" data-width="450" data-show-faces="true" data-colorscheme="dark"></div>




相关问题
Code samples to test IDE color schemes

I ve just recently discovered how many different options we have to configure the colors of Visual Studio 2010. Jeff Atwood posted on his blog, some years ago, "Is your IDE hot or not", where he ...

Is it possible to customize the color scheme of a Google Map?

I m using the Google Maps API and would like it to render a very simple image of countries/continents. I also want to draw them in a suitable color that will work well with my site s color scheme. ...

XML tag colors in Visual studio

I can t find any according item in VS2010 color settings to change "<" and "/>" elements color. Give me a tip how to change that element s default color.

热门标签