kni-labs/rrssb

How can I simply init settings with javascript ?

ramzerof opened this issue · 1 comments

this is not clear in the documentation: "Optionally, all share meta and links can be configured in rrssb.js"

I guess if there is better way that modifying the unminified js

I tried, but does not work as expected:

$.fn.rrssb({
description: '.....',
title: '...',
url: 'http://...'
});

in fact $(this).find('.rrssb-facebook a') does not find any dome node.

don't mind I figured it out, maybe you can add to the info:

$('#mylistselector').rrssb({
description: '.....',
title: '...',
url: 'http://...'
});