Skip to content

Commit

Permalink
Merge pull request #132 from hyperaudio/131-remove-platform-twitter-w…
Browse files Browse the repository at this point in the history
…idget

Remove platform.twitter.com/widgets.js
  • Loading branch information
maboa authored Nov 1, 2023
2 parents c539697 + 3e5b86a commit cf8debd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wp-hyperaudio/hyperaudio.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Hyperaudio Interactive Transcript
* Plugin URI: https://hyper.audio
* Description: Hyperaudio Interactive Transcript Maker and Player – maximise your audio and video content's accessibility to humans and search engines.
* Version: 1.0.15
* Version: 1.0.16
* Author: Mark Boas
* Author URI: https://maboa.it
**/
Expand Down Expand Up @@ -232,7 +232,6 @@ function hyperaudio_init()
wp_enqueue_script('share-this', plugins_url('/js/share-this.js', __FILE__), array(), '1.0.0', false);
wp_enqueue_script('share-this-twitter', plugins_url('/js/share-this-twitter.js', __FILE__), array(), '1.0.0', false);
wp_enqueue_script('share-this-clipboard', plugins_url('/js/share-this-clipboard.js', __FILE__), array(), '1.0.0', false);
wp_enqueue_script('twitter-widget', 'https://platform.twitter.com/widgets.js', array(), '1.0.0', false);
}
}

Expand Down

0 comments on commit cf8debd

Please sign in to comment.