Facebook Pixel Basic Card Style Calendar Feeds | Western Kentucky University

Basic Card Style


The Basic Card style displays cards with a small date on the top of the card, with the title, location, and time of the event below. These cards come in two styles that select the background color of the date, light gray or WKU red with white text. These cards work in both central and side columns.


 

Style 6 Basic Cards (Gray)


Veteran Camaraderie Event
  • Location: Bowling Green Ballpark (300 East 8th Avenue, Bowling Green, KY 42101)
  • Time: 6:35pm
View Event
Imagine_BGKY Hackathon
  • Location: WKU Innovation Campus (2413 Nashville Rd, Bowling Green, KY 42101)
  • Time: 8:00am
View Event
SKTPA
  • Location: L.D. Brown Ag Expo Center Main Arena
  • Time: 10:30am
View Event
Topper Orientation Program (TOP)
  • Location: Downing Student Union
  • Time: All Day
View Event
Faculty Senate Meeting
  • Location: DSU - DSU 2081
  • Time: 3:45pm
View Event
WKU Baseball vs. New Mexico State
  • Location: Nick Denes Field
  • Time: 6:00pm
View Event

<?php

// id of the calendar addon, required
$config['calendarid'] = '147';

// number of events to be shown in the feed, default 3
$config['events'] = '6';

// style to use when formatting the feed on the page, required
$config['style'] = '6';

// load the functions we need and show the feed based on above settings
include_once ('/var/www/html/_resources/php/calendar_v2/functions.php');
echo calendar_display_feed($config);

?>

 


 

Style 7 Basic Cards (WKU Red)


Veteran Camaraderie Event
  • Location: Bowling Green Ballpark (300 East 8th Avenue, Bowling Green, KY 42101)
  • Time: 6:35pm
View Event
Imagine_BGKY Hackathon
  • Location: WKU Innovation Campus (2413 Nashville Rd, Bowling Green, KY 42101)
  • Time: 8:00am
View Event
SKTPA
  • Location: L.D. Brown Ag Expo Center Main Arena
  • Time: 10:30am
View Event
Topper Orientation Program (TOP)
  • Location: Downing Student Union
  • Time: All Day
View Event
Faculty Senate Meeting
  • Location: DSU - DSU 2081
  • Time: 3:45pm
View Event
WKU Baseball vs. New Mexico State
  • Location: Nick Denes Field
  • Time: 6:00pm
View Event

<?php

// id of the calendar addon, required
$config['calendarid'] = '147';

// number of events to be shown in the feed, default 3
$config['events'] = '6';

// style to use when formatting the feed on the page, required
$config['style'] = '7';

// load the functions we need and show the feed based on above settings
include_once ('/var/www/html/_resources/php/calendar_v2/functions.php');
echo calendar_display_feed($config);

?>



Need Assistance?

The WKU ITS Service Desk is here to help. Give us a call, chat with a representative online, use the Self-Help Knowledge Base and more.

Get Help



Some of the links on this page may require additional software to view.

 Last Modified 4/14/21