Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeing no media by loading tweets #11

Open
JorisGanne opened this issue Dec 14, 2020 · 0 comments
Open

Seeing no media by loading tweets #11

JorisGanne opened this issue Dec 14, 2020 · 0 comments

Comments

@JorisGanne
Copy link

First of all, thank you for such a nice example of a webapp analyzing tweets!
I tried to include some of those things within another project but I had some struggles about streaming the tweets.
I succeeded in seeing the text, within the typical twitter layout, of a tweet but there are no images displaying...
I have the following code:

output$tweet_random <- renderUI({ tweets_most() %>% arrange(desc(favorite_count)) %>% slice(2) %>% pmap(get_tweet_blockquote) %>% .[[1]] %>% HTML() })

Am I doing something wrong?
Thank you in advance for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant