# jetpack/16.3-a.1/_inc/crowdsignal-shortcode.js

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 16.3-a.1. 21 lines.

- Page: https://pluginprobe.com/plugins/jetpack/16.3-a.1/code/_inc/crowdsignal-shortcode.js
- Raw: https://pluginprobe.com/plugins/jetpack/16.3-a.1/raw/_inc/crowdsignal-shortcode.js
- Modified: 2024-12-16T14:21:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/16.3-a.1/code/_inc/crowdsignal-shortcode.js#L10-L20`.

```javascript
( function ( w, d, c, j ) {
	if (
		w.crowdsignal_shortcode_options &&
		w.crowdsignal_shortcode_options.script_url &&
		! d.getElementById( j )
	) {
		var pd = d.createElement( c ),
			s;
		pd.id = j;
		pd.async = true;
		pd.src = w.crowdsignal_shortcode_options.script_url;
		s = d.getElementsByTagName( c )[ 0 ];
		s.parentNode.insertBefore( pd, s );
	} else if ( typeof w.jQuery !== 'undefined' ) {
		// In environments where jQuery is present, dispatch with jQuery.
		w.jQuery( d.body ).trigger( 'pd-script-load' );
	} else {
		d.body.dispatchEvent( new Event( 'pd-script-load' ) );
	}
} )( window, document, 'script', 'pd-polldaddy-loader' );

```
