Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I enable people to spell check their comments?

comments enable people spell
0
Posted

How do I enable people to spell check their comments?

0

Adding the ability for your readers to check the spelling of their comment text has never been easier, though it may reduce your enjoyment of their inadvertently incorrect spellings. Simply modify your comments template to call the following function somewhere within it (this inserts the necessary Javascript for opening the spelling checker window): ‘spellinsertheaders();’ For default WordPress installations, you need no parameters. If for whatever reason your textarea is a different id than the default “comment” id, you can specify that id as a parameter to this call, for example: ‘spellinsertheaders(“differentcommentid”);’ Now, the only thing left to do is insert the following code where you want the “Check Spelling” button to appear: ‘spellinsertcomment_button();’ For more flexibility you can specify the following parameters to this function: • $button_class – If so desired, you can apply a class specifier to the resulting button. Leaving this as the default causes no class to be sp

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123