iatek / jquery-socialist

jquery social media plugin that aggregates and combines Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest and.. Combine social feeds from multiple social networks or RSS in elegant layouts via this social plugin.
http://plugins.in1.com/socialist
MIT License
629 stars 213 forks source link

Encode the 'id' URL component before AJAX requests #77

Closed zacwasielewski closed 11 years ago

zacwasielewski commented 11 years ago

The Google Feed API can't process URLs that contain unencoded ampersands or other special characters. This fix encodes them properly before sending the AJAX request.

zacwasielewski commented 11 years ago

Closing this pull request. It should be on its own feature branch, not the master branch.