looking for a way to display a web page
within a web page, this HTML code may be just what you're looking for.
Here’s a simple solution. To do this, all you need to do is to tweak some simple codes:
<object data=http://www.example.com width=”650″ height=”500″> <embed src=http://www.example.com width=”650″ height=”500″> </embed></object>
<object data="http://thenewcreator.blogspot.in/" width=”650″ height=”500″> <embed src="http://thenewcreator.blogspot.in/" width=”650″ height=”500″> </embed></object>
---------------------------------------------------------------------------------
<iframe src="http://thenewcreator.blogspot.in/" width="800" height="600"></iframe>
--------------------------------------------------------------------------------------------------
The URL you will have to plug in is your Google doc one, found under “Share...”:
Once you’ve done that, you can simply write something like “Click here to access the Google document for this table” in the YOUR TEXT HERE space, and... all done!
how-to-embed-a-live-google-docs-spreadsheet-into-a-webpage/
Embed Code Generator
Here’s a simple solution. To do this, all you need to do is to tweak some simple codes:
<object data=http://www.example.com width=”650″ height=”500″> <embed src=http://www.example.com width=”650″ height=”500″> </embed></object>
How to tweak the code
- replace the two instances of “http://www.example.com” with the actual URL of the web page you want to embed
- change the width and height to meet the need of your post (650 px works best for the default post width of my blog)
- copy and paste the tweaked code into the Text editor of your post
<object data="http://thenewcreator.blogspot.in/" width=”650″ height=”500″> <embed src="http://thenewcreator.blogspot.in/" width=”650″ height=”500″> </embed></object>
---------------------------------------------------------------------------------
<iframe src="http://thenewcreator.blogspot.in/" width="800" height="600"></iframe>
--------------------------------------------------------------------------------------------------
How to embed a live Google Docs spreadsheet into a webpage
The process is very simple and the results will definitely save you a lot of time.- First, import your Excel file in Google Docs or open your Google spreadsheet;
- File > Publish to the Web...;
- Check the box that says “Automatically republish when changes are made”;
- Click "Start Publishing";
- Change “Get a link to the published data” from “Web page” to “HTML to embed in a page”;
- Copy and paste the HTML code generated (should start in "<iframe") in an HTML-enabled space on your webpage.
The URL you will have to plug in is your Google doc one, found under “Share...”:
Once you’ve done that, you can simply write something like “Click here to access the Google document for this table” in the YOUR TEXT HERE space, and... all done!
how-to-embed-a-live-google-docs-spreadsheet-into-a-webpage/
No comments:
Post a Comment