Title: http twitter link
Last modified: August 30, 2016

---

# http twitter link

 *  [supportzoo](https://wordpress.org/support/users/supportzoo/)
 * (@supportzoo)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/http-twitter-link/)
 * In simple-events-calendar.php in the following function
 *     ```
       function SE_public_scripts() {
           global $sec_options;
           if(!is_admin() && get_option('SE_twitter') == "yes") wp_enqueue_script('tweetevents', 'http://platform.twitter.com/widgets.js', '', SE_VERSION , true);
       }
       ```
   
 * The twitter link to widgets is called over http this causes this resource to 
   be blocked by default by the web browser (firefox 42.0 / chrome 47.0) when running
   on a https site. It would be better to move this to reference the protocol (http/
   https) in use.
 * [https://wordpress.org/plugins/simple-events-calendar/](https://wordpress.org/plugins/simple-events-calendar/)

The topic ‘http twitter link’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-events-calendar_d2d7d3.svg)
 * [Simple Events Calendar](https://wordpress.org/plugins/simple-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-events-calendar/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [supportzoo](https://wordpress.org/support/users/supportzoo/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/http-twitter-link/)
 * Status: not resolved