emsonline, on Jan 20 2010, 12:06 PM, said:
Is there a way to embed a page in a post using BBC with v3?
I had it with v2 and it works great and was very popular.
This is the code used in v2. Does not work with v3. It just opens my site embedded in the post.
Quote
<div class='codetop'><br />(<a href="{content}" title="Click to view this page in a new window." target="_blank">Click to view this embedded page in a new window</a>)<br /></div><div class='iframemain'><br /><iframe width="99%" height="600px" frameborder="0" src="{content}"></iframe><br /></div><br />
change in
<div class='codetop'><br />(<a href="http://{content}" title="Click to view this page in a new window." target="_blank">Click to view this embedded page in a new window</a>)<br /></div><div class='iframemain'><br /><iframe width="99%" height="600px" frameborder="0" src="http://{content}"></iframe><br /></div><br />
Note: Enter the URL without the http://. Do not use http.//nfl.com but www.nfl.com
Greetz Stars