- Basic questions -
- Advanced questions -
Basic questions
What are Lemonrock gig feeds?Gig feeds save you valuable time. When you put your gigs on Lemonrock, you know your gigs will be seen far and wide. Now, instead of re-typing all the same information into your own web site, your own web site will automatically show the gigs you have added to Lemonrock! All you have to do is make a one-off change to your site by adding a small piece of HTML to the page(s) where your gigs are listed.
Advanced questions
Can you explain what the <iframe> is?The <iframe> tag was introduced in HTML 4.0. Think of it as an <img> tag that shows a whole HTML page instead of a picture. You can give it a specific size and can add borders and margins to the page to make it blend in with the page on your site that contains it. You can use <iframe> pretty much anywhere you can use an <img> tag, for example in a table cell, or directly in the document body. There's a good description of <iframe> here »
I want to create an advanced style myself. How do I specify the components of a gig (e.g. the date, the venue, the price, etc)?There's an explanation of how to format a gig in the 'my gig feeds' section of your edit page. These details are reproduced here for your convenience. Please note that this is for advanced gig feeds only. You don't need to know any HTML to get basic Lemonrock gig listings on your own site!
For band/artist sites:
| The format of a gig is specified using a 'symbol replacement' scheme. Each of the following symbols, when found in your gig format (part of your 'my gig feeds' page), will be converted to the thing it represents: | | | %d | = | gig date | | %v | = | venue name | | %b | = | band/artist name | | %a | = | venue address | | %t | = | venue town or city | | %c | = | venue county | | %p | = | venue postcode | | %e | = | venue tel no | | %f | = | entrance fee (must be included if you want CANCELLED or SOLD OUT to show) | | %F | = | entrance fee (must be included if you want CANCELLED or SOLD OUT to show), shows FREE if free | | %h | = | gig time | | %s | = | support bands/artists | | %i | = | gig info from each gig | | %r | = | short description from each gig | | %w | = | venue's web address | |
For venue sites:
| The format of a gig is specified using a 'symbol replacement' scheme. Each of the following symbols, when found in your gig format (part of your 'my gig feeds' page), will be converted to the thing it represents: | | | %d | = | gig date | | %b | = | band/artist names (no genre info) | | %B | = | band/artist names (with genre info) | | %v | = | venue name | | %t | = | venue town or city | | %f | = | entrance fee (must be included if you want CANCELLED or SOLD OUT to show) | | %F | = | entrance fee (must be included if you want CANCELLED or SOLD OUT to show), shows FREE if free | | %h | = | gig time | | %i | = | gig info from each gig | | %r | = | short description from each gig | | %w | = | band/artist's web address | |
For all sites:You can show any part of the gig listing in a specific style by adding a digit 1 to 6 immediately after a symbol, e.g. %d2 will show the date in CSS style 2. If the 3 preset styles do not suit your site, you can create up to 3 new styles (styles 4, 5 and 6) and use them instead.
Gig Feed FAQs last updated 21 November 2006
|