我有一个将在 iframe 中显示的网址
<iframe width="250" height="200" frameBorder="0" data-href="http://localhost:8080/webapps/testauth.jsp?appID=a71c5859-03eb-4c16-ac08-1cac24ed2a1d"></iframe>
如果我将上面的代码粘贴到任何网站,它会将小部件显示到网站中,例如Facebook plugin
.
但现在我的工作是将它从 iframe 更改为 css div。我对 UI 部分没有太多的了解,遇到的问题可以帮助我。
改变应该是这样的
<div class="something"data-href="http://localhost:8080/webapps/auth.jsp?appID=a71c5859-03eb-4c16-ac08-1cac24ed2a1d" data-width="292" ></div>