Blog Page Provider is a example project I have created to try out the page provider in EPiServer
As the name may suggest this is a EPiServer page provider for blogs that has the ability to create a blog page in EPiServer that connects with a blog and lists all blogs, posts and comments connected to that account as EPiServer pages. You can also create blog posts and comments in EPiServer by creating "Post" or "Comment" pages.
The page providers are added dynamically to EPiServer so there is no configuration to setup the providers just create a page of the right type ("Blog - Settings") in EPiServer and the page provider will be added for you.
Support for different blog types is handled by blog providers, right now there are two providers, one for Blogger and the other for WordPress. You can create your own provider for other blogs by just implementing the interfaces in the Dropit.BlogPageProvider.Blog namespace and add the provider in web.config.
You can find more information about the project and all code over at Codeplex, Blog Page Provider
Have fun with it!
Blog Post Provider in three short steps
Blog post both in EPiServer and on Blogger

Create a new blog post in EPiServer

The created blog post is shown both in EPiServer and on blogger
