이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Voice Search

설명

Allows visitors to search the site using their voice. Currently only supported by Chrome on both desktop and mobile. See this technical reference for more details.

See this blog post for further information about the plugin.

스크린샷

  • The microphone button added to the search form by the plugin.

설치

Manual Installation

  1. Upload the entire /voice-search directory to the /wp-content/plugins/ directory.
  2. Activate Voice Search through the ‘Plugins’ menu in WordPress.
  3. Visit your website and start searching using your voice.

FAQ

Why is there no microphone button beneath the search form?

There could be many reasons for this:

  • You’re not Google Chrome (check out the browser support here)
  • Your theme doesn’t use the get_search_form() function properly. The plugin relies on the default search form markup
  • Your theme does some CSS things that prevents the microphone button from being displayed.

Does this plugin still allow users to type or does it entirely replace typing with voice search?

No, users are still able to type in the search box whatever they want. Voice search is just a nice addition.

How does it integrate with other search-enhancing plugins such as Relevanssi?

In my tests there weren’t any problems with other plugins like Relevanssi.

후기

2024년 7월 25일
Easy to install, if your template has the normal search box it simply works. The plugin adds a mic button, of course, because security, all browsers need to ask permission to use it at least once, but it works!
2024년 5월 7일 답글 1개
I am working on a portal on the EU AI Act not at least for mobile use (similar to artificialintelligenceact.eu but better, haha). In the last three days I tested four different voice search tools (WP-Plugins). The only one that really convinced me was this one – the others were really disappointing although they are really (!) expensive … This one here works great on iphone with chrome & safari (last one is the better mobile experience because of security reasons). It works on Android, Mac & Windows with Chrome. There might be still some minor challenges with this plugin, ok. For example: In one of the js file were some styles that I could not overwrite in the beginning with customizer. After I removed the one or other “!important” in the stylesheet. Now it works great and I can display a secon searchfield in an accordeon too. Another issue was exact responsive positioning of the icon … ok, is still not working perfect e.g. after resizing a browser-window, but thats not really a problem. WP-Version is 6.5.2.
2023년 5월 4일 답글 4개
Great plugin for voice search. It also works perfectly in Greek. No training required, as with other voice searches. I tested it on a computer and on a mobile phone with male and female voices. It works immediately and understandably.But one very small problem I have is that the microphone graphic is black and the background color is dark gray as well. So it is not distinct. I tried to change the background in the search area, but it didn’t work. Any help on this?
2017년 10월 9일
Hi ; there is an extra ‘Space’ in js file registration in plugin.php file at line 45. exactly before ‘.js’ at the end of line.
모든 10 평가 읽기

기여자 & 개발자

“Voice Search”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Voice Search”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Voice Search”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4.0

  • The search form now auto-submits after finishing speaking.

1.3.1

  • Removed some unwanted console messages.

1.3.0

  • Updated for WordPress 5.7 compatibility

1.2.1

  • Less patience for quicker feedback after speech input
  • Pressing enter now submits the form instead of triggering the microphone button

1.2.0

  • Improve compatibility with themes that initially hide the search forms
  • Update browser support info in the readme

1.1.0

  • Complete rewrite of the plugin
  • Improved theme compatibility

1.0.1

  • Improvement: Better theme compatibility

1.0.0

  • Initial release