Use templates to generate enclosures
authorAntonio Ospite <ospite@studenti.unina.it>
Sun, 11 Aug 2013 11:43:05 +0000 (13:43 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 11 Aug 2013 23:21:23 +0000 (01:21 +0200)
This has two benefits:
  - make it possible to handle multiple enclosures;
  - handle _only_ the anchors with the 'data-expanded-url' attribute,
    before the change every anchor with the 'twitter-timeline-link'
    attribute was handled.

The change also makes the DOM navigation a little lighter because now
only $tweet-text is searched for the 'data-expanded-url' attribute.


No differences found