Connect with Delicious Living on Social Media
/** use your own Pinterest username in the rssfeed url. To display your latest photos from all boards, use http://www.pinterest.com/USER-NAME-HERE/feed.rss to show a specific board, use http://www.pinterest.com/USER-NAME-HERE/BOARD-NAME-HERE/rss **/
;(function($) {
$(document).ready(function () {
$('#pinterest').rssfeed('http://www.pinterest.com/deliciousliving/feed.rss', {
limit: 10,
snippet: false,
header: false,
date: false
});
});
})(jQuery);