I have a url which will showing in iframe
<iframe width="250" height="200" frameBorder="0" data-href="http://localhost:8080/webapps/testauth.jsp?appID=a71c5859-03eb-4c16-ac08-1cac24ed2a1d"></iframe>
If I paste the above code into any web site, it will showing the widget into the site such as Facebook plugin.
But now my job is to change it from the iframe to css div. I don't have too much knowledge of UI part and facing problem can any help me please.
change should be something like this
<div class="something"data-href="http://localhost:8080/webapps/auth.jsp?appID=a71c5859-03eb-4c16-ac08-1cac24ed2a1d" data-width="292" ></div>