
內容簡介
WordPress Radio 是唯一一個能在 WordPress 網站中創建整個廣播流平台的 WordPress 外掛程式。
它使用Caster.fm API,讓您可以創建一個互聯網電台,提供流媒體服務器、聽眾、小工具和播客管理的介面。
最棒的是它是免費的!
功能
服務器和廣播管理:
在應用程式儀表板中啟動和停止流媒體服務器,查看多通道即時廣播狀態和元數據,更改元數據和刪除廣播來源,以及查看即時聽眾統計資料...
一切都在應用程式儀表板中。
即時聽眾資訊:
即時查看您的聽眾資訊,包括連線持續時間、使用的裝置,以及刪除特定聽眾的功能。
自動記錄的播客管理:
聆聽、重新命名和刪除您自動記錄的播客。
即時流媒體和記錄的播客播放器簡碼產生器:
定制提供的小工具/播放器,並為在 WordPress 網站中使用生成簡碼。
聯盟計劃
如果您是 WordPress 托管公司,您可以註冊為聯盟會員,將 Caster.fm API 服務作為您自己的產品,並從訂戶的收益中獲得份額。
了解更多關於 Caster.fm API 聯盟計劃
獲得聯盟 id 後,您可以在網絡管理員部分的 WordPress Radio 頁面中插入它。
這將確保您所有託管的 WordPress 網站在提示輸入 API 私有令牌時都會被重新導向到您的註冊閘道 URL。
開發
JavaScript 和 CSS 原始檔位於 Admin/assets 目錄中,使用 Laravel Mix 進行資源管理和編譯。
要建置這些檔案,您需要安裝 NodeJS 和 NPM。
然後進入 assets 目錄,執行以下命令:
npm install
npm run dev
這將編譯資源,並且在父目錄中發佈它們。
外掛標籤
開發者團隊
② 後台搜尋「WPRadio – WordPress Radio Streaming Plugin」→ 直接安裝(推薦)
原文外掛簡介
WordPress Radio is the only WordPress plugin that creates an entire radio streaming platform within your WordPress site.
It utilizes Caster.fm Cloud API to allow you to create an internet radio station and provide a management interface for the streaming server, listeners, widgets and podcasts management.
And the best part is, it is FREE!
Features
Server & Broadcast Management:
Start and the stop the streaming server, view multi-channel real time broadcast status and meta-data, change meta-data and drop broadcast source and view real-time listeners stats…
All within the app dashboard.
Live Listeners Information:
View your listeners information in real time, including connection duration, the device they are using to listen and the ability to drop specific listener.
Recorded Podcasts Management:
Listen to, rename and delete your automatically recorded podcasts.
Live Stream and Recorded Podcasts Players Shortcodes Generator:
Customize the provided widgets / players and generate shortcodes for usage within your WordPress site.
Affiliates
If you’re a WordPress hosting company you can register as an affiliate to offer Caster.fm API service as your own and get a share of the revenue from your subscribers.
Learn More About Caster.fm API Affiliates Program
After obtaining an affiliate id you can insert it at the WordPress Radio page within the Network Admin section.
This will make sure all your hosted WordPress sites will be redirected to your registration gateway URL when prompted for an API private token.
Development
The javascript and css source files are located within the Admin/assets directory and uses Laravel Mix for assets management/compilation.
To build those you’ll need to install NodeJS and NPM.
After which cd to the assets directory and execute the following command:
npm install
npm run dev
This will compile the assets and publish them at the parent directory.
