內容簡介
WCSociality 外掛可讓您在系統的頁面或記錄中添加評分、讚好按鈕和「文章是否有用」的問題。所有元素均透過 ajax 請求工作,不需重新載入頁面。
可根據需要選擇性地添加區塊,例如只添加其中一個,兩個或全部。具體決定取決於任務。
在頁面上顯示評分的方法:the_wcs_rating();
在頁面上顯示讚好的方法:the_wcs_liker();
在頁面上顯示有用的方法:the_wcs_useful();
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
The WCSociality plug-in makes it possible to add a rating to the page or record of the system, a button of the likes and the question “Was the article useful?”. All elements work through ajax-requests, without reloading the page.
Add blocks to the page can be selectively, i.e. you can add 1, 2 or all at once. Depending on the tasks.
Use this function for display on the page rating – the_wcs_rating();
Use this function for display on the page like – the_wcs_liker();
Use this function for display on the page useful – the_wcs_useful();
