Moodle has 12 SoC developers Google gift: Beautiful Code
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';
Bookmarks Module

 

 

Our activity looks cool with this script. Thank you guys from websnapr for let us using it, you are doing a great work.

Related Posts

3 Responses to “New release of Social Bookmarking Module”

  1. wolffan Says:

    Thats only for wordpress users?

  2. agelospanagiotakis Says:

    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!

  3. pigui Says:

    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.

Leave a Reply