Title: Non-IFRAME Option?
Last modified: August 20, 2016

---

# Non-IFRAME Option?

 *  Anonymous User 11187416
 * (@anonymized-11187416)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/non-iframe-option/)
 * Hi there,
 * I’m currently in the middle of creating a website for a music producer and I 
   would love to use your bar, but the iframe option is not ideal from a crawlability
   and SEO-perspective. There is an alternative, by creating a fixed position div
 * So assume this
 *     ```
       iframe#iframe_play {
       		border: 0;
       		width: 100%;
       		height: 8%;
       }
       ```
   
 * becomes
 *     ```
       .iframe_play{
        position:fixed;
        top:0;
        height:8%;
        width:100%;
       }
       ```
   
 * Then you just move the content frame 8% down the page. This would be better than
   using hashed URLs.
 * Is there any scope to offer this solution in the plug-in options instead of wrapping
   the whole site in an IFRAME?
 * Many thanks,
    Kind regards,
 * Martin
    _[sig moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome)]_
 * [http://wordpress.org/extend/plugins/audiobar/](http://wordpress.org/extend/plugins/audiobar/)

The topic ‘Non-IFRAME Option?’ is closed to new replies.

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

## Tags

 * [iframe](https://wordpress.org/support/topic-tag/iframe/)

 * 0 replies
 * 1 participant
 * Last reply from: Anonymous User 11187416
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/non-iframe-option/)
 * Status: not resolved