<!doctype html>
<html lang="es" prefix="op: http://media.facebook.com/op#">
<head>
<meta property="fb:use_automatic_ad_placement" content="true">
<meta charset="utf-8">
<link rel="canonical" href="URL DEL ARTICULO EN LA WEB ESCRITORIO">
<meta property="fb:article_style" content="NOMBRE DEL TEMA Y/O PLANTILLA.">
</head>
<body>
<article>
<header>
<!-- COMIENZO ANUNCIOS AUTOMÁTICOS -->
<section class="op-ad-template">
<!-- Acá van dos o más Ubicaciones según lo creas conveniente -->
<figure class="op-ad">
<iframe width="300" height="250" style="border:0; margin:0;" src="https://www.facebook.com/adnw_request?placement=CODIGO DE TU ANUNCIO&adtype=banner300x250"></iframe>
</figure>
<figure class="op-ad op-ad-default">
<iframe width="300" height="250" style="border:0; margin:0;" src="https://www.facebook.com/adnw_request?placement=CODIGO DE TU ANUNCIO&adtype=banner300x250"></iframe>
</figure>
<figure class="op-ad">
<iframe width="300" height="250" style="border:0; margin:0;" src="https://www.facebook.com/adnw_request?placement=CODIGO DE TU ANUNCIO&adtype=banner300x250"></iframe>
</figure>
</section>
<!-- IMAGEN Cabecera del artículo -->
<figure>
<img src="URL IMAGEN" />
</figure>
<!-- El título y el subtítulo de tu artículo instantáneo -->
<h1>TITULO.</h1>
<h2>SUBTITULO.</h2>
<h3 class="op-kicker">
CATEGORIA DEL ARTÍCULO
</h3>
<!-- La fecha en la que creaste el artículo instantáneo -->
<time class="op-published" datetime="2017-10-19T06:20">Diciembre 01th, 08:11 AM</time>
<!-- Y la fecha en la que lo publicaste en Facebook -->
<time class="op-published" datetime="2017-10-19T06:20">Diciembre 02th, 09:10 AM</time>
<!-- El autor de tu Artículo Instantáneo -->
<address>
<a rel="facebook" href="URL AUTOR">nombre del autor</a>
</address>
</header>
<!-- Imágen en medio del arículo. Y texto en cuerpo del artículo -->
<!-- COMIENZO CONTENIDO DEL ARTÍCULO -->
CONTENIDO TIENE QUE SER EN HTML LÓGICAMENTE
<!-- FIN DEL CONTENIDO DEL ARTÍCULO -->
<!-- ARTICULOS RELACIONADOS -->
<article>
<ul class="op-related-articles" title="Artículos más vistos">
<li><a href="LINKS MAS VISTO O RELACIONADOS"></a></li>
<li><a href="LINKS MAS VISTO O RELACIONADOS"></a></li>
</ul>
</article>
<!-- FIIN ARTICULOS RELACIONADOS -->
<footer>
<aside>
<p>Fuente: <a rel="URL FUENTE" href="URL FUENTE"></a>NOMBRE GUENTE</p>
</aside>
<small>© AndreayYap (Copyright nombre...)</small>
</footer>
</article>
</body>
</html>