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

Untappd WordPress Widget

설명

This plugin creates a widget that you can use to display recent checkins on Untappd.

NOTE You will need to register for an api key from Untappd to use this widget. More information and application can be found at Untappd API Docs

See full documentation at http://trexthepirate.com/untappd/

설치

  1. Unzip and upload extracted folder to your wp-content/plugins/ folder OR upload the zip file via the installer in the WP-Admin Plugin screen
  2. Activate through the ‘Plugins’ menu in WordPress
  3. Drag instance of new widget into a widget sidebar on your Widgets screen
  4. Drink.
  5. Check in with what you drink.

FAQ

How Do I find the Brewery or Venue ID?

You should be able to find the Brewery ID by checking the URL for the brewery on a specific checkin. Hover over or copy the URL for the BREWERY in a checkin like in the following example: “PERSON is drinking a BEER by BREWERY at VENUE” and look for a numeral ID at the end of the URL

You should be able to do the same for a venue ID. Hover over the VENUE in the checkin URL and look for the numeral ID at the end.

후기

모든 3 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Untappd WordPress Widget”(을)를 번역하세요.

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

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

변경이력

1.3.3 – 2020-07-08

  • Fixed: fatal error regarding failing API requests and error retrieving.

1.3.2 – 2018-01-22

  • Updated: Changed default transient name values to include username/venue/brewery information. This allows for multiple instances of each widget type.

1.3.1

  • Fixed: Mistakenly had the same filter name for multiple widget.

1.3.0

  • Added: widgets for “Latest Badge”, “Venue checkins”, and user profile data.
  • Added: Settings page for Untappd API client credentials.
  • Updated: Conditionally show widget fields for API credentials if not saved on settings page.
  • Updated: Revised much of the underlaying code around API requests.

1.2.0

  • Added widget for listing Brewery checkins.
  • Fixed transient name issue for user checkins.
  • Added parameter to untappd_checkins_list_classes filter to indicate which widget is being rendered at that moment.

1.1.2

  • Change from http to https for Untappd API request

1.1.1

  • Text changes.
  • New filter: untappd_user_markup. Used to provide custom widget output if you want to override default.

1.1

  • Fix various lingering issues with labels on the widget.
  • Added some missing strings for translations.
  • Added pot file for translating.
  • Adde filter for the classes applied to the unordered list.
  • Hide errors regarding API credentials for all non-admins.
  • Saves transient only when a status of 200 is returned by the Untappd API.

1.0.1

  • Wasn’t echoing widget labels with translations.

1.0

  • Initial upload