views:

92

answers:

2

Various approaches I am aware of:

...any feedback on these in real world implementation and use is much appreciated.

+2  A: 

Lazzymonk wordpress integration is basically an ugly hack. Keep as far away from that as possible. It was taken over by aheadworks and their free blog extension is the way to go. It is fully integrated with magento and has all the SEO control you might need.

silvo
+2  A: 

I agree with @Silvo's answer. The AW_Blog extension is written using the preferred Magento approach. Posts, tags, comments and other Blog artifacts are all implemented using Magento models and collections, and accessed through regular Blocks and Views. The blog writing interface is integrated into the Magento back-end, so you have consistency of authentication and authorisation. All of which means that it is much less likely to break in future, unlike Mage_Enabler or other "faux" integrations.

I've used the AW_Blog extension and been very satisfied with it's functionality. IMHO, there's no need to integrate Wordpress (insert Blogging engine of choice) for the sake of it.

HTH, JD

Jonathan Day
do you think it would be easy to do something like this with AW?...........http://codex.wordpress.org/Press_This
jon
I'm not sure about easy, but certainly possible and I have an idea on it. This however warrants another question rather than trying to answer it in comments which don't have formatting or line breaks. If you're happy with my answer, accept it and create a new question specifically asking about using a bookmarklet to create new AW_Blog posts. Thanks, JD
Jonathan Day