Handling a Twitter Intent Tweet

0 favourites
  • 2 posts
  • So I've been going back and forth for quite some time now try to pass the data for a correct tweet to show up in Twitter's Public Search.

    So far, I was successful in passing the following information with the Browser Object:

    Go to "http://twitter.com/intent/tweet?text=Can you beat my best time of " & recordtime & " on Level " & LevelString & " in Easy Mode?" & "&hashtags=Game,GamesAreAwesome" in a new window ("twitter")

    recordtime and LevelString are global variables.

    But when I add the following line:

    "&url=http://www.testing.com/"

    The tweet does not show up in Twitter's public search, when I search for the following hashtags: Game or GamesAreAwesome.

    Any ideas on how to handle this?

    Thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I had the same problem and I just figured it out. manually input the spaces and hashtags here is my example and you can pick it apart.

    The URL:

    "http://twitter.com/intent/tweet?text=i%27m%20playing%20a%20game%20check%20it%20out!%20%40jellybeezapps%20%23AwesomeApps%20%23Jellybeez!"

    THE RESULT:

    i'm playing a game check it out! #AwesomeApps #Jellybeez!

    it seems to work for me.

    Hope it helps.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)