Hi,
Hmm, the YoutubeRSS page might cause you an issue as i'm not 100% sure that you can use the schemeless URL with that service and it's hard to test in a browser without a secure server install...
You might want to do a test:
Find the file at /modules/xerte/parent_templates/Nottingham/models_html5/youtuberss.html
(you can view the source of the file here
github.com/thexerteproject/xerteonlineto...tml5/youtuberss.html
)
Backup this file in your install in case anything goes wrong!!
Edit the file and at line 34 you have a URL, http:// gdata.youtube.com /feeds/api/videos which is the URL of the service. Change this line to read:
youtubeURL = "//gdata.youtube.com/feeds/api/videos";
Save the file and then export your LO and import to Blackboard again. If it doesn't work then repeat but change the line to read:
youtubeURL = "https://*****gdata.youtube.com*****/feeds/api/videos"; PLEASE REMOVE ALL THE ASTERISKS WHICH ARE THERE TO STOP THE FORUM AUTO-HYPERLINKING!!
This should solve your problems but will probably cause issues if you run the LO in any way other than Blackboard since you will most likely be mixing http/https content again...
John