Códigos Html Para Tu WEB
Este codigo te servira para colocar noticias de tecnologías en tu WEB
<!– Google News Element Code –>
<iframe frameborder=0 marginwidth=0 marginheight=0 border=0 style=”border:0;margin:0;width:300px;height:250px;” src=”http://www.google.com/uds/modules/elements/newsshow/iframe.html?rsz=large&format=300×250&topic=t&element=true” scrolling=”no” allowtransparency=”true”></iframe>
El siguiente codigo sirve para mostrar el mapa de google en tu web
<!– Google Maps Element Code –>
<iframe frameborder=0 marginwidth=0 marginheight=0 border=0 style=”border:0;margin:0;width:300px;height:250px;” src=”http://www.google.com/uds/modules/elements/mapselement/iframe.html?maptype=hybrid&latlng=-35.430647%2C-71.65729&mlatlng=-35.430647%2C-71.65729&maddress1=Talca&maddress2=Regi%C3%B3n%20del%20Maule%2C%20Chile&mtitle=Talca%2C%20Regi%C3%B3n%20del%20Maule&element=true” scrolling=”no” allowtransparency=”true”></iframe>
Codigo para un buscador Interno en tu web:
<!– Google Custom Search Element –>
<div id=”cse” style=”width:100%;”>Loading</div><script src=”http://www.google.com/jsapi” type=”text/javascript”></script><script type=”text/javascript”>google.load(‘search’, ’1′, {style: google.loader.themes.MINIMALIST});google.setOnLoadCallback(function(){var cse = new google.search.CustomSearchControl();cse.draw(‘cse’);}, true);</script>