Closed HartLarsson closed 8 years ago
@HartLarsson please do not leave console.log() in code so the console stays clean.
yes sorry i cleaned the code :) there is another problem now Pavel, seems Google Feed API was def. removed and deprecated.
this is linked to issue #147
@Webarkitekt As I understood we have @HartLarsson creating a pull request to fix some bugs. He is improving his pull request here. Why do we close this issue upon the pull request? Will we be able to still merge the pull request?
Because all the rss part has been rewrited here https://github.com/pavelk2/social-feed/commit/54a9d4583ebec055138d39b25b325a3726bf0302
I've added for "RSS feed type" the first image search instead of no image in case of mediaGroups empty (some blogs not provide that parameter in the feed). I've cheked also that in wordpress the element.mediaGroups[0].contents[0].url provide the Gravatar logo and not the first media image. so i switched to element.mediaGroups[0].contents[1].url Probably i will release a better solution for mediaGroups in few days