My app pulls images from instagram, and I am wondering how I can use JS to cycle through the document and simply look for every item that has a # hashtag and append a URL to it.
i.e.
My instagram photo contains the following tags #instagram #photo #tags
and the result ends up looking like
My instagram photo contains the following tags #instagram #photo #tags
Try this
Here is fiddle
http://jsfiddle.net/9XQBC/