- Happy Valley SD
- Twitter Widget
Tips & Tricks
Page Navigation
- Changing a Favicon
- Teacher Section URL for Staff Directory
- Twitter Widget
- Page or Section Navigation
- Expanding/Contracting Embed Code
- Hide content for missing url in custom minibase
- Hiding the Photo Gallery Frame
- Hide search boxes for Staff Directory app
- Can't find the signin button to WCM
- Fix for Staff Directory Search button color
- Search Again button for minibase
- YouTube Codes
- Table App - word wrap code
- Hide Google Calendar sync event details (contact and url)
Twitter Widget width adjustment
-
If a client wants a Twitter Feed on their website they can create a widget in their Twitter account and use the Embed Code app to display on the page. However, if they didn't stipilate the width of the window when creating the widget then here is the code you can add to adjust the width to 100% of the region the app is placed in.
At the end of the code provided from Twitter add:
<style>
.twitter-timeline{width: 100% !important;}
</style>
