The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    How to embed a google doc

    avatar
    Paxination
    New Member


    Posts : 13
    Reputation : 2
    Language : English

    In progress How to embed a google doc

    Post by Paxination October 30th 2015, 11:30 pm

    I was wondering if there is a way to embed a google doc in a forum post so that it can be edited and viewed from the post and not have to click a link to go to it everytime?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How to embed a google doc

    Post by Ange Tuteur October 31st 2015, 10:14 am

    Hi @Paxination,

    Do you have HTML enabled ? If you do, you can use an <iframe> to embed a webpage.

    Example :
    Code:
    <iframe src="http://help.forumotion.com/" style="height:250px;width:500px;border:1px solid #CCC;"></iframe>
    More examples : http://www.w3schools.com/tags/tag_iframe.asp

    However, it also depends on if the host allows you to display their website in a frame.

      Current date/time is September 22nd 2024, 8:26 pm