- I had removed the Popup Menu to Import Tweets because it was implemented officially.
- However, I have some dissatisfaction with the official functionality (blu3mo).
- So, I thought about modifying the Popup Menu to Import Tweets to resolve it.
- Current dissatisfactions:
- I want the ID and name to be included in the quote section.
- I want the ID to be a link/icon.
- I want image expansion.
- I want expanded original RT.
- I want expanded reply tree.
- With the Twitter oEmbed API used in Popup Menu to Import Tweets, it is not possible to retrieve images, RTs, and replies (takker).
- Here are the methods to retrieve these:
- Use the Twitter API.
- It requires registration and is a bit troublesome.
- Set up a server to scrape tweet information using a headless browser.
- Use Twitter’s frontend API.