Hey guys,

I've been trying to figure out the best way to create a system where users can login with their twitter account, then have a list of the links they've tweeted before extracted into tiles a la facebook (like how the Opengraph Filter module shows links https://www.drupal.org/project/opengraph_filter)

Does the twitter module include a Views filter to only show a user's tweets which have links in them?

Thanks,
Qasim

Comments

designguru created an issue.

damienmckenna’s picture

I'm, not sure this is currently possible - can you try adding a filter on tweets that contain "t.co" in the message?

designguru’s picture

I managed to get the view filtered to only show tweets with links but now want to change how the links are formatted - instead of just showing the full message text with links within it, I'd love to only show the actual URLs formatted with something like https://www.drupal.org/project/opengraph_filter - any ideas how to:

  1. Parse out just the link (without the rest of the message text - don't see an option in the views fields)
  2. Format the resulting links with opengraph_filter or something similar

Thanks,

Qasim