Have you ever wanted to embed your blog on your Photo Folio website so it appears as another page on the site? Now you can with our new "responsive iframe". Here's how it works.
1. Create a text page on your site.
2. Place the following code on that page: <iframe class="responsive" src="https://yourblogaddress.com"></iframe>
3. Replace https://yourblogaddress.com with Your Blog Address. If you are embedding a tumblr blog you'll need to enable SSL in your tumblr admin settings. You can see how to do that here: https://tumblr.zendesk.com/hc/en-us/articles/226273528-Encryption
4. Put the page on a menu item (e.g. Blog).
If your blog is not responsive and framed within mobile devices, then you may need to edit your Theme within your WordPress admin, and go to add the following CSS code in the Additional CSS section of your Theme tools:
.site {
width:100vw !important;
}
I'm sure you will find other uses for the responsive iframe we created. Enjoy.
Comments
0 comments
Article is closed for comments.