This is my code :
You missed one line, try:
$('#addNewLink').click(function () { $('#newFBContent').html('') //and parse FB.XFBML.parse(document.getElementById('newFBContent')); });