antoniyus / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

How to add a ads bar above the menu in top? #353

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On dabr.co.uk you have a ads bar above the menu in the top, how can we add it 
like this?

Original issue reported on code.google.com by rudolfpi...@gmail.com on 22 Nov 2012 at 6:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
<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&appId=";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div class="fb-like" data-href="http://rupi.nl" data-send="true" 
data-layout="button_count" data-width="450" data-show-faces="true"></div>

Original comment by rudolfpi...@gmail.com on 22 Nov 2012 at 8:03