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

UK Theatre Web

설명

This plugin provides access to UK Theatre Web’s unique database of what’s on information for the UK. Specialising in live performance (theatre, opera, dance, concerts) and exhibitions. The data includes details of productions, cast and venues and includes a searchable archive going back to the mid-1990s.

Ticket information is provided by the SeatChoice ticket finder service through affiliate links to checked and safe ticket agents and retailers – these affiliate links are explicitly labelled with the Ticket Supplier’s details and capabilities. The SeatChoice engine searches all major suppliers and provides both live availability and price searches. Information is provided on offers, tickets, meal deals and theatre breaks. All ticket, offer and break details are provided though affiliate links to appropriate suppliers – it is hoped soon to be able to offer earnings-sharing with users of this widget.

The system operates in English, no translations of the database are available so no translations of the widget have been provided.

Widget

The widget can be dropped into your template and can be set to display a number of items

  • Top London Shows
  • Top Regional Shows
  • A single show, venue, tour or “work”
  • A search box
  • A randomw London show

The title and content of each instance of the widget can be set in the admin area.

Shortcode

In the following examples, L327 (Phantom of the Opera) represents the Qtix code for the event. Qtix codes can be found from the listings pages on UKTW and may refer to a venue, work, production (tour) or listing (these terms are defined here.

  • [uktw qtix=”L327″ format=”title”] – retrieves the title for L327 and links it to the UK Theatre Web page
  • [uktw qtix=”L327″ format=”image”] – creates a linked image for L327
  • [uktw qtix=”L327″ format=”title”]click here for details[/uktw] – creates a link
  • [uktw format=”bio”]Trevor Nunn[/uktw] – creates a link to the Trevor Nunn search page
  • [uktw format=”search”]les mis[/uktw] – creates a link to search results for “les mis”
  • [uktw format=”search” key=”les miserables”]search les mis[/uktw] – creates a link to search results for “les miserables”
  • [uktw format=”town” key=”glasgow”]search glasgow[/uktw] – creates a link to search results for towns/venues matching “Glasgow”
  • [uktw format=”town”]glasgow[/uktw] – creates a link to search results for townsvenues matching “Glasgow”

All external links are target=”uktw”.

Template Tags

Display the title of a Qtix code
echo ( uktw_qtix_tag( ‘L322’, ‘title’ ) ) ;

Get the link to a Qtix code
echo ( uktw_qtix_tag( ‘L322’, ‘link’ ) ) ;

Combined example
echo ( “” . uktw_qtix_tag( ‘L322’, ‘title’ ) . “” ) ;

Additional template tags will be provided eventually, if required.

UK Theatre Web

The UK Theatre Web website and database is owned and operated by Dynamic Listing Ltd who are an Affiliate member of STAR (The Society of Ticket Agents and Retailers)

설치

  1. Upload the files to a new sub-directory /wp-content/plugins/uktw
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You now have access to new Shortcodes, template tags and widgets

The single setting “Affiliate” may be used in future to track sales and provide feedback to those who have installed the plugin. Set it to an alphanumeric name, e.g. FREDDIBNER and we will start tracking shortly.

FAQ

Where does the information come from?

All of the content is provided from the UK Theatre Web database and the SeatChoice ticket finder and comparison engine.

후기

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

기여자 & 개발자

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

기여자

자국어로 “UK Theatre Web”(을)를 번역하세요.

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

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

변경이력

0.3

  • Minor update to readme

0.2

  • Initial update

0.1

  • Initial version