Google Web Elements
Google Web Elements: News
API Key for strathviewconsultants.wikidot.com:
ABQIAAAAuxwj5PHOZ-ec8HRNg94VuRS3fWejfhLIMr6UHRcOaoqxsKdIUhSKD_va-iQV3Hhw86BZr4MhVYUJug
Basic version with iframe
API - Results limited to Somalia
<html> <script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAuxwj5PHOZ-ec8HRNg94VuRS3fWejfhLIMr6UHRcOaoqxsKdIUhSKD_va-iQV3Hhw86BZr4MhVYUJug"></script> <script type="text/javascript"> google.load("elements", "1", {packages : ["newsshow"]}); function onLoad() { // Change the geographic location var options = { "queryList" : [ { title : "Development", geo : "Somalia, Africa" } ] } var content = document.getElementById('content'); var newsShow = new google.elements.NewsShow(content, options); } google.setOnLoadCallback(onLoad); </script> </html>
<html> <!-- 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=300x250&q=Africa%20Development%20&element=true" scrolling="no" allowtransparency="true"></iframe> </html>