
內容簡介
DD Poll 是一款為新聞門戶和高流量網站設計的投票系統,具備即時投票和結果顯示功能,並支援多種資料匯出格式,讓使用者能輕鬆創建和管理投票。
【主要功能】
• 自訂資料庫表格(無需使用文章類型)
• AJAX 投票,無需重新載入頁面
• 實時結果顯示,並具備快取功能
• 管理控制台提供統計數據
• 支援小工具和短碼功能
• 具備反垃圾郵件保護機制
外掛標籤
開發者團隊
② 後台搜尋「DD Poll – Polls, Surveys & Voting」→ 直接安裝(推薦)
原文外掛簡介
DD Polls is a production-ready poll system designed for news portals and high-traffic websites.
Features:
Custom database tables (no post types)
AJAX voting without page reload
Real-time results with caching
Admin dashboard with statistics
Shortcodes: [dalmdrpo_poll], [dalmdrpo_poll_results], [dalmdrpo_poll_list]
WordPress widget support
REST API at /wp-json/dalmatian-dream-polls/v1/polls
CSV export and JSON import
Anti-spam: rate limiting, IP throttling, nonce protection
Multisite compatible
Fully internationalized and ready for translate.wordpress.org
Built-in migration tools for WP-Polls and legacy DD Poll installations, including polls, answers, vote totals, detailed vote history and shortcode conversion.
Quick poll insertion in the post editor — choose from the five most recent polls and insert the selected poll directly into the post.
Shortcodes
[dalmdrpo_poll id="123"] — Display poll with voting form
[dalmdrpo_poll_results id="123"] — Display results only
[dalmdrpo_poll_list] — List all polls
REST API
GET /wp-json/dalmatian-dream-polls/v1/polls
GET /wp-json/dalmatian-dream-polls/v1/polls/{id}
POST /wp-json/dalmatian-dream-polls/v1/polls/{id}/vote
Hooks
Actions: dalmdrpo_poll_created, dalmdrpo_vote_added, dalmdrpo_poll_closed
Filters: dalmdrpo_poll_output, dalmdrpo_vote_allowed, dalmdrpo_verify_captcha
