You may try the "rss plugin".  It may not work out if the box, but it is 
able to get an external rss feed and display it in your boltwire site.  So 
I assume you could modify the rss plugin to make your own plugin to get 
anything from external site.  But here is quick and dirty way:
 
Use an iframe.  Create a file called   code.embed.myiframe    with content 
like this:
 
<iframe frameborder="0" scrolling="no" width="350" height="200"
   
src="htttp://*mydomain.com/page/info.php*<http://mydomain.com/page/info.php>" 
name="myiframe" id="myiframe">
   <p>iframes are not supported by your browser.</p>
</iframe>
 
Then in the real page where you want to show it use the markup  <embed 
myiframe>  Your page will be displayed.
 

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to