WordPress Setup
WordPress installation instructions
Section titled “WordPress installation instructions”- Navigate to your WordPress admin dashboard. The dashboard can usually be found at
https://example.com/wp-admin/
whereexample.com
must 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 async src="https://cdn.mentionlink.com/v1/script.min.js"></script></head>
Questions?
Section titled “Questions?”Please read the frequently asked questions.
Test your installation
Section titled “Test your installation”You can test your installation by adding the URL fragment to a page from your website, i.e. #mentionlink=debug
.
Open DevTools in Chrome and you should see a success message being logged.
If you are having trouble confirming that your installation was successful, please reach out to help@mentionlink.com.