1

i would like to embed the public view of my Google Scholar page into my personal webpage. I used the iframe tags, however the resulting box is just empty. What are the general rule where iframe tag applies?

4

3 回答 3

2

Short answer: you cannot, because google refuses to allow other sites to embed its pages. Actually, if you are using a debugger, it should warn you that Google is using the same origin policy on its response: Refused to display 'http://scholar.google.fr/...' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.

于 2013-09-11T14:44:22.790 回答
0

想知道一切吗?按照下面的链接。 http://www.w3schools.com/tags/tag_iframe.asp

由于书签和导航,我的意见是避免使用 iframe。以下是Iframe 的一些替代 方案http://icant.co.uk/articles/crossdomain-ajax-with-jquery/index.html

于 2013-03-18T10:54:35.193 回答
0

我解决此问题的方法是将我的所有出版物从 Google Scholar 导出到 bib 文件,然后使用 bibbase.org 使用生成的 bib 文件创建出版物页面。您可以将生成的页面嵌入到您的网站中。工作正常,看起来不错。

于 2016-10-18T16:35:22.480 回答