Publish a message on facebook after having posted a comment
or should I create a plugin ? if it’s the case, why ? Yes you should: Separation of concerns. A theme is the view of the application. As the facebook functionality is part of your application, it belongs into a plugin. You have one large benefit from moving stuff into plugins: If you exchange your … Read more