Title: Spellchecker from Yandex
Last modified: August 21, 2016

---

# Spellchecker from Yandex

 *  [Nicolas Korobochkin](https://wordpress.org/support/users/korobochkin/)
 * (@korobochkin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugins-96/)
 * Hi!
    I often use this plugin on my sites. Now i need to add spellchecker service.
   I choose [solution from Yandex](http://api.yandex.ru/speller/doc/dg/tasks/how-to-spellcheck-tinymce.xml)(
   I need the Russian language).
 *     ```
       plugins: [ ...,
             "... spellchecker"],
           toolbar: "insertfile undo redo | spellchecker | styleselect ...",
           // Spellchecker
           spellchecker_languages: "Russian=ru,Ukrainian=uk,English=en",
           spellchecker_rpc_url: "http://speller.yandex.net/services/tinyspell"
       ```
   
 * So we need to include “spellchecker” plugin in tinymce init but how to do it 
   using the plugin?
 * P. S. Maybe include “spellchecker” from [TinyMCE Advanced](https://wordpress.org/plugins/tinymce-advanced/)?
 * [https://wordpress.org/plugins/advanced-tinymce-configuration/](https://wordpress.org/plugins/advanced-tinymce-configuration/)

The topic ‘Spellchecker from Yandex’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-tinymce-configuration.svg)
 * [Advanced TinyMCE Configuration](https://wordpress.org/plugins/advanced-tinymce-configuration/)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-tinymce-configuration/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-tinymce-configuration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-tinymce-configuration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-tinymce-configuration/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Nicolas Korobochkin](https://wordpress.org/support/users/korobochkin/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/plugins-96/)
 * Status: not resolved