Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

HOW TO PUT INTO PANEL?

Asked Modified Viewed 1,903 times
I
isz24
I
isz24 10
  • Member, joined since
  • Contributed 60 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
asked
Member

how can i put this code into panel.

[syntaxhighlighter brush=html,first-line=1,highlight=0,collapse=false,html-script=false]<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('warez24'wink.start();
</script>[/syntaxhighlighter]
Edited by Ankur on 21-08-2011 09:36,
0 replies

3 posts

A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Use it as :

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]openside("Panel title"wink;
?>

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('warez24'wink.start();
</script>

<?php
closeside();[/syntaxhighlighter]
0 replies
I
isz24
I
isz24 10
  • Member, joined since
  • Contributed 60 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
answered
Member

tq ankur!!!
0 replies
U
urbansaint
U
Sathish N
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 23 threads in the forums
answered
Member

Thx Ankur works fine
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
I
I
isz24 10
  • Member, joined since
  • Contributed 60 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
U
U
Sathish N
  • Member, joined since
  • Contributed 73 posts on the community forums.
  • Started 23 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet