My widget it not working on my site
this is the code I have been gaven from you guys
Tweets by @OnlyChiefa
Please help
@Onlychiefa
i am using your widget code so I can show my twitter feed on my website. All I am getting is the tweets by showing up on the screen. I found the FAQ’s and have verified my domain listed is correct as used the widget maker on the site. I also checked the java control panel but the latest versions of java do not show any whitelists or blacklists as security options. Can anyone help why I cannot see my posts?
I have tried embedding individual posts and that works perfectly fine. So is there something wrong with the script?
Tweets by @XXXXXXXXXX
I went to your widget page, cut and pasted the code it provided. Doesn’t work. Just get a text link to our twitter page. If this is fixed, can someone help us out here?
actualy i have been getting this problem long ago, like year.
the widget version 1 and widget version 2.
generated by previous Widget builder per user.
had similiar problem which is sometimes run, and sometimes full blank time line.
Twitter engineer still investigating the problem of live timeline blank.
This problem (blanks) seem it is on the code
type: ‘profile’,
but still works on the
type: ‘search’,
but the result might not show the latest tweet. (unless it was refreshed).
to do the profile type we need the
data-widget-id=“twitter-given-value”
that can be generated by our account on twitter. when making the latest widget.
but these widget have a problem, it doesn’t show time line live(realtime),
but “data-widget-id” will not working after you delete the widget.
i meant the style have no sliding timeline, as usual, but more like static line.
i do think this Slide time line style is missing. on latest account widgets.
the name is : "class=“twitter-timeline” "and don’t know what version is the latest widgets i am using.
So this is my suggestion.
if you like what i like of widget version 2
try using type: search, not profile.
as it still have a bug.
and try using
your own account widgets code that is taken from your twitter account settings.
as a profile widgets.
for while this method will help you out from became blanks.
feel free to see twitter result on our website simply open at :
http://boomerangindonesia.com
GoodLuck, and i hope Twitter pay attention by maintaining all version of stable widgets.
Our former working twitter scripts (Manotick Events - The Manotick Directory) have stopped working recently. I went back to the archives and discovered that the widget from last June 2012 works.
Its HMTL starts:
<div class=“…” id=“twitter-block-From”>
<script src=“http://widgets.twimg.com/j/2/widget.js”>
<script>
new TWTR.Widget({
version: 2,
type: ‘profile’,
…
The second widget displays tweets “about” a subject. It starts with:
<div class=“…” id=“twitter-block”>
<script src=“http://widgets.twimg.com/j/2/widget.js”>
<script>
var twitter_widget_options = {
version: 2,
…
I forget where I got these but it should be noted that any HTML tester fails code for both as they do not use this form:
<script src=“http://widgets.twimg.com/j/2/widget.js” type=“text/javascript”>
<script type=“text/javascript”>
Does anyone know why these are broken?
PS. Your editor requires typing a left angle bracket with the ampersand code – ampersand plus lt; Obsiously I can’t type it as it turns into a <
Once again the twitter widgets have failed and I searched around until I found this.
For the tweets “about” us, I tried http://widget.socialappshq.com/widget/landing at Manotick Events - The Manotick Directory and it works. Thank you Rajat. I tweaked the sizes. Also added a bottom line (css) and moved the link outside the box – ust liked the look better. ymmv
For the tweets BY us, I used a widget code from June 21, 2012.
I would like for my list not to show retweets from list members, just their tweets. Is there a way to do that?
Hello,
We are facing the same problem too. We have a widget set to our site that shows twits on the page but it stopped working. Here i am attaching the code that i have in that page. Can you please tell me why it suddenly stopped working ?
Untitled
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 250,
height: 175,
theme: {
shell: {
background: '#707070',
color: '#f5f5f5'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#f5791b'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: false,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('@MilindKansagara').start();
</script>
<div id="twtr-widget-1"></div>
</div>
Is there anyone who can help me to fix it ?
Thanks & Regards,
Milind Kansagara
Hi Milind,
This is to do with API v1 being retired.
Some help (which I need to use too!) is here:
https://dev.twitter.com/discussions/18458
Kind regards
I tried the new Twitter API and it works well - the options for display are pathetic but at least it works. Note that I tried to put TWO feed boxes on the same page and the positioning was a disaster. (I had to put the second one on another page and link to it. Not happy)
http://twitter.com/settings/widgets
Hi there,
I have your widget API on my blog and want to see tweets re-fresh automatically and remove the scroll bar. Can you please let me know how i can do this?
Thanks!
www.foodiesinked.com
This is a bulls**** and the twitter folks just sit and laughing of this situation…
I see all these blogs are over 1year ago but I cannot get my new widget ti work in IE8 with frames on my website. All OK in firefox.
Why ?? What can I do ?? Help. Otherwise will go back to Fortran !!!
Hi,
I am having an issue with my Twitter Feed Widget. It seems to be repeating the feed multiple times on a page (Stacked on top of one another) as if I embedded the code multiple times on the page. I am using a CMS (not sure if your familiar with it), CM1, and I placed the embedded code in a HTML widget once but the page displays the feed multiple places.
I’m not sure if this is an issue with the Twitter widget JS or other code associated with our site.
Can you help me with this?
We are having problems putting a Bunyad twitter app/widget into the footer of our website. We are using the Risala template on Wordpress.
What appears instead is:
Warning: Invalid argument supplied for foreach() in /hermes/bosoraweb179/b2425/ipg.kelleyamure/abrideslife/wp-content/plugins/bunyad-widgets/widgets/widget-twitter.php on line 33
How do we correct this?
NashNWW
#97
Hi,
At the moment im working on a website and want a twitter widget on the frontpage. The website is made in wordpress.
The problem I’m facing is that the widget shows up on mobile (android and iOS), but not on pc browsers.
I’ve checked a couple of forums and most of the time the problem is the other way around.
Can anybody help me?