我正在使用只能访问 HTML 的 Facebook 评论。没有服务器端脚本。
我的默认输出是“# Comments”。
<a class="comments" href="URL"><div class="fb-comments-count" data-href="URL"></div> Comments</a>
如果评论数量为 1,我如何使用 Javascript 使“评论”变成“评论”?
感谢您的帮助!
编辑:
我正在使用标准的 Facebook 评论标签:https ://developers.facebook.com/docs/reference/plugins/comments/
输出的 HTML 为:
<a class="comments" href="URL"><div class="fb-comments-count" data-href="URL" fb-xfbml-state="rendered"><span class="fb_comments_count">4</span></div> Comments - Click to Add Yours</a>
如果它是 0,或者高于 1,我只想说“评论”。如果它是 1,我只想说“评论”。