이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Awesome Comment Rating

설명

Awesome Comment Rating allows users to provide star rating on comment form of WordPress posts, custom posts or pages. Integration is very easy and simple.

STARS RATING ARE DESPLAYED AS

  • Five stars field on comment form.
  • Display rating bar template above/below the Post/Page content.
  • You can disable auto placement and use shortcodes to view rating bar.
  • You can hide rating bar from posts or pages.

SHORTCODES

  • Total Rating: [awcr_rating type=’totalRating’]
  • Average Rating: [awcr_rating type=’averageRating’]
  • Rating bar: [awcr_rating type=’ratingBar’]
  • Get single rating: [awcr_rating type=’singleRating’ rating=’5′] // rating = 1,2,3,4 and 5
  • Template google histogram : [awcr_google_histogram]
  • Template dynamic google histogram : [awcr_google_histogram type=’dynamic’]
  • Template gauge chart : [awcr_gauge_chart]
  • Template gaming bar : [awcr_gaming_bar]

SHORTCODES in PHP

You can easily use shortcodes in a php file. Methods:
* Method 1: echo do_shortcode( “[awcr_gauge_chart]” );
* Method 2: echo apply_filters( ‘the_content’,”[awcr_gauge_chart]”);

👉 See more information: GitHub

스크린샷

  • Star field on comment form.
  • Rating bar on post/page.
  • Preview rating bars.
  • Basic Settings.
  • Star field customization.

설치

How to install the plugin and get it working.

  1. Upload the plugin files to the “/wp-content/plugins/” directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings -> Awesome Comment Rating to modify options

후기

모든 2 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.1

Release Date: Mar 1, 2020
* Rename plugin name

1.0

Release Date: Jan 14, 2019

  • Initial version released