Archive for the 'RSS' Category

Embed an RSS Feed Into Blackboard

Andy Rush on Apr 10th 2009

Ingredients

1 – Computer with access to the Internet

1 – Instructor access to a Blackboard course (the screencast features BB Enterprise 8 )

1 – The website at http://feed2js.org

1 – A website with an active RSS feed to be used in Blackboard

Directions

  1. Navigate to the website that has an RSS feed.
  2. Look for an icon on the page that looks like this:
  3. If you don’t see that icon, look for some text that mentions “subscribe to feed” or “RSS“. Linked text that reads “Entries (RSS)” is a common way the feed for a WordPress blog is encountered, usually near the bottom of the screen.
  4. You can right-click on the icon or text link and choose either Copy Link Location (Firefox), or Copy Shortcut (Internet Explorer).
  5. Alternatively, you can click on the icon or the text and it should lead you to a page with a few options to subscribe to the RSS feed. What’s important is that the feed URL is now in the web browser’s address bar. Copy the URL so that you can paste it into the appropriate field in the Feed2JS website.
  6. Navigate to the Feed2JS website.
  7. Click on the tab labeled “Build” and paste the RSS feed URL into the box labeled URL.
  8. Optionally, you can change the options for how the feed is displayed.
  9. Click on the button labeled “Generate Javascript”
  10. This will display code in the field labeled “Get Your Code Here”
  11. Copy the entire contents of this field. This is the code we’ll place in Blackboard.
  12. Navigate to the area in your Blackboard course where you would like to place the RSS information.
  13. Click on the Add (+) Item button to create a new content item.
  14. Provide a name for the content item (required)
  15. In the Text editor click on the “Toggle HTML Source Mode” button
  16. Paste the code generated from the Feed2JS website into the text field (overwrite any existing text that’s in that field to start)
  17. Click on the Submit button

Filed in Blackboard, RSS | 2 responses so far