Questions tagged [tweets]

Tweets are text-based posts of up to 280 characters, created by users of Twitter, a social networking and microblogging service.

Tweets are text-based posts of up to 280 characters, created by users of Twitter, a social networking and microblogging service. Use this tag when your question is specifically about handling tweets. See also .

700 questions
8
votes
3 answers

How to pop up new window with tweet button

I have many custom tweet buttons on my page that I am dynamically generating using this line of PHP executed in a loop: echo "
  • jaimerump
    • 882
    • 4
    • 17
    • 35
  • 8
    votes
    1 answer

    How I can get all the text of a tweet that's been retweeted and extends 140 chars?

    I have started learning Twitter4j API and have got all credentials and tokens from Twitter to use it. I am using twitter4j API version 2.2.5. I am able to get my own timeline using a simple java program and print it on console. I am able to get all…
    vikiiii
    • 9,246
    • 9
    • 49
    • 68
    7
    votes
    1 answer

    GetTwitter stops fetching data from Twitter after few hours

    I used GetTwitter processor in Apache Nifi to process live tweets using UserId. Initially it works fine but after few hours no tweets is retrieved from Twitter. May I know why I am getting this issue. Note: Since I am using 25000 user id to fetch…
    Clinton Prakash
    • 967
    • 9
    • 20
    6
    votes
    3 answers

    How do I extract hashtags from tweets in R?

    I know this question had been asked here and here but there was a small problem when I tried it out: x<- str_extract("Hello peopllz! My new home is #crazy gr8! #wow", "#\S+") Error: '\S' is an unrecognized escape in character string starting…
    jackStinger
    • 2,035
    • 5
    • 23
    • 36
    5
    votes
    2 answers

    How to send tweet to twitter with jquery inside my site

    There is MANY API and script and plugin out there to get feed, hash tag and tweet from twitter. I like to SEND tweet TO twitter from my site with jquery something like $('#somebutton').click( function (){ var text='some intelligent things to…
    menardmam
    • 9,860
    • 28
    • 85
    • 113
    5
    votes
    1 answer

    How do you get emojis to display in a Unity TextMeshPro element?

    I can't seem to find any sort of posts or videos online about this topic, so I'm starting to wonder if it's just not possible. Everything about "emojis" in Unity is just a simple implementation of a spritesheet and then manually indexing them with…
    Mashiro-chan
    • 79
    • 1
    • 4
    • 8
    5
    votes
    1 answer

    How do I tweet from my bot account when the bot app is created under a separate account?

    I'm quite a novice, so please excuse my ignorance. I've created a developer account on my personal Twitter account and my end goal is to have another account occasionally tweet something. I'm using tweepy and have successfully managed to tweet…
    5
    votes
    0 answers

    Twitter app sends incorrect Activity result after successfully creating a tweet

    I'm composing a Tweet in my app and then launching Twitter app to create that Tweet on user's profile. Following is the code for composing the Tweet and launching of Twitter app TweetComposer.Builder builder = new…
    Harry
    • 1,151
    • 11
    • 27
    5
    votes
    1 answer

    Twitter request to get the latest tweets for a hashtag using Twitter API V1.1 using OAuth settings

    Can any one explain how to send a Twitter request to get the latest tweets for a hashtag using Twitter API V1.1 using OAuth settings ? I have searched for documentation in Twitter site, but I am incomplete. Can any one give the sample request &…
    Sravan
    • 1,891
    • 4
    • 23
    • 28
    4
    votes
    4 answers

    set Tweet button 'data-text' contents dynamically with javascript, or..?

    Here is functioning code on a form that displays a Tweet button -- the button's on a form that displays several images -- when the user clicks one of the images, it becomes the 'selected' image and the Tweet button is supposed to tweet the selected…
    wantTheBest
    • 1,682
    • 4
    • 43
    • 69
    4
    votes
    3 answers

    A practical example of GSDMM in python?

    I want to use GSDMM to assign topics to some tweets in my data set. The only examples I found (1 and 2) are not detailed enough. I was wondering if you know of a source (or care enough to make a small example) that shows how GSDMM is implemented…
    Pie-ton
    • 550
    • 4
    • 17
    4
    votes
    1 answer

    Is it possible to read tweet-text of a tweet URL without twitter API?

    I am using Goose to read the title/text-body of an article from a URL. However, this does not work with a twitter URL, I guess due to the different HTML tag structure. Is there a way to read the tweet text from such a link? One such example of a…
    utengr
    • 3,225
    • 3
    • 29
    • 68
    4
    votes
    1 answer

    Kmeans clustering using jaccard distance matrix

    I'm trying to create Jaccard distance matrix and perform K-means on it to give out cluster ids and the ids of elements in the cluster. The input for it is twitter tweets. The following is the code and i couldn't understand how to use initial seeds…
    harsha
    • 51
    • 1
    • 4
    4
    votes
    1 answer

    Embedded tweet does not render in Firefox

    Im facing a problem that I don't get embedded tweet rendered in Firefox, though it gets rendered in Chrome. I want to provide possibility for user to preview tweet via its link and render it within an Iframe (I have a few reasons for that), so I…
    4
    votes
    1 answer

    arabic text mining using R

    I am a new user and I just want to get help with my work on R. i am doing Arabic text mining and I would love to have some help anyone have experience in this fields. So far I felt to normalize the Arabic text and even R doesn't print the Arabic…
    cecilia
    • 53
    • 1
    • 3
    1
    2
    3
    46 47