Submit a Question
LibInsider Topics
- 3D Printing
- 508 Accessibility
- Access Services
- Account Access
- Chrome
- Circulation
- Citrix
- Color Printing
- Comprise Kiosk
- Comprise SAM
- Credit Card Terminal
- CSS
- Digital Display
- E-resources
- Employment
- FairfaxNet
- FOCUS
- Holds
- Holds Label
- HTML
- ILLIAD
- Insider
- iOS/Mac
- Item Records
- Lending Library
- Libcal
- LibChat
- LibGuides
- Library of Things
- Memory Depot
- Microsoft Authenticator
- Microsoft Teams
- Notices
- Office 365
- Onboarding
- Outlook
- Overdrive
- Password reset
- PC Replacement
- PCAM
- PERFORM
- Peripherals
- Permissions
- Polaris Client
- Polaris LEAP
- Polaris PAC
- Power Apps
- Public PCs
- Public Printing
- Public Wireless (FCPL_Wifi)
- Purchasing
- Receipt Printer
- Screencasting
- Search
- SenSource
- SharePoint Online
- Software Installation
- Springshare
- Teams
- technology
- Teleconferencing
- Telework
- Trello
- Voicemail
- Windows 10
- Wireless Printing
- Zoom
- Zscaler
Answered By: James Cullen Last Updated: Nov 28, 2022 Views: 432
Creating a book carousel for use in LibCal
Create a Bibliographic record set (for instructions see the Create a Record Set bite-size video).
- IMPORTANT: Name it as though it is the H2 on your LibGuide. Example: Recommended Reading for New Pet Owners (notice the capitalization and the use of keywords).
- Item record sets will not work, it must be a Bibliographic Record Set
Identify the five digit record set ID. Use that record set ID number and name to form the basis of the new carousel.
Here is the default code for the carousel. Replace XXXXX with your record set ID number. Replace Title of your recommended reading record set with the actual title.
<iframe frameborder="0" height="350px" src="https://fcplcat.fairfaxcounty.gov/contentxchange/Carousel/29/XXXXX/2" style="text-align:center;" width="100%">Title of your recommended reading record set</iframe>
Copy this new code to use in your LibCal listing.
Paste it into the Source section of 'Event Description' at the end of your program listing.
Creating a book carousel for use in a LibGuide
Create a Bibliographic record set (for instructions see the Create a Record Set bite-size video).
- IMPORTANT: Name it as though it is the H2 on your LibGuide. Example: Recommended Reading for New Pet Owners (notice the capitalization and the use of keywords).
- Item record sets will not work, it must be a Bibliographic Record Set
Identify the five digit record set ID. Use that record set ID number and name to form the basis of the new carousel.
Here is the default code for the carousel. It should be added to a LibGuide as a "widget." Replace XXXXX with your record set ID number. Replace Title of your recommended reading record set with the actual title.
<iframe frameborder="0" height="350px" src="https://fcplcat.fairfaxcounty.gov/contentxchange/Carousel/29/XXXXX/2" style="text-align:center;" width="758px">Title of your recommended reading record set</iframe>
Copy this new code to use in your LibGuide.
Create a box of the type that is floating so that the record set title appears only once.
Add the Media / Widget content to your box.
Paste your code.
Add a new Media / Widget area where you paste your copied code.
Was this helpful? 0 0