This entry was posted on 01/12/2016 at 17:14 and is filed under Economy, Health, News Media, Social Issues. You can follow any responses to this entry through the RSS 2.0 feed.
*/
html = '<'+'a class="twitter-timeline" data-width="100%" data-height="560" data-theme="dark" '
+ ' href="https://twitter.com/'+twitter_id+'">Tweets by @'+twitter_id+' ';
// '';
$('#'+layer_id).html($.parseHTML(html));
$.getScript('https://platform.twitter.com/widgets.js');
columnMode[layer_id]=0;
}
function ShowTwitter3(layer_id,twitter_id, dataheight)
{
html = '<'+'a class="twitter-timeline" data-width="100%" data-height="'+dataheight+'" data-theme="dark" '
+ ' href="https://twitter.com/'+twitter_id+'">Tweets by @'+twitter_id+' ';
// '';
$('#'+layer_id).html($.parseHTML(html));
$.getScript('https://platform.twitter.com/widgets.js');
columnMode[layer_id]=0;
}
//-->