View Single Post
  #4  
Old 03-28-2008, 05:45 PM
 
GlobalFusion GlobalFusion is offline
 

Advanced Member
  
Join Date: Feb 2007
Posts: 82
 

Default Re: Show Latest 5 Wordpress Posts in Homepage - Help Needed!

To post your latest blog posts in the homepage or anywhere you want follow theses steps:

Open and account with www.FeedBurner.com and make sure your RSS works well.

Activate the BuzzBoost section so you can get the script to be installed in your homepage or anywhere you want it to be.

To maximize your CSS customization, copy and paste the URL provided in the script and enter it in the address bar, so you can see the tags, attributes, etc.


Using the example they gave, enter this URL in your favorite browser
HTML Code:
http://feeds.feedburner.com/LAFD?format=sigpro

That will show you
PHP Code:
document.write('<div class="feedburnerFeedBlock" id="LAFD159715">');
document.write('<p class="feedTitle"><a href="http://lafd.blogspot.com/"><B><A HREF=\"http://lafd.blogspot.com\"><U>LAFD News & Information</U></A>:</B></a></p>');
document.write('<ul>');
document.write('<li><span class="headline"><a href="http://lafd.blogspot.com/2008/03/memorial-services-announced-for-fallen.html">Memorial Services Announced for Fallen Los Angeles Firefighter</a></span>');
document.write('</li>');
document.write('<li><span class="headline"><a href="http://lafd.blogspot.com/2008/03/woman-found-dead-on-beach-in-san-pedro.html">Woman Found Dead on Beach in San Pedro</a></span>');
document.write('</li>');
document.write('<li><span class="headline"><a href="http://lafd.blogspot.com/2008/03/north-hollywood-event-will-support.html">North Hollywood Event Will Support Firefighters</a></span>');
document.write('</li>');
document.write('<li><span class="headline"><a href="http://lafd.blogspot.com/2008/03/los-angeles-firefighter-killed-in-line.html">Los Angeles Firefighter Killed in the Line of Duty</a></span>');
document.write('</li>');
document.write('<li><span class="headline"><a href="http://lafd.blogspot.com/2008/03/custodial-spill-sends-3-hollywood.html">Custodial Spill Sends 3 Hollywood Workers to Hospital</a></span>');
document.write('</li>');
document.write('<li><span class="headline"><a href="http://lafd.blogspot.com/2008/03/welding-sparks-warner-center.html">Welding Sparks Warner Center Construction Site Blaze</a></span>');
document.write('</li>');
document.write('</ul>');
document.write(' <div id="creditfooter"><a href="http://www.feedburner.com" target="_blank"><img src="http://www.feedburner.com/fb/images/buzzboost-pwrd.gif" alt="Headlines by FeedBurner" style="border:0"/></a></div>');
document.write('</div>'); 

For more details on CSS customization read http://blogs.feedburner.com/help/buzzboost/using_buzzboost/popup/

If you don▓t want to show the FeedBurner logo image, use this hack in skin1.css:
HTML Code:
#creditfooter img{ display:none; } #creditfooter embed{ display:none; }

Keep in mind that even though the logo was hidden, the FeedBurner.com link embedded in the script will still remain there. If you know of a hack to remove the link, please post it.

That▓s it┘ Enjoy it!

Augusto
__________________
------------------------------------------------------------------
X-Cart Gold V 4.1.8 + Mods
Reply With Quote