// facebook button placeholder

$(document).ready(function() {
  
  $(".facebookPlaceholder").each(function() {
    $(this).replaceWith($(this).attr("title"));
  });
  
});
