$(document).ready(function(e){
    $('.linkify').each(function(e) {
        $(this).linkify();
    })
});
