fb:comments-count tag not working in razor view
问题 I put facebook comment tag in razor view page. <fb:comments-count href=http://example.com/></fb:comments-count> awesome comments it breaks my page. is there a way to fix it? 回答1: You may not have included the facebook xml namespace in your <html> tag. <html xmlns:fb="http://ogp.me/ns/fb#"> 来源: https://stackoverflow.com/questions/9780524/fbcomments-count-tag-not-working-in-razor-view