I inserted a custom HTML block into the homepage, using the twitter code. It actually works beautifully! However, on the side, I get this string of 'undefined' text that shows up. Can anyone give any insight as to why?
(it doesnt have to do with the size I think, since I have tried different sizes)

|
It might help us a little more if you could either post the HTML code for the widget or give us a screenshot so we can see/test this ourselves :)
Chris
Nothing to see here |
The screenshot I attached is how the error msg shows up on my site. The code is as follows:
<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 250, height: 300, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#4aed05' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('twitter').start(); </script>
___________
The actual block shows up perfectly fine, its just those undefined msgs that show up on the side of the site.
Alex
|
To get a personalized code (if anyone is interested), you can get it here: http://twitter.com/widgets |
Very strange. Different computer, same browser etc.....dont get the error msgs.
If anybody gets the error msgs, please let me know (or if you can figure it out Chris:))
Works very nicely though:)
|
OK, Using your code, I added a HTML block and do not get the "undefined" messages. Fits quite nicely :)
Chris
Nothing to see here |
Probably ghosts on my office computer. Just very weird. Will check again in the morning.
Thanks for taking the time to check though! :)
|
Back to getting this error message along the right side again. Shows up in FF, IE, and Chrome. Though it does have to do with the Twittercode, and how it interacts with D7 I guess, since when I make the HTML block inactive, the error goes away.
Could anybody give any insight? Just very strange that it doesnt seem to be completely consistent. All of the details above are valid.
Alex
|
I have the same probleme, i inserted a custon HTML block into the homepage with a twitter code widget, but nothing...
Can anybody help me? Thanks
/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm |
I too get the same problem. When I paste the code in the HTML block nothing shows What's that falling? its a bird, its a plane, oh wait its Facebook |
You can try adding the code directly to the HTML block through the database. You'll just need to empty your cache directories once done. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hi Viking, I get the exact same error, and eventually got it back to the twitter block I added.
Did you manage to fix this? of so would love to know how?
Thanks
Back to getting this error message along the right side again. Shows up in FF, IE, and Chrome. Though it does have to do with the Twittercode, and how it interacts with D7 I guess, since when I make the HTML block inactive, the error goes away.
Could anybody give any insight? Just very strange that it doesnt seem to be completely consistent. All of the details above are valid.
Alex
|
Tha code often shows up when there are some incompatibilities in the js codes. Check if that is powered by prototype or mootool, because then it will not properly work with the jQuery library o your Dolphin site. Web Development, Multimedia Design and Social Media. |
Hi
I have same issue.. My twiter code also does not work.. can someone help?
Thanks a lot
--here is the code -
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'Bollywood',
interval: 6000,
title: 'Bollywood',
subject: 'Movie',
width: 250,
height: 300,
theme: {
shell: {
background: '#8ec1da',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();
</script>
|
Tha code often shows up when there are some incompatibilities in the js codes. Check if that is powered by prototype or mootool, because then it will not properly work with the jQuery library o your Dolphin site.
ManOfTeal.COM a Proud UNA site, six years running strong! |
How to check jQuery library ? and see if that is issue?
Sorry but if you can explain step-by-step guide that will be of great help
|
I'm having the same issue.
Has anyone discovered a solution?
Please post it here if you have
Thanks,
|