sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 116 forks source link

Added support for custom UL and LI classes. #45

Open kostasx opened 9 years ago

kostasx commented 9 years ago

The use can now enter a custom CSS class for the UL and LI elements holding the tweets:

$('.tweet').twittie({
    'ulClass' : 'customClass',
    'liClass' : 'tweet'
});
sonnyt commented 9 years ago

@kostasx I am so sorry, I am just seeing this! This is a solid work. Can you please update the doc to include the info about the new config file?