Suggested fix: Move Twitter widget to SSL
-
It would be nice to change the Twitter Widget to load the ssl version so the line
wp_enqueue_script('wsp-tw', 'https://platform.twitter.com/widgets.js', array('jquery'),$this->parameter['version'],FALSE);
must be changed to:
wp_enqueue_script('wsp-tw', 'https://platform.twitter.com/widgets.js', array('jquery'),$this->parameter['version'],FALSE);
- The topic ‘Suggested fix: Move Twitter widget to SSL’ is closed to new replies.