2

我有自己的个人作品集 ( modestomata.com ),我想在我的一些页面中包含一个带有其他网站的 iframe。例如,当我尝试将这个网站(http://www.vivaelsoftwarelibre.com)嵌入其中iframe时,效果很好:

<iframe src="http://www.vivaelsoftwarelibre.com" width="420" height="315" frameborder="0" allowfullscreen="allowfullscreen">
    <iframe>

但是,当我尝试在我的投资组合页面中嵌入我的个人 Google Scholar 页面 ( https://scholar.google.es/citations?user=v4UtSKUAAAAJ&hl=en ) 时,我得到一个空白 iframe。

<iframe src="https://scholar.google.es/citations?user=v4UtSKUAAAAJ&hl=en" width="420" height="315" frameborder="0" allowfullscreen="allowfullscreen">
<iframe>

那么,如何让 iframe 在其他页面中显示我的 Google Scholar 网页?

4

1 回答 1

0

您可以使用此站点(https://iframely.com/embed/https%3A%2F%2Fscholar.google.com%2Fcitations%3Fuser%3DgA_qrcUAAAAJ%26hl%3Den%26oi%3Dao)为您的谷歌学者生成嵌入式代码帐户。然后使用“高级 iframe 插件”将生成的代码包含到您的站点中。或者,使用 HTML 小部件将这些生成的 HTML 代码添加到您的 WordPress 站点。

于 2021-08-14T18:02:02.200 回答