English 中文(简体)
• 如何以不同页页(不同语文的同页)对金融银行的评论进行分类和展示面读?
原标题:How can i group and display facebook comments done with FB comments plugin on different pages (same page in different languages)?

I use the Facebook comment plugin on my multilingual website. My website s URL contains website language and when someone comments on example.com/en/page.html it is not visible for user who is viewing the same page in French example.com/fr/page.html I want to display all comments done on the page in different languages (different URLs in this case). How can do that?.

这是评注守则,其描述为here

<div class="fb-comments" data-href="example.com/fr/page.html" data-num-posts="2" data-width="630"></div>
最佳回答

It s propably not a good idea, because users will comment in different languages and not understand each other.

但是,如果你真的想要删除所有页的国别代码(例如/fr/),或仅用同一页(仅放在评论箱)和你回馈。

如果把book子看上去看是否有效的话,那么,当你把评论箱称作invalid<>>/em>网站时,它就仍然避开所有评论并显示这些评论。 请注意,你可能会出现气温差错。 因此,似乎更有理由把同样的国家代码用于所有国家!

问题回答

暂无回答




相关问题
VS 10 mangles html comments?

Using the latest VS 10 we created html markup, then commented it with html comments. The file on disk is not mangled, but when it renders, it renders the html comment tags, then removes some of the ...

Comments & OpenSource software [closed]

This may sound like a foolish question or an observation, but i have seen that most of the times when one tries to look at the opensource code, there are no comments or just one or two lines at the ...

Including commented Class declaration in implementation file

Everyone knows the advantages of a more readable code. So in order to make my code more readable what i do normally is include the commented class declaration in the implementation file of that class....

pair programming with comments [closed]

Over the years, I ve discovered that green-programmers tend to read the comments rather than the code to debug issues. Does having one person document the other person s code (and vice-versa) with ...

Commenting JavaScript functions á la Python Docstrings

It is valid JavaScript to write something like this: function example(x) { "Here is a short doc what I do."; // code of the function } The string actually does nothing. Is there any reason, ...