Trato de hacer que Google Adsense me mande publicidad de juegos online.
Este es el codigo:
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>300x250</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> <meta name="Keywords" content="juego, jugar, online, enigma, enigmas, rompecabeza, rompecabezas, desafio, iq, facebook, cuanto sabes, neurona, neuronas" /> <meta name="language" content="es" /> </head> <body> <script type="text/javascript"><!-- google_ad_client = XXXXXXXX; /* 300x250, creado 8/02/09 */ google_ad_slot = XXXXXXXX; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </body> </html>
A ese archivo lo incluyo por un iframe a un juego en facebook.
Gracias
Salu2