Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

JQuery & Twitter - Help Getting Time and Method

Featured Replies

Hi Guys,

 

Does anyone know how I can get the time of a twitter feed that I am already bringing into my page...

 

I am using jtwitter jquery plugin at the moment,

 

<script src="js/jtwitter.js" type="text/javascript"></script>

<script type="text/javascript">
$(document).ready(function(){
   $.jTwitter('simonelsbury', 3, function(data){
       $('#posts').empty();
       $.each(data, function(i, post){
           $('#posts').append(
               '<div class="post">'
               +' <div class="txt">'
	+' <p> '
               +    post.text
	+ '<br />'
	+ '<em class="smaller">Sent from my iPhone @ 7.24pm</em>'
	+ '</p>'
               +' </div>'
               +'</div>'
           );
       });
   });
});
</script>

 

Now this line:

+ '<em class="smaller">Sent from my iPhone @ 7.24pm</em>'

needs to be autogenerated by twitter... any ideas?

 

I was thinking that it should be something like post.time or something - but no idea... GRRRR lol

 

HELP!! cheers :D

Edited by terydinho

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.