Install Mentionlink on WordPress
Preferred: Install the WordPress Mentionlink Plugin
Please install the dedicated WordPress Mentionlink Plugin from the WordPress.org marketplace.
Alternative: Manual WordPress Installation Instructions
- Navigate to your WordPress admin dashboard. The dashboard can usually be found at
https://website.com/wp-admin/wherewebsite.commust be replaced with your own domain. - In the left sidebar, hover over Appearance and click on Theme File Editor.
- In the right sidebar, click on Theme Header (header.php).
Then, add the following line inside the <head> tag, just before the </head> tag closes.
<head>
<?php wp_head(); ?>
<script data-domain="website.com" src="https://cdn.mentionlink.com/script.min.js" defer></script>
</head>
Questions?
Please read the frequently asked questions.
Test Your Installation
Open DevTools in Chrome and you should see a success message being logged from Mentionlink. If you are having trouble confirming that your installation was successful, please reach out to help@mentionlink.com.