if (linkElement.getAttributeValue(ServiceConstants.TYPE).contains(ServiceConstants.IMAGE)) {
authorImageURL = linkElement.getAttributeValue(ServiceConstants.HREF);
}
}
searchResults.add(new TwitterSearchResultItem(title, titleNotFormatted, authorName, authorTwitterURL, authorImageURL, publishedDate, updateDate));
}
return searchResults;
}