Official twitter Widget Issue
-
I cannot get the twitter widget to align properly. It is shifted to the right on the sidebar. Here is the code
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 6000,
width:300,
height:400,
theme: {
shell: {
background: '#213e86',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#333333',
links: '#213e86'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('tdu2').start();
</script>
Here is my site that has this Issue My site with the Issue
Thanks in advance -
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
-
You are posting to the wrong support forum. We cannot help your here as we run on different software. The correct one for your software is where the support bot is pointing to > http://wordpress.ORG/support/
- The topic ‘Official twitter Widget Issue’ is closed to new replies.