beste, Ik heb het in een ander script gezet dan doet deze het wel.
maar als ik hem wil inladen, dan gaat de website weer offline.
De eerste code van twitter:
Code
<div style="width:100%"><table width="90%" border="0" cellpadding="0" cellspacing="0" id="cart">
<tr><td class="menuShoppingcartempty"><script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 30000, width: 250, height: 300, theme: { shell: { background: '#d3c9bf', color: '#5d8dd9' }, tweets: { background: '#d3c9bf', color: '#000000', links: '#e9ab31' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('MMVerlichting').start(); </script>
</td> </tr> </table></div>
De code om het in te laden:
Code
!-- Social Media --><div class="top_box"> <div class="cont_box"> <div class="pad"> <h2><strong> Social Media </strong></h2> </div> <div class="pad"> <ul id="submenu"> {include file='box.social.html'} </ul> </div></div></div><div><img src="{$http_pref}images/footer_box.jpg" /></div><!-- End Social Media -->

