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

WordPress Last.fm Charts

설명

Using the Last.fm API, this is a WordPress plugin
that provides a shortcode that will display charts
of your Last.fm music-listening data. This plugin uses the Easy Chart Builder plugin by dyerware to create charts, so
you will need to install and activate that plugin first.

Download the latest version of the plugin or view the source code.

Usage

In a post or page, use the [wp_lastfm_charts_top_artists] or [wp_lastfm_charts_top_tracks] shortcode. Specify the user_name parameter, using your Last.fm user name. Specify a time range with the period parameter, e.g., 12month. Specify a chart type with chart_type, e.g., horizbar or pie.

Some examples:

[wp_lastfm_charts_top_artists user_name="cheshire137" period="12month" chart_type="horizbar"]

[wp_lastfm_charts_top_artists user_name="cheshire137" period="12month" chart_type="pie"]

[wp_lastfm_charts_top_tracks user_name="cheshire137" period="12month" chart_type="horizbar"]

[wp_lastfm_charts_top_tracks user_name="cheshire137" period="12month" chart_type="pie"]

Other parameters include chart_color, chart_fade_color, width, height,
colors, limit, title, data_table_css, and image_alt.

chart_color and `chart_fade_color` refer to the background color of the chart

and should be hex color codes without the #. They default to FFFFFF (white).

limit refers to the number of artists or tracks to display in the chart. It

defaults to 12.

colors should be a comma-separated list of hex color codes without the #.

period should be one of `overall`, `7day`, `1month`, `3month`, `6month`, or
12month.

스크린샷

  • Top artists from the last twelve months as a horizontal bar chart.
  • Top artists from the last twelve months as a pie chart.
  • Top tracks from the last twelve months as a horizontal bar chart.
  • Top tracks from the last twelve months as a pie chart.

설치

  1. Upload the wp-lastfm-charts/ folder (that is, the entire plugin folder) to your WordPress wp-content/plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress admin dashboard.
  3. Use the [wp_lastfm_charts_top_artists] or [wp_lastfm_charts_top_tracks] shortcode in a post or page (see Usage section for details).

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “WordPress Last.fm Charts”(을)를 번역하세요.

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

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