List<String> auths = new ArrayList<String>();
for (SyndPerson auth : sauthors) {
auths.add(auth.getName());
}
author = StringUtils.join(auths, ", ");
SyndImage eImg = sf.getImage();
if (eImg != null) {
imageUrl = eImg.getUrl();
}
else {
// if twitter link...
if (url.contains("twitter.com")) {
// then see if a second link is available-- if so, it should be the link to the image