Ok, here's a bit more info on the issue I'm currently facing.
SO I create the widget from the Twitter website and grab the code:
Code:
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 6,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#040a70',
color: '#ffffff'
},
tweets: {
background: '#344042',
color: '#ffffff',
links: '#07e3eb'
}
},
features: {
scrollbar: true,
loop: true,
live: false,
behavior: 'default'
}
}).render().setUser('MyName').start();
</script>
It's fine when I test it at the Twitter website.
Then I create a new field in Field Management:
- click on New Field icon
- select Twitter Widget as type and assign it to a tab
- enter the field name and title
- select Custom for the widget type and paste the code into the box
- replace "('MyName')" with "([cb:userdata field="twitter_userid" /])"
- save the field.
The attached image is the outcome... an empty shell.
The account being tested was logged into using Twitter credentials. I've been successful in setting up the tweet box facility provided by CB; I tweeted and it appeared (I checked on my phone). Essentially, I want the user to be able to see what s/he tweeted right there in his/her profile.
I'll keep reading, but please help me if you can. Many thanks in advance.
Ess