Взял код RSS с темы
в хтмл вверх вставил:
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
#feedControl {
margin-top : 10px;
margin-left: auto;
margin-right: auto;
width : 440px;
font-size: 12px;
color: #9CADD0;
}
</style>
<script type="text/javascript">
function load() {
var feed ="http://daily.heroeswm.ru/rss/"; RSS-лента
new GFdynamicFeedControl(feed, "feedControl");
}
google.load("feeds", "1");
google.setOnLoadCallback(load);
</script>В странице портала вот это прописал:
<!--Левый Блок №1--> <div class='spacer'> <table cellpadding='0' cellspacing='0'> <tr> <td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td> <td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td> <td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td> </tr> </table> <table cellpadding='0' cellspacing='0'> <tr> <td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td> <td class='captionbar' style='white-space:nowrap'> Название Левый Блок №2 </td> <td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td> <td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td> <td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td> </tr> </table> <table cellpadding='0' cellspacing='0'> <tr> <td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td> <td class='bodymain'> <div class='alttd' style='text-align:left'> <div id="body"> <div id="feedControl">Loading...</div> </div> </td> <td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td> </tr> </table> <table cellpadding='0' cellspacing='0'> <tr> <td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td> <td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td> <td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td> </tr> </table> </div> <!--Конец Левого Блока №1-->
и не работаетПортал