How do you feed a snippet of text from one webpage to another? Sort or like the same way you do with an image? What I mean is, we can use an image from one webpage to display on another webpage. Is there a way I can do that with a block of text as well? The reason why I would like to find out how to do this is so that if I use the same particular paragraph of words on lets say 5 pages, I would only need to edit it on one page, and it will update on the other 4 pages. No I am not talking about CSS. I would like to use any block of text from any webpage to show up on another just like the way images do. I was wondering what way can I do this?
Depends what you mean by "any web page". If they all belong to you, and contain nothing but text then yes - very possible and easy. Iframe if you must, or else use a server side language to get the file contents. If you are trying to take particular snippets from any random page, then it becomes much harder as you must open and search each page to get the content.
How do I use iFrame to get a particular block of text instead of the entire webpage? Is it possible to do something like that on WordPress? Say... have a paragraph from one post displayed on 5 other posts?
Sorry i dont understand 100% your Question. You post on the first site somthing "paragraph" and the same should be shown on the other five pages if the first will been updated?
Ok here quick instruction. 1. You post the main article. 2. Search on Google about an iframe Generator. 3. You go to a iframe generator and type in there the URL from the Main Article. I think you need to aduste that with the generator that only your paragraph will displayed. But there are good instructions by the generators included. 3. Then you paste the Code what the generator put out on the pages where you want it. Any Questions? Feel free to ask