twitter_views_handler_field_xss uses _filter_url to turn urls into links. Unfortunately _filter_url perceives .@username as being an email address that it should output as a link. Beginning tweets with .@username is a common practice.

This patch is a quick workaround to just convert .@ to @ and get around that issue.

CommentFileSizeAuthor
twitter-field-handler.patch598 bytesJody Lynn
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Needs work » Closed (duplicate)

This should have been fixed by #1993470: Make _twitter_filter_text() more robust, feel free to reopen the issue if the problem persists.