Skip navigation
Currently Being Moderated

good old twitter feed again..

Jul 10, 2012 3:39 AM

Hi Guys

I wonder if you can help?

I'm using this code, I think it is the official twitter version, but it is in an html page on my server and I point the webview to it. (hopefully we can get back to an embedded version soon!)

Anyway the problem is that this code only seems to pick up tweets that are sent to the owner of the twitter account, in this case @AppsoluteAvn. This means any tweets that @AppsoluteAvn generates itself are not included in the feed. I've tested this over and over and always get the same results. Is this a limitation of this code? have I copied it wrong? anyone get the same results etc etc.

Any help would be, as ever, much appreciated!

 

Cheers

Alistair

 

 

<!DOCTYPE HTML>

<html>

<head>

<meta charset="UTF-8">

<title>My App</title>

<style>

.body

{background-color:transparent}

body {

          margin-left: 0px;

          margin-top: 0px;

          margin-right: 0px;

          margin-bottom: 0px;

}

</style>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

</head>

<body>

<div>

<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>

<script>

new TWTR.Widget({

version: 2,

type: 'search',

search: '@AppsoluteAvn',

interval: 10000,

title: 'Appsolute',

subject: 'Aviation',

width: 300,

height: 385,

theme: {

shell: {

background: '#a4a4a4',

color: '#000000'

},

tweets: {

background: '#ffffff',

color: '#444444',

links: '#de2e05'

}

},

features: {

scrollbar: false,

loop: true,

live: true,

behavior: 'default'

}

}).render().start();

</script>

</div></body>

</html>

 
Replies
  • Currently Being Moderated
    Jul 10, 2012 4:58 AM   in reply to mobly

    I opened a demo file I had done a while back and noticed that embedded Twitter widgets were working again. Did you set the options up correctly?

     

    Bob

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 10, 2012 10:23 AM   in reply to mobly

    Here's a screenshot:

     

    photo.PNG

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 11, 2012 4:44 AM   in reply to mobly

    Those are indeed tweets that I sent. I honestly don't remember the choices that were available when I set it up and like you I can no longer find the page where I did this.

     

    To be truthful, I don't think I'd want mentions to displayed. You really never know what other people are going to be saying to or about you.

     

    Bob

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points