UHHHH..!!!
Estas mal llamando todo.
Código HTML:
<iframe src="noticias/show_news.php"
align="left" height="1000" width="400"><?PHP
$number=15;
include("/home/vol4/phpnet.us/a/ashleysource/htdocs/noticias/show_news.php");
?>
</iframe>
Primero si tu sitio es PHP, deberas colocar el siguiente codigo en donde quieres que aparezcan las noticias, sin nada de iframes:
Código PHP:
<?PHP
$number=15;
include("/home/vol4/phpnet.us/a/ashleysource/htdocs/noticias/show_news.php");
?>
Pero si tu sitio es HTML:
Por medio de un iframe es mandar a llamar las noticias, este iframe deberas colocarlo en donde quieres que aparezcan las noticias:
Pero primero el code que te dio el
Integration Wizards deberas guardarlo en una pagina con terminacion ".php", yo le llame "news.php"
Entonces como mi pagina es .html lo mande a llamar con un iframe y lo coloque en donde queria que estuviera:
Código HTML:
<iframe name="main" src="news.php" style="position: absolute; top: 490px; left:228px; width:450px; height: 1300px; background-color: transparent;" allowtransparency="true" scrolling="true" frameborder=0 border=0></iframe>
Listo! Cualquier duda comentala aqui.