VoiceDropper

설명

VoiceDropper connects your WordPress site to a VoiceDropper project.

After entering your project client key, use VoiceDropper HTML tags inside a WordPress Custom HTML block to embed a published speech or enable Auto Mode for an element on the page.

Published speech:

<voicedropper data-speech="YOUR_SPEECH_ID"></voicedropper>

Auto Mode:

<voicedropper data-mode="auto" data-content-target="#article"></voicedropper>

A VoiceDropper account and project client key are required. Create an account at voicedropper.felixg.io.

External services

This plugin connects to the VoiceDropper service to load the audio player and generate or retrieve audio requested through the configured VoiceDropper project.

When the client key is configured, the plugin loads a JavaScript library from https://voicedropper.felixg.io/plugin/{CLIENT_KEY} in the public website header. The library may send the page URL, configured content target, text content, speech ID, and technical request information to VoiceDropper as required to provide the audio service.

This service is provided by VoiceDropper:

Privacy

VoiceDropper does not send data to the external service until a site administrator configures a project client key.

After configuration, the VoiceDropper embed library is loaded on public pages. Depending on the HTML tags placed on a page, the service may process the page URL, selected text content, speech ID, configured content target, and technical request information to provide audio playback or Auto Mode.

Site administrators should review the VoiceDropper privacy policy and update their website privacy notice as appropriate.

스크린샷

설치

  1. Upload the voicedropper folder to /wp-content/plugins/, or install the ZIP from the WordPress Plugins screen.
  2. Activate VoiceDropper.
  3. Open the new VoiceDropper menu in WordPress.
  4. Paste the client key from your VoiceDropper project and save.
  5. After setup, copy a VoiceDropper tag from the installation screen into a WordPress Custom HTML block.

To update the connected project later, use the Change button beside the connected client key.

FAQ

Where do I find my client key?

Sign in to VoiceDropper, open your project, and copy its client key from the installation flow.

How do I embed a published speech?

Use <voicedropper data-speech="YOUR_SPEECH_ID"></voicedropper>, replacing YOUR_SPEECH_ID with the published speech ID.

How do I use Auto Mode?

Use <voicedropper data-mode="auto" data-content-target="#article"></voicedropper>, replacing #article with the CSS selector of the content VoiceDropper should read.

Does the plugin load VoiceDropper on every page?

Yes. After a client key is configured, the VoiceDropper embed library is loaded in the header of every public page so that players and Auto Mode can work anywhere on the site.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.0

  • Initial release.
  • Added project client key settings.
  • Added speech and Auto Mode HTML integration examples.