-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Question from @patrickbootscec in #8 (comment) that should be a separate issue:
I was looking at the JSON that I guess the Twitter API is providing us and I noticed that there's a condition for "expanded_url" and "url" if the Tweet has a link in it. The documentation explains these differences, https://developer.twitter.com/en/docs/tco and also explains the "t.co" formats.
For the Twitter to RSS Parser, the function "processString" appears to handle this sort of thing:
Twitter-RSS-Parser/functions.php
Twitter-RSS-Parser/functions.php
Line 69 in c159d16
return preg_replace('/https?:\/\/[\w\-\.!~#?&=+\*\'"(),\/]+/','<a href="$0">$0</a>',$s); Is there a way to use the "expanded_url" condition for the text displayed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels