用于显示外部网站的 Drupal 模块

Drupal Module for displaying external websites

我正在尝试为现有的 drupal 编写一个新模块, 顺便说一句,我被卡住了 file_get_content() 和 curl

如果您只想显示外部 URL 内容。使用 html 的 iframe。

使用drupal_http_request()

希望对您有所帮助。