issue , we are trying to increase the twitter trim limit from 140 to 215 but no matter what the length is not increased than 140. its not gettings increased.. then got a similar issue in social_feed fetcher https://www.drupal.org/project/social_feed_fetcher issue: https://www.drupal.org/project/social_feed_fetcher/issues/3007029 that twitter has increased its limit ..
is it increased in socialfeed already ? or needs to be done?
Comments
Comment #2
shubhangi1995Comment #3
devkinetic commentedI just ran into this as well.You must patch to add support for tweet_mode = extended
/src/Services/TwitterPostCollector.php
template_preprocess_socialfeed_twitter_post()
This will get it at least working. I eventually went back to using the embed code method, as I wanted the image to display below without completely custom coding the whole thing.
Comment #5
hemangi.gokhaleThe issue is fixed now, kindly download the latest version. Thanks for your contribution!