Search for Resources and Solutions

How to install and configure the CRM Commenter app for Twitter

CRM Commenter is an app for the Midrub CMS which provides two ways to reply easy the Twitter replies: automatic and manual.

To install the CRM Commenter app:

  • Sign In as administrator.
  • Click on the User menu item.
  • Click on Apps menu item.
  • Click on the New app button.
  • Click on the Upload App button.
  • Select the CRM Commenter app(zip downloaded from CodeCanyon).
  • The app will be installed in several seconds. Next step is to enable it. You could enable the CRM Commenter app from Administrator -> User -> Apps -> Commenter for Twitter -> Enable.
  • Last step is to enable it in the wanted plans. You could do this from Administrator -> User -> Plans -> Commenter for Twitter -> Enable.


This app uses the Twitter's webhooks and is important to add an exception if you didn't added already:

$config['csrf_exclude_uris'] = array('guest/crm_dashboard');

The code should be unique. Otherwise, in the existing add only , 'guest/crm_dashboard' and will be

$config['csrf_exclude_uris'] = array('guest/crm_chatbot', 'guest/crm_dashboard');

The video below shows how to install and configure the Midrub CMS and the CRM Commenter app:

Now, it's important to configure the Twitter network.

Was this article helpful?