
內容簡介
Pipe Audio Video and Screen Recorder 讓網站訪客和用戶能夠直接從 WordPress 頁面和文章錄製視頻、音頻及螢幕和攝影機,無需安裝應用程式或上傳檔案,簡化錄製過程。
【主要功能】
• 直接錄製視頻和音頻
• 自動處理和轉換為 MP4
• 支援收集用戶生成內容
• 嵌入錄製的推薦和簡歷
• 兼容在線課程和測驗
• 螢幕錄製功能,適合教學和支援
外掛標籤
開發者團隊
② 後台搜尋「Pipe Audio Video and Screen Recorder」→ 直接安裝(推薦)
原文外掛簡介
Pipe Audio Video and Screen Recorder lets your website visitors and users record video, audio, and screen + camera directly from your WordPress pages and posts — no apps to install, no file uploads to babysit, no custom development.
The plugin connects your WordPress website to the Pipe recording platform. You generate a shortcode from your WordPress admin, paste it into any page or post, and a fully working browser-based recorder appears on your site. Every recording is automatically processed, converted to MP4, stored, and made available for playback and download — from both your WordPress backend and your Pipe account dashboard.
To use the plugin, you need a trial or paid account with addpipe.com.
What You Can Build
Collect video testimonials — let happy customers record a testimonial straight from a page on your site, then embed the best ones anywhere with a playback shortcode.
Accept recorded resumes and async video interviews — the easiest way for recruiters to collect video answers and self-introductions from candidates.
Add recording to online courses and quizzes — capture spoken or on-camera answers from students, including on pages with many recorders such as LearnDash quizzes (with lazy loading, each recorder only initializes when scrolled into view).
Capture user-generated content — video messages, voice notes, feedback, contest entries, and crowdsourced recordings that boost engagement.
Record voice messages and audio feedback — a lightweight audio-only recorder for voicemail-style pages, podcast listener questions, or language practice.
Turn your blog into a vlog — record takes from the WordPress backend, keep the one where you nailed it, and embed it in your post.
Collect screen recordings — perfect for bug reports, product feedback, tutorials, and support requests, with optional camera overlay.
How It Works
Install the plugin and connect your Pipe account by entering your Account Hash and Environment Code in the plugin’s Settings page.
Generate a recorder shortcode from the plugin’s Embed Recorder page — choose video, audio-only, or screen + camera, and set the size, colors, and recording time limit.
Paste the shortcode (e.g. [pipe_recorder 1]) into any page or post using the Gutenberg shortcode block, the Classic Editor, or a page builder like Elementor.
That’s it. Recordings start flowing in, and you can review, play back, download, and embed them without leaving WordPress.
Recording Features
Video, audio-only, and screen + camera recording — all three recording types from one plugin.
Works on desktop and mobile — the Pipe recording clients ensure your users can record no matter their device or browser.
Up to 4K video — the Pipe Platform can record and properly manage videos up to 4K in resolution.
Reliable on slow connections — client-side and server-side buffering produces high-quality recordings even over 3G, 4G, and spotty public Wi-Fi.
Universal MP4 playback — different devices record to different formats (.mov, .mp4, .3gp, .webm); Pipe converts everything to a proper .mp4 file that plays everywhere.
Automatic snapshots — a thumbnail is generated for every video recording.
Configurable recording limits — set a maximum duration per recorder (20 seconds by default, adjustable per shortcode).
Optional file uploads — let users upload an existing video or audio file instead of recording live.
Countdown timer and background blurring — give users a 3-2-1 countdown before recording starts, and offer a webcam background blur toggle for privacy.
WordPress Features
Reusable, editable shortcodes — create a recorder configuration once and reuse it across your site; edit an existing shortcode instead of creating a new one for every small change.
Multiple recorders per page — place several recorders on the same page or post and they all work reliably.
Lazy loading — optionally initialize each recorder only when it scrolls into view, so pages with many recorders don’t request every camera and microphone at once.
Manage recordings from the WordPress backend — review, play, download, and delete recording entries without leaving wp-admin (recordings are also always available in your Pipe account dashboard).
Playback shortcodes — embed any recording for playback in your posts and pages.
Know who recorded what, and where — each recording is linked to the logged-in WordPress user who made it (or marked as made by a visitor) and to the page or post it was recorded on.
Customizable recorder appearance and behavior — control the recorder’s size (in any CSS unit), background and menu colors, resolution (240p up to 2160p), autosave, the initial screen, and the bottom control menu.
Record from the backend too — create your own audio, video, and screen recordings directly from the WordPress admin.
Performance friendly — the recording client’s JS and CSS load only on pages that actually contain a recorder, not across your whole site.
Works with any WordPress theme — and with page builders such as Elementor.
Secure webhooks — recording notifications sent to your site are validated with signature-based (HMAC) authentication.
Storage and Data Ownership
Recordings are processed by the Pipe Platform and stored on Pipe’s complimentary storage. You can also push the original and converted files to your own storage: Amazon S3 (or S3-compatible services), Cloudflare R2, DigitalOcean Spaces, Google Cloud Storage, Dropbox, Box, or your own server via SFTP, FTP, and FTPS. You control how long recording data is kept, with options to delete it manually or automatically.
Requirements and Pricing
The plugin is free, but it requires an active account with the Pipe Platform to work. You can sign up for a trial account at addpipe.com — trial accounts work with the plugin, so you can test everything before subscribing.
External Services
This plugin relies on the Pipe Platform (https://addpipe.com) to provide video, audio, and screen recording functionalities. To use it, you need an account or subscription with https://addpipe.com. The following external files are loaded directly from Pipe’s CDN:
pipe.min.js (https://cdn.addpipe.com/2.0/pipe.min.js) — required for recording functionality.
pipe.css (https://cdn.addpipe.com/2.0/pipe.css) — required for styling the recording client.
Data Transmission
When using the plugin, recorded media is sent to the Pipe Platform servers for processing and storage.
Users can configure their Pipe account to store recorded media on external storage services like Amazon S3, Dropbox, or their own servers.
Privacy and Terms
Privacy Policy: Pipe Privacy Policy
Terms of Service: Pipe Terms of Use
Documentation and Support
Plugin documentation — installation, configuration, webhooks, and shortcode reference.
Pipe Platform documentation
Questions? Contact us or post in the plugin’s support forum.
For Developers
The plugin provides two hooks so you can extend recordings from your own plugin or theme without editing the plugin files. Full examples are in the documentation.
addpipe_recorder_payload (filter) – modify the recorder payload before a recorder is initialized. The payload is returned with the recording’s webhook, so you can append your own comma-separated values and read them back later. Default: accountHash,userId,postId.
addpipe_webhook_processed (action) – fires after an incoming webhook has been validated and saved to the database, before the response is sent. Receives the event name, the webhook data object, and the comma-split payload values.
