How can I rearrange my Facebook page?

How can I turn a Blogger RSS feed to HTML/CSS website and include the Facebook Comment plugin?

  • Is it possible to RSS feed a blog to an HTML/CSS website page, then using javascript to rearrange the content from the RSS feed to match the HTML/CSS and then have the Facebook Comment plugin display at the end of a post? Also, is it possible to have this populate automatically each time the RSS feed pushes through to the website? Sincerely, the account services team. :)

  • Answer:

    Take a look at http://www.zazar.net/developers/jquery/zrssfeed/ - sounds like it does about 90% of what you're trying to do. Integrating Facebook Comments will be a little bit more of a challenge - the way the plugin determines which comments to show depends on the URL, and obviously if you have multiple posts shown on one page, they'll all have the same URL. This might be useful to get around that limitation: http://stackoverflow.com/questions/7856670/multiple-facebook-comment-boxes-on-a-single-page Ultimately, it would probably be easier to pull the RSS feed using a server-side language, create the page dynamically, and then apply FB comments. I wouldn't say it's impossible with HTML/CSS/JavaScript though.

Matt Muller at Quora Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.