Coder Social home page Coder Social logo

displaytweets's People

Contributors

jonwicks25 avatar matthewruddy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

displaytweets's Issues

Tweets seem slow to update

After implementing this plugin on a site, the tweets seem to take between 4 and 5 hours to update instead of updating every few minutes as expected (I was thinking they would update at least every half-hour).

Is there a setting that needs to be changed to enable faster updates or is there perhaps a bug causing the updater not to run as frequently as intended?

Still not updating on wordpress

Sorry to be a pain, updated to version v.1.0.3 and retested. Been over an hour and still not updating latest tweets.

I have double checked it's not conflicting with any other plugins etc and 99% sure its not.

# hastags not linking correctly.

Line 501 needs to be updated. to the following
$text = preg_replace( "/#(\w+)/", "<a href=\"http://twitter.com/search?q=%23\\1&src=hash\" target=\"_blank\">#\\1</a>", $text );

As the old code is using the old API v1
$text = preg_replace( "/#(\w+)/", "<a href=\"http://search.twitter.com/search?q=\\1\" target=\"_blank\">#\\1</a>", $text );

Links ending with a period break

I'm having an issue where given a tweet like:

"Hey checkout this link! google.com."

The period at the end of the link is being added to the anchor and href like so:

<a href="google.com.">google.com.</a>

invalide argument error

twitter feed runs first time but then after first load i get this error.

Warning: Invalid argument supplied for foreach() in /{directory}/wp-content/plugins/displaytweets-master/displaytweets.php on line 591

v.1.0.2 very slow updating

Seems to take several hours to display a new tweet? Unless you go into the settings and click save then the tweet feed instantly updates.

Embed Code Dosent pass Validation

When Trying to validate the site using this plugin the code fails at when the & Comes through,

Simple fix for this..

on line 515 in displaytweets.php change the '&' To the '&' Tag

Add profile images for account and @replies.

Posted this on WordPress.org as well but it would be great to be able to include the Twitter profile image(s) for the main account as well as @replies and have that link to the respective profiles.

I looked through the code and couldn't find a simple way to add it...

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.