After suffering numerous issues on a page I found the HTML was being broken because my title had double quotes which were not being encoded when handled by EasySocial's twitter component.
See example: http://imgur.com/cWfZ4d4
code reads:
...data-text=""this is a quote in my title" - anon"..
should read:
...data-text=""this is a quote in my title" - anon"..
Comments
Comment #2
heddnDrupal 7 is no longer formerly supported. Just cleaning up the issue queue. If this is something that still exists in the modern drupal version, feel free to re-open and provide some notes.