Friday 26 July 2013

How to add grammar and spelling check on your website

I've just noticed that I have posted my previous post with a minor typo. I will immediately correct it. But you may wonder how to add grammar and spelling checks on your website with minimal integration required.
1. Copy and paste the below on on your webpage
2. Add any textarea control and it will be automatically checked by Ginger spelling and grammar checker


<script type="text/javascript" src="http://cdn.gingersoftware.com/webWidget/gingerEditor.min.js"></script>
<script type="text/javascript">var init = GS_WEB_WIDGET.namespace("initParams");if (init && init.hasOwnProperty("init")) { init.init({apiKey:"03243e85-a1a7-4383-8338-2f1db1cb9b46"});}</script>
For more integration options see: http://www.gingersoftware.com/self_service

1 comment:

Unknown said...

Thanks for the helpful information!
grammar check