I want to add Facebook comments using JavaScript (jQuery) to be able to customise the data-href. I used the following code, but nothing appear in the div col2.
$("#col2").html(
id+"<div class='fb-comments' data-href='http://127.0.0.1/GazaPlaces/' data-num-posts='2'"+
" data-width='500'></div>"
);
What is the solution?