我试图将此博客中的第一段拉入iframe并显示其内容。以下是博客:https://www.baronaonlinepoker.com/blog
如何将第一段拉入iframe?我目前有这个代码,但它只显示左上角。它需要是width =“180”height =“135”。这是代码!
<!DOCTYPE html>
<html>
<body>
<iframe src="https://www.baronaonlinepoker.com/blog" scrolling="yes" width="180" height="135">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>
答案 0 :(得分:0)
您关联的网站中还有iframe
,其链接到Wordpress博客:http://baronafreeplayonlinepoker.wordpress.com/
您应该使用的网址不是您提到的网址。
我还建议如果你要做的是显示来自他们网站的最新博客文章的内容,这将随着时间的推移而改变,那么你应该阅读他们的RSS提要在这里找到:http://baronafreeplayonlinepoker.wordpress.com/feed/
以这种方式获得第一个饲料项目(最新)。
您的第一个选择可能是为外部网站搜索Wordpress RSS小部件,或者如果您想更加自定义如何检索RSS,那么一种方式(如果您使用.NET)将使用{{1 }和System.Net.WebClient
,获取并缓存结果,然后您可以使用System.Web.WebRequest
&amp;解析Feed。 XMLReader
课程。