blocks
2 days ago
build
2 days ago
fonts
1 year ago
genericons
3 months ago
lib
2 days ago
accessible-focus.js
5 years ago
blogging-prompts.php
1 week ago
class.jetpack-provision.php
5 months ago
crowdsignal-shortcode.js
1 year ago
crowdsignal-survey.js
5 years ago
deprecate.js
6 months ago
facebook-embed.js
4 years ago
gallery-settings.js
5 years ago
genericons.php
1 year ago
jetpack-admin.js
3 years ago
jetpack-deactivate-dialog.js
1 year ago
jetpack-modules.js
1 year ago
jetpack-modules.models.js
6 months ago
jetpack-modules.views.js
6 months ago
polldaddy-shortcode.js
2 months ago
site-switcher-endpoint.php
4 months ago
site-switcher.js
4 months ago
site-switcher.php
4 months ago
social-logos.php
2 months ago
twitter-timeline.js
5 years ago
twitter-timeline.js
12 lines
| 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 |