Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt

Use this file to discover all available pages before exploring further.

For Magento stores serving multiple languages or currencies, we recommend the standard tag integration using Google Tag Manager. The Magento plugin lets you install via GitHub and enable Mention Me tags from within your Magento account. You can choose from default tag positions or manually select where tags load, and preview how they appear.
The plugin is compatible with Magento 2.1.18, 2.2.9, 2.3.x

Installing the module

Add the GitHub repository as a Composer source:
composer config repositories.mentionme vcs https://github.com/mention-me/magento2-integration
Add the dependency:
composer require mentionme/module-mention-me --no-update
Update dependencies:
composer update mentionme/module-mention-me
Enable the module and refresh cache:
php bin/magento module:enable MentionMe_MentionMe
php bin/magento setup:upgrade
php bin/magento cache:flush
GitHub Magento2 Mention Me Integration

Via FTP (manual)

1

Download the ZIP

From GitHub, click “clone or download” > “Download ZIP”.
2

Copy files

Copy the app folder from the ZIP archive to your Magento root directory.
3

Enable the module and refresh cache

php bin/magento module:enable MentionMe_MentionMe
php bin/magento setup:upgrade
php bin/magento cache:flush
If you’re running PHP OPcache that doesn’t clear automatically, you must clear it for the new module to be available.

Configuring the integration

Navigate to Stores > Configuration > Mention Me and add your Merchant Partner Code in the General configuration section.
Magento Mention Me general configuration with Partner Code

Referrer

Automatically enabled. Fields populated on order: firstname, surname, customer email, order_number, order_total (net), order_currency, locale.
Magento referrer tag configuration

Referee

Automatically enabled. Select the tag position from the “Position on Page” dropdown, or choose manual placement for custom themes (insert the MM wrapper in your template).
Magento referee tag configuration with position dropdown

Landing page

Automatically enabled as a Magento widget. Manage and place using Magento’s widget system:
1

Open Widgets

Go to Content > Widgets.
2

Add Widget

Click Add Widget.
3

Select widget type

Select MentionMe Landing Page as the type and your theme. Click Continue.
4

Configure widget

Give the widget a title and select stores to trigger.
5

Set situation param

Under Widget Options, specify the situation param.
6

Choose layout

Use Layout Update to select the CMS page/container.
7

Share URL with Mention Me

Send the full landing page URL to your Mention Me Onboarding Manager.
Landing page widget configuration Landing page example

Dashboard

Automatically enabled.
Magento dashboard tag configuration

Conversion message (homepage and product)

Automatically enabled. Select the position, or manually place the tag for custom themes. Conversion message tag options

Saving and viewing the configuration

After placing tags or widgets, save config and flush cache. Click Customer View to preview how tags look for your customers. Saving configuration Customer View preview Live site preview Tag positions preview

Upgrading the module

Via Composer

composer require mentionme/module-mention-me --no-update
composer update mentionme/module-mention-me
php bin/magento setup:upgrade
php bin/magento cache:flush

Via FTP (manual)

1

Replace existing files

Download latest ZIP and remove existing app/code/MentionMe directory.
2

Copy new files

Copy new app folder to Magento root.
3

Upgrade module and flush cache

php bin/magento setup:upgrade
php bin/magento cache:flush

Removing the module

composer remove mentionme/module-mention-me
php bin/magento setup:upgrade
php bin/magento cache:flush

Via FTP (manual)

1

Delete module files

Delete app/code/MentionMe directory.
2

Flush config and cache

php bin/magento setup:upgrade
php bin/magento cache:flush
As with any new software install, always take backups and test in staging before deploying to production.
View these instructions on GitHub.
Last modified on March 31, 2026