Title: HTTPS support
Last modified: March 28, 2018

---

# HTTPS support

 *  Resolved [McPace](https://wordpress.org/support/users/mcpace/)
 * (@mcpace)
 * [8 years ago](https://wordpress.org/support/topic/https-support-37/)
 * The admin page that is supposed to show the embed codes returns a blank page 
   for anyone running their admin on https. Your embed page needs to be updated 
   to run on https so it doesn’t get blocked.
 * [http://embed.broadly.com/acount#](http://embed.broadly.com/acount#) should be
   [https://embed.broadly.com/account#](https://embed.broadly.com/account#)
 * Otherwise it looks to the user that nothing happens after saving their customer
   account in the admin settings.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [McPace](https://wordpress.org/support/users/mcpace/)
 * (@mcpace)
 * [8 years ago](https://wordpress.org/support/topic/https-support-37/#post-10121981)
 * `Update your settings-page.php to this and you’ll be good to go.
 * <div class=”wrap”>
    <h1><?php _e( ‘Broadly Settings’, ‘broadly’ ); ?></h1>
 *  <div>
    <form action=’options.php’ method=’POST’> <?php settings_fields( ‘broadly_options’);
   do_settings_sections( ‘broadly’ );
 *  submit_button();
    ?> </form> </div>
 *  <?php if ( ! empty( $broadly_options[‘broadly_account_id’] ) ): ?>
    <iframe 
   src=”[https://embed.broadly.com/&lt](https://embed.broadly.com/&lt);?php echo
   esc_html( $broadly_options[‘broadly_account_id’] ); ?>” width=”100%” height=”
   700px”></iframe> <?php endif; ?>
 * </div>
 *  Plugin Author [broadly](https://wordpress.org/support/users/broadly/)
 * (@broadly)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/https-support-37/#post-10590944)
 * Fixed in 3.0.0

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘HTTPS support’ is closed to new replies.

 * ![](https://ps.w.org/broadly/assets/icon-256x256.png?rev=1215353)
 * [Broadly for WordPress](https://wordpress.org/plugins/broadly/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/broadly/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/broadly/)
 * [Active Topics](https://wordpress.org/support/plugin/broadly/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/broadly/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/broadly/reviews/)

## Tags

 * [blank-page](https://wordpress.org/support/topic-tag/blank-page/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 2 replies
 * 2 participants
 * Last reply from: [broadly](https://wordpress.org/support/users/broadly/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/https-support-37/#post-10590944)
 * Status: resolved