Use with SSL
-
Hello, I was having problems with https and this simple plugin so I think it should be good to let others know.
I’ve had to change the line 24 of hotwords/hotwords.php to accept SSL links.
wp_enqueue_script( 'script-hotwords', (is_ssl()?'https':'http') . '://ads'. $idSite .'.hotwords.com/show.jsp?id=' . $idSite .'&cor='. $color .'', array(), null, true );
The dev should update the plugin for everyone.
Cheers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Use with SSL’ is closed to new replies.