[Pro] Help embedding

This is a code I am getting from a site:

How do I embed this? When I put the url in there, it does not work. Is there a specific way to embed an iframe, I tried through HTML Markup


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

First, try using a Markup Item (draw it on the page or insert it inline within an existing HTML item). The Page / HTML Markup doesn’t give you any control over the positioning of the frame, and it sounds as though you may have pasted it into one of the markup “slots” that is outside of the visible page. Second, you may want to use the Iframe Action (available at ActionsForge) and when you use that, you only have to paste the URL for the iframe contents into the Action pane, not the entire blob of code.

Walter

On Apr 25, 2015, at 3:52 PM, Howard Spaeth email@hidden wrote:

This is a code I am getting from a site:

How do I embed this? When I put the url in there, it does not work. Is there a specific way to embed an iframe, I tried through HTML Markup


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yeah, I used the Iframe action and it worked a lot better! Just hope the site is mobile friendly, I did not try that out, but when I went to the site on my phone it is!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

So the iframe wasn’t making it mobile friendly, any ideas?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Does your provider have any other options besides iframe to embed the booking calendar? Maybe a JavaScript API or something like that?

Walter

On Apr 25, 2015, at 8:37 PM, Howard Spaeth email@hidden wrote:

So the iframe wasn’t making it mobile friendly, any ideas?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The only gave me the iframe option. Caleb helped me figure it out


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Caleb helped me figure it out

Share so that others can benefit.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

We did this: http://files.onrampweb.co/Flexible-Iframes-TVo6.html

and then we added this:

In the menubar, go to Page > HTML Markup… > Before

Paste this code in:

iframe { width: 100%; }

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options