QuickReviewer

Product details
BlackneronBlackneron
BlackneronPLUS
Aug 16, 2020

Q: Hi How do I use the weblink feature on a normal website (not Wordpress)?

If I add the URL ant want to open the Window for commenting, there is a popup message telling me the following:

It seems that you have not added the QuickReviewer Plugin or Script to the web link. The web URL is loaded for you to preview but you will not be able to markup the proof with annotations.
For security reasons, in the absence of the plugin, some URLs may not load altogether.
Read here for more information

The link "Read here" redirects to the Startpage of QuickReviewer without additional information.

How can I make this work?
Do I have to manually add som JS code to the website (like the Worpress Plugin is doing)?

Thanks a lot and have a nice day!

Share
Helpful?
0
Log in to join the conversation

Hey, sorry if the link didn't work. It leads to this page that explains the steps to proof websites
https://www.quickreviewer.com/knowledgebase/how-can-i-review-live-websites/

Specific to HTML based websites, you need to copy and paste this code snippet into every page of your website in the <head> tag or into the header file (if you're using a common html for the header):

<script src=’https://www.quickreviewer.com/quickreviewer/proofing/weblink/quickreviewer-interface.min.js’ defer></script>

The script allows the QuickReviewer proofing window to iFrame your website. It ensures that when the user navigates on your web page, QuickReviewer is informed so that it can react accordingly. Note that we do NOT track or store any website information.

Hope this helps. Enjoy website proofing :)
And if you face any challenges, please drop a message to [email protected]

Verified purchaser

Hi Akal

Thanks for your answer!

Yes I found the page but there it indicates that I have to insert the following script:

<script src='https://www.quickreviewer.com/quickreviewer/proofing/weblink/quickreviewer-interface.min.js' defer></script>

When I wanted to load the script, it did not exist.

I then downloaded the WordPress plugin and extracted the URL of the script which is inserted by WordPress:

<script src='https://www.quickreviewer.com/quickreviewer/proofing/weblink/qrInjectorScript.min.js' defer></script>

Then I inserted it into the header of my website and now it seems to work :-)

Thanks for your help and have a nice day!