|
|
PUT OUR LIVE EVENT FEED ON YOUR SITE! |
With the RCU "Upcoming RC Events" feed on your site, visitors get an instant look at what is coming up in their favorite R/C category!
You can customize your event feed to display up to 30 events in any R/C interest area:
- Airplanes
- Cars
- Helicopters
- Boats
You can also customize the appearance of your feed as shown below in our BONUS FEATURES below.
| SELECT YOUR FEED TYPE |
To display Airplane Events copy the following code and paste it into your Web page and then check the BONUS FEATURES below to customize
To display Car & Truck Events copy the following code and paste it into your Web page and then check the BONUS FEATURES below to customize
To display Helicopter Events copy the following code and paste it into your Web page
To display Boat Events copy the following code and paste it into your Web page and then check the BONUS FEATURES below to customize
|
|
|
|
|
BONUS CONTENT FEATURES
|
- USA EVENTS ONLY: You can display events in your state above all others. Just add "STATE=?? (where ?? is the 2-letter abbreviation for your state)
- To show ONLY electric events, change the "electric" parameter to "ELECTRIC=1"
- For Car & Truck events, change either OFFROAD or ONROAD to "1" (leaving the other set to 0) if you want ONLY offroad or ONLY onroad events
- To show only JET aircraft events, change the "jets" parameter to "JETS=1"
- To show ONLY scale events, change the "scale" parameter to "SCALE=1"
|
|
BONUS COLOR FEATURES
|
You can change any color or font size in the feed by adding the following attributes to the END code string (recommended for persons with HTML experience - SEE EXAMPLE)
- Header Font Size "&HEADFONT=??"
- Sub-Header Font Size "&SUBFONT=??"
- Event Font Size "&EVENTSIZE=??"
- Location Font Size "&CITYSIZE=??"
- Background Color "&BACKGROUND=xxxxxx"
- Border Color "&BORDER=xxxxxx"
- Header Color "&HEADERBKG=xxxxxx"
- Headline Text Color "&HEADERTXT=xxxxxx"
- Sub-Headline Text Color "&HEADERHIGHTXT=xxxxxx"
- Event Text Color "&TEXT=xxxxxx"
- Location Text Color "&DATETEXT=xxxxxx"
- Divider Color "&DIVIDER=xxxxxx"
- Mouseover Color "&MOUSEHIGH=xxxxxx"
(where xxxxxx is a color code and ?? is a number between 9 & 13)
EXAMPLE:
1. Original Code: <script src="http://www.rcuniverse.com/community/eventfeed.cfm?DISPLAY=12&interestarea=helicopters&ELECTRIC=0&SCALE=0">
2. Change Background:
<script src="http://www.rcuniverse.com/community/eventfeed.cfm?DISPLAY=12&interestarea=helicopters&ELECTRIC=0&SCALE=0&BACKGROUND=FFFCCC">
|
|