twitter widgets on Facebook FBML Tab

Discussion in 'Facebook' started by myindiahub, Feb 9, 2011.

  1. #1
    Hey i have create a twitter widgets for facebook FBML Tab but it not showing in FBML Tab
    please help me for display it
    my twitter widgets below
    -----------------------------------------
    <script src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>
    new TWTR.Widget({
    version: 2,
    type: 'list',
    rpp: 40,
    interval: 6000,
    title: 'Your Favorite Author',
    subject: 'On Printsasia.Com',
    width: 400,
    height: 500,
    theme: {
    shell: {
    background: '#1762AD',
    color: '#ffffff'
    },
    tweets: {
    background: '#ffffff',
    color: '#444444',
    links: '#b740c2'
    }
    },
    features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
    }
    }).render().setList('printsasia', 'authors').start();
    </script>

    ----------------------------------------
     
    myindiahub, Feb 9, 2011 IP
  2. ashish963

    ashish963 Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello,

    External Javascripts are not allowed in FBML tab, if you want to show the Twitter tweets in facebook fbml tab you need to create a canvas application.
     
    ashish963, Feb 10, 2011 IP