Title: Some changes and update please
Last modified: August 31, 2016

---

# Some changes and update please

 *  [zwilla](https://wordpress.org/support/users/zwilla/)
 * (@zwilla)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/some-changes-and-update-please/)
 * 1.)
    SSL Problem: Change this:
 * `<iframe src="<?php echo substr_replace('http://' . $_SERVER['HTTP_HOST'] . $
   _SERVER['REQUEST_URI'], "", -6);?>wp-admin/admin.php?page=wpclod_iframe" frameborder
   ="0"></iframe></td></tr>`
 * to this:
 *     ```
       <iframe src="<?php echo substr_replace('//' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], "", -6);?>wp-admin/admin.php?page=wpclod_iframe" frameborder="0"></iframe></td></tr>
       </table>
       ```
   
 * 2.
    change this: `if($atts['id'] == NULL){`
 * to this:
    `if(empty($atts['id']))`
 * _[Moderator Note: Please post code between backticks or use the code button. 
   Your posted code may now have been damaged by the forum’s parser.]_
 * [https://wordpress.org/plugins/cloud/](https://wordpress.org/plugins/cloud/)

The topic ‘Some changes and update please’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cloud_4a6ca9.svg)
 * [WP Cloud](https://wordpress.org/plugins/cloud/)
 * [Support Threads](https://wordpress.org/support/plugin/cloud/)
 * [Active Topics](https://wordpress.org/support/plugin/cloud/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cloud/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cloud/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [zwilla](https://wordpress.org/support/users/zwilla/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/some-changes-and-update-please/)
 * Status: not resolved