I am interested in creating a graphic in freeway that links to a specific URL. I would like to be able to embed this graphic in Facebook, Myspace, etc. so that I can direct people to the URL with an image.
What do I need to do in Freeway in order to make this possible? Am I trying to just embed a page that I have created? Any information will be greatly appreciated. Thanks!
If you want to embed a page fragment inside another page like this, the important thing is to make sure that the HTML, head, and body tags are missing. The PHP Make Insert Page Action can make such a page for you. You apply it to the page and it strips off the enclosing tags. Despite the name, there’s no need for the page to actually be in php.
Thanks, Walter! I will give it a try. Using this action should also give me the ability to just send someone the code so that they can create their own page around a markup item containing my stuff too, right? Thanks again.
Ok- next question. Is there any way to embed a section of a page in the same fashion, and have all of the rollovers in tact?
Is there a different way to do this? What I am trying to do is re-create an existing website’s menu for example and embed it (complete with rollovers) on top of a pre-existing web page. Possible?
You could try using the option in PHP Make Insert Page to preserve the head content. That might work. But if you are inserting the fragment into another Freeway-generated page, there is a strong chance that nothing JavaScript would work on either the inner or outer page if you do that. Try it, and hope.
When I place an iFrame into a table set to the very top of the window and publish, the resulting page has the iFrame contents pushed off of the top of the page by about 10px or so. Why is this happening? Does using an iFrame automatically pad things? I am just trying to get the iFrame content flush with the top of the page within a table. Ideas?