Embedding SMUGMUG webpage in another site using iframe
Mefla
Registered Users Posts: 5 Big grins
Hi smugmug experts,
I have a smugmug webpage which has marathon runners tagged with keywords.. I want the same page to be embedded into my client website using iframe option.
Can anybody throw some light on the process of implementing this to meet my client requirements.
Your assistance is would be really helpful.
Thanks in advance.
Sagar
I have a smugmug webpage which has marathon runners tagged with keywords.. I want the same page to be embedded into my client website using iframe option.
Can anybody throw some light on the process of implementing this to meet my client requirements.
Your assistance is would be really helpful.
Thanks in advance.
Sagar
0
Comments
Read this: https://www.w3schools.com/html/html_iframe.asp
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
To add, If your client has a SmugMug website, then this won't work as SmugMug doesn't support iframes.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Is there any alternative to implement this requirement ?
Thanks
If your client wants/needs to display one of your SmugMug pages/galleries on their website, then using iframes will work. That is something that your client needs to implement and not you.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
This is very encouraging. I wasn't sure it could be done, but I have a client that wants to do the same thing. They have their site, but want to display a gallery or galleries of mine. So if I an iframe will work across domains,
Is there anything special that needs to be in this syntax to make it work? especially across domains?
http://www.flickr.com/photos/les_stockton/collections/
Earth Home Construction Project Site: Stockton Underground
It's going to be depended on your clients website. If your client's website is using SmugMug, then they can't. That's a basic syntax...
<iframe src="http://www.website.com/my-gallery/" width="100%"></iframe>
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
So, you're saying that this would be legit?
http://www.flickr.com/photos/les_stockton/collections/
Earth Home Construction Project Site: Stockton Underground
Just tried it. Might want to add height="xxxx". My embedded page came out very short first try.
My Website index | My Blog
Like a said, this was a quick/basic syntax using my WordPress site. Adding a
height="1000"
value will help.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk