Interested in purchasing one of the best wordpress themes in town? check out Cult on themeforest »

tweetable version 1.6 released

It has been a long time coming but I am pleased to say tweetable version 1.6 is now available for download. This latest release of the plugin solves many previous issues with cross browser compatibility. the plugin has also been given a face lift to show you just how good it can look.

What is tweetable?

Tweetable is a lightweight jQuery plugin which enables you to display your twitter feed on your site quickly and easily. More than just displaying the feeds you can highlight @replys as well as links being dynamically generated for ease of use.

Try the demo

How to use it

Tweetable version 1.6 has been developed to work with jQuery 1.4.2. Firstly call in the framework and the jquery.tweetable.js file:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.tweetable.js"></script>

Next create an element on your page that you want to call your twitter feed into. For example #tweets

<div id="tweets"></div>

Now you can initiate the plugin by calling tweetable onto your selected element.

$('#tweets').tweetable({username: 'philipbeel'});

Thats all there is to it.

Plugin parameters

You can add extra parameters to the plugin, to give extra customisation options, simply add these when you call in the plugin.

 limit: 5,                         //number of tweets to show
 username: 'philipbeel',     //@username tweets to display
 time: false,                     //display date
 replies: false,                //filter out @replys

Structure

Because tweetable outputs the HTML after the DOM has loaded you might need some extra style rules. here is the structure that is output to the page

<ul>
  <li>
    <p></p>
  </li>
</ul>

Download tweetable

You can download and use this plugin for free, however please be sure to read the instructions above clearly before posting any questions or comments about the plugin.

Download tweetable 1.6

Tweetable on Github

If you like tweetable and would be interested in contributing, fork it on github


About the author

My name is Philip Beel. I have four years commercial experience in front end web development. My disciplines include XHTML, CSS, PHP, MYSQL, Smarty and javascript. I am also a keen advocate of the jQuery framework.

Read more posts by


263 Comments on Tweetable 1.6 launched

  1. Justin Hinchcliffe

    Great job on this. I’ll be grabbing the code and putting it up on my website shortly. Cheers.

    « Reply


  2. Tony

    Pretty sweet plugin! Thanks!

    « Reply


  3. Mike

    Looks like you guys commented out the line that displays the time, so no matter if “time: true” is set, it won’t display the time the tweet was created.

    « Reply

    philip beel Reply:

    @Mike, Woops, looks like I missed that part out. Thanks for the warning, all changed now!

    « Reply


  4. Frank J.

    How can I get rid of the glyph that is showing up with the tweets? Also, how can I make the date always display below the line of text?

    « Reply


  5. philip beel

    @Frank J., You should be able to do this with a style=”clear: left;” on the “small” tag.

    « Reply


  6. xoum

    I want to change the time (it’s uk time) and I’m french, not the same time ! Where can I change that ? thx

    « Reply

    philip beel Reply:

    @xoum, Hi I am afraid I am not sure. I pull out the date directly from the API response, so I assumed this would be accurate based on your geo-location as per your settings. There might be some mention of this on dev.twitter.com

    « Reply

    Luca Reply:

    @philip beel, Hi Philip, first thank you a lot for Tweetable 1.6. I’ve inserted the codes in my page and it works very well! But I have the same problem as xoum. Did you find out how the timezone can be adjusted? On dev.twitter.com I was not able to find some specifications.

    Thanks,
    Luca (from Zurich)

    « Reply

    philip beel Reply:

    @Luca, Do you know where your hosting is based? USA? Canada etc. I wonder if this will have any impact on it.

    Luca Reply:

    @philip beel, Hi Philip, my hosting is based in CH (Bern). I’ve called there and they told me that the timezone is set as well (GMT +01:00). Can you tell me please, where in the tweetable.js you pull out the time? In which line?

    Thank you a lot for your estimated help.

    Cheers,
    Luca

    « Reply

    philip beel Reply:

    @Luca, If you look around line 63 on tweetable.js you can see where this defines the time. Once again this is pulled directly from the API.

    https://github.com/philipbeel/Tweetable/blob/master/jquery.tweetable.js

    Luca Reply:

    @philip beel, Thank you, I assumed that it was there. I tryed to change some values but without success… Will try to find something by asking google. Thank’s man for your help!

    « Reply

    George Reply:

    Hey Luca, The timezone is something you change in your twitter settings. The default is GMT. I just changed mine to EST. the other day.


  7. Dan

    Smashing stuff..!

    Thanks

    « Reply


  8. Joris

    Hi,

    How can you filter on user @jorisdesigns and hashtag #jorisdesigns
    Is that possible?

    Thnx

    « Reply

    philip beel Reply:

    @Joris, Your best bet would be to hire a client side web developer with a couple of years experience and a keen knowledge of jQuery.

    « Reply


  9. 7oda

    thanks , awesome plugin , it will help me :)

    « Reply


  10. Shawn

    I am getting a twitter API error. Username and Password. Help?

    « Reply

    Stephanie Reply:

    @Shawn, did someone help you with this issue? I’m having the same problem and I can’t seem to fix it.

    « Reply


  11. Joe

    Excellent work. It would be useful, I think, to include a generic class for the tweet as well as the specific class for each tweet.

    « Reply


  12. Daniel

    Man! I love it…

    « Reply


  13. John F.

    How can I get the time to go below my tweets instead directly after them?

    Example:
    “Today was awesome!
    Wed Jan 26 21:34:29 ”

    Instead of:
    “Today was awesome! Wed Jan 31 21:34:29 ”

    I would greatly appreciate it!

    Thnaks,
    John F.

    « Reply

    philip beel Reply:

    @John F., You could do this by selecting the small field in css like so:

    #tweets ul.tweetList li small { clear: left; }

    « Reply

    ChgoKid Reply:

    @philip beel, I’m having the same issue, and my tweet times are still on the same line.

    small { font-style:italic; color:#AAA; clear:left;} is the code I have in my .css

    Any advice?

    I also tried your last suggestion, didn’t work for mine. Thanks :)

    « Reply

    Noel Reply:

    @ChgoKid, instead of { clear:left; } try { display:block; }


  14. Joss Crowcroft

    Great stuff Philip, looks really promising. Will drop you a line when I’ve got it running on a live site

    « Reply


  15. Noel

    Amazing, thank you so much!

    « Reply


  16. Nick

    Hey, when i use the code as provided with the # before the div name i get “,null, is null or not an object” once i remove the # i get a different error, “object doesn’t support this property or method.

    here is my div: (i want the divs to go into the inner div called tweets)

    Follow us on Twitter: CRWWND

    here is my java code that is at the bottom of the page:

    $(‘tweets’).tweetable({username: ‘crwwnd’, time: true, limit: 10, replies: true, position: ‘append’});

    I have these script includes in the head:

    any help would be appreciated. thanks!

    « Reply


  17. nick

    Sorry for the re-post but i noticed i didnt properly put the code in so it wouldnt render

    Hey, when i use the code as provided with the # before the div name i get “,null, is null or not an object” once i remove the # i get a different error, “object doesn’t support this property or method.

    here is my div: (i want the divs to go into the inner div called tweets)

    div id=”twitterDiv”>

    Follow us on Twitter: CRWWND
    div id=”tweets”></div
    </script
    any help would be appreciated. thanks!

    « Reply


  18. Noel

    I noticed a small bug, I tried to use the parameter “replies” set to true but the replies were not included in the results. I made a small adjustment which fixed this:

    var retweets = “&include_rts=” + (defaults.replies ? 1 : 0);
    //do a JSON request to twitters API
    $.getJSON(api + defaults.username + count + defaults.limit + retweets + “&callback=?”, act, function (data) {

    « Reply


  19. Diego Espinoza

    Wow, this plugin rocks but I have a question..
    I have tweetable in a so, everytime I try to manage it’s height it still gets out of the borders, which is why I wanna be able to fix it. How can I doi t? thank you!

    « Reply

    philip beel Reply:

    @Diego Espinoza, I have not seen this as an issue on the demo I created. I would advise tweaking the CSS in firebug until you are satisfied with the outcome.

    « Reply


  20. Taty

    Here’s a taugh one: if I use Cufon to style the tweets, how can tweak de jQuery code to escape the double quotes wrapping the generated html text?? Since it won’t work unless it’s simple, plain text.

    « Reply

    philip beel Reply:

    @Taty, I used a few regex to find links and hash tags etc. I would imaging cufon would really screw with this. I highly recommend using @font-face implimentation if changing the font is a must;

    http://www.fontsquirrel.com/

    « Reply

    Taty Reply:

    @philip beel, Thanks for the tip, Philip, will give it a try.

    « Reply


  21. Luca

    Hi Philip, sorry it’s me again :S Can you please tell me, if there is a possibility to automaticaly refresh the tweets? Thanks…

    « Reply

    philip beel Reply:

    @Luca, tweetable has not been designed to do this, although you could extend the plugin to do this. Have a fork on github and share what you come up with!

    https://github.com/philipbeel/Tweetable

    « Reply

    Luca Reply:

    @philip beel, Thank you Philip, will have a look and share my results in your blog.

    « Reply


  22. Andy Layman

    I input this in my site, to use almost like a blog. But when someone clicks on a link. It gives them a 404 error. Reason is it’s posting the main site URL then the line i.e. http://www.mainsite.com/http://www.mainsite.com any recomendations on this?

    « Reply

    Andy Layman Reply:

    @Andy Layman, Basically It needs to go back a level so that the link doesn’t reference the site…

    Here is the exact example… you can recreate it by going to MikeChampoux.com and clicking on a link in the twitter feed at the bottom.

    http://www.mikechampoux.com/http://www.facebook.com/pages/Mike-Champoux/144106595644595?v=app_79482449955&ref=ts

    « Reply


  23. radyo

    Thanks, i m like this code :)

    « Reply


  24. Liam

    Hi There,
    This and your site look really nice by the way, style wise.

    I have an issue with this addon. It generates a too much Recusion error in jquery 1.4.2. Not using 5 as there are issues with other plugins and a couple of bugs having issues with just at the moment.

    Any thoughts to why this is?

    « Reply

    philip beel Reply:

    @Liam, Sorry to hear your having issues. The demo runs on 1.4.2 and there are no errors in the console. do you have a test link where this is not working?

    « Reply


  25. paul

    Hi there awesome tutorial, and killer plugin, really love the site. Will put this up on my site shortly… nice one.

    « Reply


  26. Joel

    Any idea why my image links wouldn’t be working after installing your plug on my page? Seems odd. Great plugin, though! Thanks! Any help appreciated.

    « Reply

    philip beel Reply:

    @Joel, are you running any other plugins on the same page?
    It could be a conflict on the page which is causing the issue.

    « Reply


  27. JD

    Great plug-in. I’ve been using it for a while.

    Did Twitter change the way @replies are handled? ‘Cause I’ve had the plug-in set to not show @replies, was working fine, and then all of a sudden @replies started showing up.

    « Reply


  28. Peter Butler

    Hey Phillip,

    Great plugin thanks! However it doesn’t seem to work on my page…..is it compatible with HTML5??

    Can anyone spot something seriously wrong in my source??

    http://www.thecityisburning.com

    Thanks in advance,

    Pete

    « Reply

    philip beel Reply:

    @Peter Butler, Looks like your twitter feed is appearing on you page to me. Did you already fix this? Great looking site by the way!

    « Reply

    Peter Butler Reply:

    @philip beel Hey man, I ended up using a different script in the end, might have been a network issue at work or something. The new one seems to work okay though. Thanks for your comments about my site means a lot :) I’ve had a look around yours too very nice. I think I need to get a blog on mine or something… there’s nothing really to bring people back. ^_^

    « Reply


  29. Luciana

    the demo version is not working …

    « Reply


  30. Pedro Assumpção

    Thanks, great tool.

    « Reply


  31. Weitdenker

    Huch someting wrong with this script? Demo is not working :-(

    « Reply


  32. trafik ceza sorgulama

    I¡¦m not sure the place you’re getting your information, but good topic. I must spend some time finding out more or understanding more. Thank you for magnificent info I used to be on the lookout for this information for my mission.

    « Reply


  33. Fergus

    Fantastic plugin. Works very well.
    One question, however: is there a way to easily change the date format, so instead of 29/03/2011 19:33:58 display it as Mar 03 2011 7:33 pm?

    « Reply


  34. Octavio

    really nice plugin! i am using it in some designs, thanks for sharing!
    For people asking about the position of the date/time i use make this change of the css code.

    #tweets small {font-style:italic; display: list-item; }

    If there is going to be a new version, will be nice, that the links on the tweet line could open in a new window (_blank).
    Thanks Philip!! i am following u now!

    « Reply


  35. Jim

    Retweets are not showing up for me. Shouldn’t they be? Great plugin.

    « Reply

    Raad Reply:

    @Jim,

    Yeah, retweets need to be explicitly requested.
    I have a fork which does this:

    https://github.com/raad/Tweetable

    @phillip,

    Nice plugin! I forked incredimikes fork, but feel free to nick the retweet changes.

    « Reply

    Nick Reply:

    @philip beel, thanks so much for such an easy to use plug in @Raad, might seem odd getting a reply a couple of years after your post…! but I’ve used your fork in order to get retweets. the tweets and retweets feeding fine but but none of the urls therein work? Any ideas? (I’m a bit of an amateur)

    « Reply


  36. nigel

    In Safari and Google Chrome there seems to be a bullet, I guess associated with the list element that I can’t seem to gte rid of. Any ideas?

    « Reply


  37. dimitri

    Hi,

    I’ve installed your plugin but it seems doesn’t work, you can check it out on the header of the ziguline.com home page close to “last tweets”..

    Thank you!

    Dimitri

    « Reply


  38. Stefan

    Nice one! Using it now.

    Have you considered implementing a formatting string for the time, e.g. adding timeFormat:”HH:MM YYYY-MM-DD” would result in 28/04/2011 11:15:44 being displayed as 11:15 2011-04-28?

    Same principle could be used for changing the html order of the text, link and time, e.g. adding order:["time", "tweet", "link"].

    Cheers

    « Reply


  39. Luis

    This is great simple and functional, all it needs is to get rid of that time and date format and make it simple like (2 hours ago or 2 weeks ago or 2 months ago) just simple like twitter that would be great.

    « Reply


  40. Dave

    Hi Phillip,

    Great plugin, much appreciated!

    I’m getting a weird thing happening in Internet Explorer that I was hoping someone might be able to shed some light on please?

    Post date and times are displaying as NaN – any idea of a workaround for this?

    Thanks,

    Dave

    « Reply


  41. Erriko

    When loaded with jquery.tools it doesn’t work. Are there known conflicts?

    « Reply


  42. Vegard

    Any way to make the twitter avatar appear next to the tweets?

    « Reply


  43. Gabe Casalett

    Philip,

    I’ve been using Tweetable on my site for a few months now, and I just today noticed it’s not working. Do you know of any reason why it would be down right now? Thanks!

    « Reply


  44. Jennifer Thompson

    Hello! I was using this plugin for ages with out a problem, then it suddenly froze on 19 May 2011 and has not posted any new tweets since then. I had not done any updates or adding of new plugins at that time and have since updated WordPress to latest version and still have the problem. It’s a fantastic plugin and I would love to use it but I cannot seem to resolve this issue – the date of latest tweet is still stuck on 19 May – can you please suggest how to resolve this? Thank you!

    « Reply


  45. Disappointed :-(

    Why on earth create a twitter plugin, which doesn’t support images – which is the defacto standard for all twitter feeds just about anywhere on the web? Doh!

    « Reply


  46. Miki Griffin

    I enjoy what you guys are usually up too. This kind of clever work and coverage! Keep up the terrific works guys I’ve added you guys to our blogroll.

    « Reply


  47. Christina

    This is great & almost got everything togather yay! But one question – is there a way to make the twitter account’s avatar appear to the left of each tweet?

    « Reply

    philip beel Reply:

    @Christina, No I have not added in this functionality. I could add it into future revisions though.

    « Reply


  48. id meneo

    Very nice plugin, i’ll take it! thx.

    « Reply


  49. Charles

    Is there a way to only show one twitter post at a time and fade in the other twitter posts on say a 3 second loop?

    « Reply


  50. Matthew Skinner

    Hello, great job! This is very lightweight – I was wondering if you know of a way to pull in multiple usernames?

    « Reply

    philip beel Reply:

    @Matthew Skinner, this is only possible for 1 with tweetable I am afraid.

    « Reply


  51. John B. Mull

    Excellent demonstration and example for how to implement this. The resulting output is quite high and I like it a lot! Thank you for creating this product and the tutorial on how to implement it!

    « Reply


  52. Damian

    Hi, great plugin. Good work.
    How can I add a small static text bellow the tweets?

    « Reply

    philip beel Reply:

    simply add it to the HTML below the #tweets id

    « Reply


  53. frank

    nice plugin, i am only curious if one really need the inside the ?

    « Reply


  54. Eric

    Does anyone know why it does not work in ie9?

    « Reply


  55. Michel Janssen

    I’m also having problems when using Tweetable in IE9. In other browsers it just works fine.

    « Reply


  56. lesley

    tweets with multiple lines o a lot of text output as a single line?

    « Reply


  57. Rowdy Rabouw

    Problems in MSIE9 are because of the mime-type the Twitter API is using.
    See this discussion:
    https://dev.twitter.com/discussions/1232

    Hopefully it is fixed soon!

    « Reply

    Eric Reply:

    @Rowdy Rabouw, It seems to work right now :)

    « Reply


  58. Darryn Cooke

    Great plugin. Ive got it working on one site and it was easy as all heck. Problem is Im trying to deploy on another site and it keeps doubling the output.

    http://www.darryncooke.com/tortillaz

    will show you plugin implementation.

    « Reply

    Darryn Cooke Reply:

    @Darryn Cooke,

    Figured out the problem, but now I have to find a cure. Its another plugin that is effecting this. Plugin name is bgStretcher.

    « Reply



  59. jamEs

    I’m having an issue that the plugin fails to pull in more tweets if @replies are excluded. In my example I set the plugin to pull in 10 tweets, 5 of which are @replies. The plugin only shows 5 tweets and excludes 5 without replacing them in the list.

    « Reply

    Darrel Reply:

    @philip beel, firstly, thanks for writing and sharing the plugin! It’s one of the easiest to set up with nice clean markup.

    @jamEs, yep…I have the same issue. I couldn’t figure out why I was only retrieving one or two tweets and, sure enough, changing ‘replies’ to ‘true’ fixes that. Looks like a bug (maybe in the plugin, maybe in twitter)

    « Reply

    philip beel Reply:

    @Darrel, you are both right, the twitter api returns the number of tweets you ask for, however replies are included within this, thus you will be left with the number of tweets – the replies.

    You could extend the plugin to look at how many replies are brought back and if it is less than the number required run another request, however the twitter API limits the number of requests you can do to 150 per hour, so I chose not to take this approach in the general release.

    I hope this helps you out.

    « Reply

    Grawl Reply:

    @jamEs, I have the same issue.

    « Reply

    Admire The Web Reply:

    @jamEs, Same issue, seems an ache to change though. @replies inc retweets too. So if your last 3 posts were 2 replies and 1 retweet and you specify 3 to display, unfortunately, nothing will display :(

    « Reply


  60. Tony

    Hi Philip,

    Thank for the script :)
    I am very interested in your script and combined it with the fixed bar script into my site.

    Quick question. Could you take a look at my site. Whenever I click “Get Social” (the 2nd one), the tweets are not refreshed every click, they add up to the previous tweets. I mean duplicated. Without reload the page, I don’t know how to fix.

    Thank you

    « Reply


  61. Andrew

    Great plugin!

    Is there any way to setup alternative content if twitter feed fails to load?

    « Reply

    philip beel Reply:

    This should already exist, you can change the wording to suit your needs, or develop the plugin to pass this in.

    « Reply


  62. dyka

    Nice resources.Good job Philip

    « Reply


  63. kurczaq

    $(‘#tweets’).tweetable({username: ‘nick’, time: true, limit: 10, replies: true, position: ‘append’});
    zapis_tweet = $(‘#tweets’).clone().html();
    alert(zapis_tweet);

    fail not copy…

    how to copy?

    « Reply


  64. Anders Kitson

    Great Stuff, this is exactly what I needed.

    « Reply


  65. Tom Reno

    Philip,

    Great work — thanks for making this available. Do you know of anyone that has modified the plugin to address the @replies issue mentioned above? Specifically, making a 2nd API request if the number of results is less than the “limit” value (after the replies are filtered).

    I could really use that functionality, but my personal attempts at modifying the plugin have been unsuccessful.

    :)

    « Reply

    philip beel Reply:

    @Tom Reno, This has not been implemented. The main reason for this is the 150 requests per hour rate limit. So if you have to make duplicate calls on each request you will max out the allowance too quickly. I will see if the API has been updated to address this.

    « Reply

    philip beel Reply:

    One thing I did consider doing was getting the last 50 tweets regardless of the users limit, then filtering through those to pull out the last 5 tweets which are not @replies, however this would not be an exact science depending on how many @replies and tweets you wished to display. I might create a new branch in Git and play around with this idea though

    « Reply


  66. Tom Reno

    Hi Philip,

    Thanks for the quick reply. I see the dilemma with the rate limit.
    Your idea for pulling the last 50 and then filtering those sounds promising. I’ll keep an eye out.
    :)

    « Reply


  67. Tom Reno

    I checked around a bit and found an alternative that will display an exact number of tweets while filtering out the replies. It looks like it functions like Philip described above — requesting a larger number of tweets and then filtering down to the desired number.

    Anyone, if anyone else really needs that functionality take a look at this: http://tweet.seaofclouds.com/

    « Reply


  68. stevie b

    Mr. Beel,

    Thanks so much for taking the time to create and post this!

    A fix for anyone encountering formatting issues with multiple links in tweets:

    //Build list
    var links = item.text.replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig, ‘‘);
    $tweetList.append(” + links + ”);

    « Reply

    stevie b Reply:

    hmmm – formatting issues – in that last post – trying bbcode:

    [code]
    //Build list
    var links = item.text.replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig, '');
    $tweetList.append('' + links + '');
    [/code]

    « Reply

    stevie b Reply:

    Ok, lets try one more time :)

    //Build list
    var links = item.text.replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig, '<a href="$1" class="go"></a>');
    $tweetList.append('<li class="even"><table><tr><td><img src="images/misc/tweeticon.png"/></td><td><p>' + links + '</p></td></tr></table></li>');

    « Reply


  69. Tayler

    wow. Amazing. thanks a lot! this will be great for web design

    « Reply


  70. Anthony

    Philip, thanks for plugin!!! It is possible to set up another date format, for example, May 14, 2012, etc.?

    « Reply

    philip beel Reply:

    no

    « Reply


  71. Kirk

    Hmm did Twitter change their API or is the feed just failing to load? It suddenly stopped working for me today.

    « Reply


  72. Tristan Durig

    I wish to express my thanks to the writer just for rescuing me from this type of scenario. As a result of looking out throughout the online world and finding principles that were not pleasant, I assumed my life was gone. Existing devoid of the solutions to the difficulties you have resolved by way of this website is a serious case, as well as ones that would have badly damaged my entire career if I had not noticed your web page. Your good competence and kindness in handling all things was very helpful. I’m not sure what I would’ve done if I hadn’t discovered such a step like this. I can at this time relish my future. Thanks a lot very much for this high quality and amazing guide. I will not think twice to suggest your web site to any individual who needs and wants guidelines about this subject.

    « Reply


  73. Product Feed Management

    Wow!Fantastic work, this must be appreciated.

    « Reply


  74. Peter

    How to open a Twitter link in a new browser window?

    « Reply

    philip beel Reply:

    target_blank, you can change this in the plugin https://github.com/philipbeel/Tweetable

    « Reply


  75. Asecon Fiscal

    Thank you very much for this plugin!!

    I just finished the customization of it in my website, and works and looks great!!

    « Reply


  76. Rocky

    Thanks for the plugin, I have it mostly working. I managed to import tweets authored by the account owner, but the retweets she has made do not show up:

    http://vintillacommunications.com/wp

    Here’s the code I’m using:
    $(function(){
    $(‘#tweets’).tweetable({username: ‘vintillacom’, time:1, limit:5, retweets:0, replies:1, position: ‘append’});
    });

    any suggestions greatly appreciated

    « Reply

    philip beel Reply:

    @Rocky The retweets is a boolean value. set it to true if you want retweets to show up. Full docs can be found here: https://github.com/philipbeel/Tweetable

    « Reply


  77. Name

    When I open this demo on IE, it doesn’t display “… dates ago”, it only display specify date.

    I have 2 questions :
    + How can I fix it to display “…. dates ago” on IE ?
    + How can I change the date format ? Ex : Instead of “04/03/2013, 17:53″, it should display “03/04/2013, 05:53 PM”

    Thanks,
    Huy

    « Reply

    dj daddy des Reply:

    @Name, I figured how to adjust it to be in that format –

    go into the tweetable.js and change the code to the following:

    $(‘.tweet_link_’ + i).append(” + tweetMonth + ‘/’ + item.created_at.substr(8, 2) + ‘/’ + item.created_at.substr(26,4) + ”);

    I removed the since I didn’t use the same CSS style, but other than that you can have it show up like

    “Getting new things in place like the twitter feed since live chat isn’t gonna work with twitter, damn it, oh well 03/06/2013″ instead of the date being backwards

    Hope this helps you anyone else using this.

    @philip I am in MST, but the account is setup to be used in MST but still shows on the date being DD/MM/YYYY until I made the changes to the tweetable.js file mentioned above

    « Reply


  78. dj daddy des

    @name – I removed the * damn site filtered out the code somewhat lol

    « Reply


  79. pgtycherxfw

    LouisVuittonBagsRelatedContentMaterial,[url=http://www.vuittontenpo.com/]ヴィトン 財布[/url],ForWhatReasonInvestOnAVeryLouisVuittonPurseOnSale,ヴィトン 財布,CheapLouisVuittonLaptopBagsInAdditionEachOfThese

    « Reply


  80. Read More Here

    whoah this weblog is magnificent i like studying your articles.
    Keep up the great work! You know, a lot of people are searching round for this info, you can help them greatly.

    « Reply


  81. Michael De Marco

    Hi Philip, love your twitter feed.Issue is lets say i want to click on the feed to review the days
    tweets how would i do it so I could point and click and scroll through the entries

    Thanks,

    Michael

    « Reply


Leave a comment


Sorry, Twitter stream is currently unavailable for Philip Beel.

Follow me