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>
Hi Bob, could you check your demo again, does the feed definitely show the tweets from the owner of the tweet name, and tweets to the twitter name. Twitter have removed their widget creator tool, but this is the code I got from them a month or so ago
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#f21d41'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#eb0c44'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
behavior: 'default'
}
}).render().setUser('@AppsoluteAvn').start();
</script>
If I change 'default' to 'all' it will flip from showing the originators tweets, to ones tweeted @AppsoluteAvn
hope that makes sense; I don't think I'm alone with this problem!!
cheers
Alistair
I think your feed and also the one on Guitar Delux, confirm that it is NOT possible to have a feed that shows tweets coming in and going out from the original tweet account, Bob yours only shows feeds that have been sent to you, not the tweets that you have generated yourself, please correct me if I'm wrong :-)
cheers
Alistair
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
North America
Europe, Middle East and Africa
Asia Pacific