我无法在HTML网站上嵌入松弛的Feed.当我尝试使用iframe时,它只显示为白框.我尝试过使用jquery
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> .
</script>
<script>
$("#testLoad").load("http://www.SlackURLHere");
</script>
</head>
<body>
<div id="testLoad"></div>
<iframe src="http://www.SlackURLHere"></iframe>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
我在iframe和jquery上尝试过"http"和"https"但没有运气.:(所以,如果你有任何其他方法,请分享!
谢谢