Can we embed a website in WP.com (or only in .org)
-
Such a bad idea to have have .com and .org WP, when you search you frequently have no idea which one people are talking about.
I found these instructions, but instead of delivering a working website, it just makes a link.
Can anyone help please?
Thanks
<object data=http://www.example.com width=”650″ height=”500″> <embed src=http://www.example.com width=”650″ height=”500″> </embed></object>
1. replace the two instances of “http://www.example.com” with the actual URL of the web page you want to embed
2. change the width and height to meet the need of your post (650 px works best for the default post width of my blog)
3. copy and paste the tweaked code into the Text editor of your post
Here’s the tweaked code to embed CNN home page (Remember, you need to paste the tweaked code in the Text editor, not the Visual editor, of the new post window): <object data=http://www.cnn.com width=”650″ height=”500″> <embed src=http://www.cnn.com width=”650″ height=”500″> </embed></object>The blog I need help with is: (visible only to logged in users)
- The topic ‘Can we embed a website in WP.com (or only in .org)’ is closed to new replies.