We have created a patch for 3x branch.
Need for creating this patch: 3x branch is D10 compatible and available patch which is for 2.x failed when applying on 3.x
So, created new patch without any modification to be used for 3.x
I need to import some field from Tweet. The fields are: image url, video url, retwitted information, urls, author's username and author's profile image url.
Some information are available in extended mode, retwitted tweet and quoted tweet.
I need to build a similar Twitter timeline
https://developer.twitter.com/en/docs/twitter-for-websites/timelines/ove...
I created a patch to import some information. The original patch is
https://www.drupal.org/project/get_tweets/issues/3088100 →
#4.
This patch is build for 2.0.0-beta1 module version.
The patch add the following form field:
The patch save some information to tweet node. The patch adds some field:
The patch doesn't include tweet's twig template. I attach an example.
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
We have created a patch for 3x branch.
Need for creating this patch: 3x branch is D10 compatible and available patch which is for 2.x failed when applying on 3.x
So, created new patch without any modification to be used for 3.x