我有自己的个人作品集 ( 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 网页?