Importing a Weblog into Blackboard?
August 6, 2006 7:19 PM
Subscribe
Hacking Blackboard: Can I make a Blogger weblog appear as the "Announcements" section of a Blackboard web site?
I teach online and Blackboard (may it rot in hell) is the platform we use at my school. I have made my peace with BB by and large, but I despise the Announcements section. I want to use the announcements as a course blog, with images and comments. Is there a way I can import a Blogger site into announcements, so the blog displays instead, with the regular BB course buttons running down the left side?
posted by LarryC to computers & internet (12 comments total)
1 user marked this as a favorite
<iframe src="http://www.cnn.com/" width="100%"></iframe>replacing
src="http://www.cnn.com/"with the link to your blog. Other attributes to<iframe>are available here.There are ways to do this which use CSS but you'd have to write more code, and
<iframe>works across more modern browsers with less work.posted by Blazecock Pileon at 7:32 PM on August 6, 2006