我正在尝试使用以下说明在网站上嵌入帖子: https://www.linkedin.com/help/linkedin/answer/86529/embedding-content-from-the-linkedin-feed?lang=en
一切运行良好,但是当您单击iframe内的链接时,您会得到一个错误,我为该错误设置了一个小提琴(我在LinkedIn上获得了一个示例帖子):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
</head>
<body>
TEST iframe from Linkedin embed function try to click on links inside iframe:
<iframe src="https://www.linkedin.com/embed/feed/update/urn:li:share:6470611566550085632" height="802" width="504" frameborder="20" allowfullscreen=""></iframe>
</body>
</html>
https://jsfiddle.net/nikscc/9xth8zLd/
(我已经在Linkedin帮助中心https://www.linkedin.com/help/linkedin/cases/28527625上问过,但他们在这里重定向了我)
这很奇怪,因为直到几周前,一切运行良好。