in 1 post, 1 voice
Hi Mattias,
There is a bug with detecting the hashtag if it is the last word in a tweet. So this regular expression: /#([^ ]+)/g should be replaced with: /#(\w+)/g
Kind regards.
<code>
<pre>
<
>