Git Product home page Git Product logo

twitterx's People

Contributors

qodo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

twitterx's Issues

t.co URL at end of tweet is cut off when tweet >140 characters

I have a tweet with a t.co URL at the end which is being cut off and so and no longer working anymore. I guess it has to do with the t.co links. Twitter don't subtract the t.co url's from the 140 chars, but TwitterX does, I guess.

The tweet is outputted like this in code: (see ellipsis at end)

RT <a target="_blank" href="https://twitter.com/iBestuur">@iBestuur</a>:<a target="_blank" href="https://twitter.com/search?q=%23ibestuur">#ibestuur</a> Blog Matt Poelmans: Aanvraag herhalingsrecept internet via onbeveiligde verbinding: gezakt voor Burgertoets <a href="http://…">http://…</a>

And on my website it is like this (140 chars):
voila_capture 2014-08-27_10-58-24_am

The original tweet on twitter is like this (154 chars)

RT @iBestuur: #ibestuur Blog Matt Poelmans: Aanvraag herhalingsrecept internet via onbeveiligde verbinding: gezakt voor Burgertoets http://t.co/RM3DlXgjTC

If you need more info, let me know.

TwitterX 1.3.5
MODX 2.2.15

Names "consumer key" and "consumer secret" changed at Twitter

Hi,

Just found out that Twitter has changed the names of the "consumer key" and "consumer secret" in the Application Management.

Consumer key is now called API key
Consumer secret is now called API secret

It's up to you if you want to change the parameter names. (That would be the most clear).
The manual on your site should definitely be updated :)

voila_capture 2014-09-13_06-24-05_pm

Suggestion: prefix placeholders

Just a suggestion: For a more solid no-conflict to prefix the placeholders with twitterx.name or what have you.

I found out that that was what was breaking my installation of twitterX

Retweets snippet code pulling username instead of screen name

It seems like the snippet code for retweets is pulling and linking the username:

$toPlaceholderPrefix . 'text' => 'RT @' . $j->retweeted_status->user->name . ': ' . $j->retweeted_status->text

...instead of pulling and linking the screenname:

$toPlaceholderPrefix . 'text' => 'RT @' . $j->retweeted_status->user->screen_name . ': ' . $j->retweeted_status->text

Can this be fixed and released as an update for TwitterX? Right now it is resulting in broken twitter handle link when choosing to display retweets.

MODX 2.3

Fails to show up in the MODX repository in 2.3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.