Something about <iframe> Back
There are 3 troubles in using <iframe>
:
<iframe>
will block the eventonload
of the page.- It's impossible for search engines to search contents from
<iframe>
, which make it hard to do Search Engine Optimization (SEO).
Solution: use JavaScript to set src
for <iframe>
dynamically.
<iframe>
will share Connection Pool (連接池) with pages, which will affect the loading of pages in parallel.
As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.
Notice: This plugin has used Cookie to store your token with an expiration.