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]
- The topic ‘Non-IFRAME Option?’ is closed to new replies.