pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

Problem with special chars #164

Open whSarah opened 8 years ago

whSarah commented 8 years ago

Really nice plugin but I'm having a problem with special chars. When I try to get instagram images for "#bücherliebe" there is no result. Changing it to "#b\u00fccherliebe" works. But this is just a workaround since I need to be able to fill in the accounts dynamically. Has someone experienced a similar problem?

HartLarsson commented 8 years ago

if you use PHP you can convert the name to Unicode encoding dynamically passign it to the plugin.

whSarah commented 8 years ago

No, I'm using ColdFusion but there probably is a function for that too. Thank you, I'll check.