May 19
Today I spent few minutes fixing some bugs of our social bookmarking module for Moodle.
I packed all code in a zip file that you can download from Morfeo.
I seize the opportunity to explain one trick about this module. You can enable link preview using websnapr. I included some javascripts in our package that you can configure in a minute.
You only need to get a developer key from websnapr web site and insert it into /mod/bookmarks/preview/previewbubble.js.
var developerKey = 'your developer key';
Our activity looks cool with this script. Thank you guys from websnapr for let us using it, you are doing a great work.


May 19th, 2008 at 3:19 pm
Thats only for wordpress users?
May 20th, 2008 at 10:06 am
Congratulations for this moodle module.
I just installed it but it seems that this module has a problem with the database.
Apparently the description is only 255 characters long.
Do you make some checks for html encoding in that particular field ?
Where does that description appear?
There is also a bug which shows the moodle themes footer to the left blocks side.
Also It does not seem to allow me to add this module in the websitesFront Page.
Anyway thanks again!
May 20th, 2008 at 11:44 am
Thank you very much.
Are you trying the new or the old version. I thought I fixed problems with footers….
You are correct, description only accepts 255 chars.