sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 116 forks source link

23 being prepended to #tags #27

Closed yuens1002 closed 10 years ago

yuens1002 commented 10 years ago

hi there, love your plug-in.... however, i'm getting 23 added in front of all my hash tags. looks to be the code in your tweetie.js file, i'm just not sure how to fix it though :(

 if (text.indexOf('#') !== -1) {
                    text = '<a href="' + link + 'search/' + text.replace('#', '%23').replace(/[^A-Za-z0-9]/, '') + '" target="_blank">' + text + '</a>';
                }
sonnyt commented 10 years ago

Please use the latest version, this should be fixed by now.