Its easy to create pop-up virtual keyboard in WordPress CMS.
Steps are:
Steps are:
- Download plugins at  pop-up virtual-keyboard
- Upload `virtualkeyboard/` to the '/' of your server
- Open virtualkeyboard.php in editor, change $keyboard_image = 'your/domain'; to your domain where the image is. Save and Close.
- add include('virtualkeyboard.php'); virtualkeyboard_head(); to your header file if applicable, otherwise inside the <head></head> tags will do.
- add virtualkeyboard_footer();before the </body> tag
Now browse, the javascript on the client-side takes care of the rest attaching a keyboard to all text inputs.