| 1 |
! ( function ( d, s, id ) { |
| 2 |
var js, |
| 3 |
fjs = d.getElementsByTagName( s )[ 0 ], |
| 4 |
p = /^http:/.test( d.location ) ? 'http' : 'https'; |
| 5 |
if ( ! d.getElementById( id ) ) { |
| 6 |
js = d.createElement( s ); |
| 7 |
js.id = id; |
| 8 |
js.src = p + '://platform.twitter.com/widgets.js'; |
| 9 |
fjs.parentNode.insertBefore( js, fjs ); |
| 10 |
} |
| 11 |
} )( document, 'script', 'twitter-wjs' ); |
| 12 |
|