<div class="section">
    <div class="secondaryContent" id="twitter" style="padding-bottom: 10px;">
        <h3>Twitter Feed</h3>
        <script src="http://widgets.twimg.com/j/2/widget.js"></script>
        <script>
        new TWTR.Widget({
            version: 2,
            type: 'search',
            search: '{$option.twitter_search}',
            interval: 6000,
            width: 'auto',
            height: {$option.twitter_height},
            theme: {
                shell: {
                    background: '@pageBackground',
                    color: '@pageBackground'
                },
                tweets: {
                    background: '@contentBackground',
                    color: '@mutedTextColor',
                    links: '@primaryMedium'
                }
            },
            features: {
                scrollbar: {$option.twitter_scroll},
                hashtags: {$option.twitter_hashtags},
                timestamp: {$option.twitter_timestamps},
                avatars: {$option.twitter_avatars},
                toptweets: {$option.twitter_toptweets},
                live: true,
                loop: false,
                behavior: 'all'
            }
        }).render().start();
        </script>
        <div>
            <span style="float: right;">
                <a href="http://twitter.com/#search?q={$option.twitter_search}" target="_blank">Join the conversation</a>
            </span>
            <a href="http://twitter.com" target="_blank"><img src="http://widgets.twimg.com/i/widget-logo.png" alt="" /></a>
        </div>
    </div>
</div>
	Blah snip
Oh lololol thought you meant the tweet buttonThe twitter module is not supposed to appear at the footer, it is supposed to appear in the sidebar.
I tried in firefox 4 and chrome 10 and cleared cache.![]()
Thanks Darki, installed on http://www.smsmasters.co.uk
Insanely fast!
However, it broke the twitter module on xenporta
http://www.smsmasters.co.uk/forum/portal/See bottom
This is code for the twitter module
HTML:<div class="section"> <div class="secondaryContent" id="twitter" style="padding-bottom: 10px;"> <h3>Twitter Feed</h3> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'search', search: '{$option.twitter_search}', interval: 6000, width: 'auto', height: {$option.twitter_height}, theme: { shell: { background: '@pageBackground', color: '@pageBackground' }, tweets: { background: '@contentBackground', color: '@mutedTextColor', links: '@primaryMedium' } }, features: { scrollbar: {$option.twitter_scroll}, hashtags: {$option.twitter_hashtags}, timestamp: {$option.twitter_timestamps}, avatars: {$option.twitter_avatars}, toptweets: {$option.twitter_toptweets}, live: true, loop: false, behavior: 'all' } }).render().start(); </script> <div> <span style="float: right;"> <a href="http://twitter.com/#search?q={$option.twitter_search}" target="_blank">Join the conversation</a> </span> <a href="http://twitter.com" target="_blank"><img src="http://widgets.twimg.com/i/widget-logo.png" alt="" /></a> </div> </div> </div>
I'm getting the following when attempting to run the compressor.
Fatal error: Call to undefined function mb_check_encoding() in/home/xx/public_html/forum/library/Dark/XFOptimise/ControllerAdmin/Kondou.phpon line41
I've just migrated my server so the uglifyjs script is probably broken - will check it later.
We use essential cookies to make this site work, and optional cookies to enhance your experience.