Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
Views Data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2010 at 16:41 UTC
Updated:
29 Sep 2010 at 13:20 UTC
I've got some views that will need to be displayed on another site, that is on the same server. I'm familiar with modules that make web widgets out of the view to be displayed in an iframe. Is there a way to call that view php wise from the other drupal site and display it. I'm open suggestions as to what is the best way, but basically they are sister sites and both will have the same information on certain pages. I tried the php code from http://newriversdigital.com/content/blog/accessing-views-2-external-script but I'm getting an error when running that.
Comments
Comment #1
dawehnerI guess http://drupal.org/project/remoteblocks might help you.
Comment #2
satcom74 commentedThat module didn't work. I saw the most recent support issue was having the same problem. I'll post my issue also in that Queue. I'll look at the embed widget type of modules, but I was hoping for more of a php embed as opposed to using an iframe javascript to display the content. These are the ones that I found http://drupal.org/project/embed_widgets, http://drupal.org/project/web_widgets.
Comment #3
satcom74 commentedI ended up using http://drupal.org/project/web_widgets. I think my only beef with that is that viewing source you just see the javascript on the page loading the embed. Far as I can tell it can't be themed and I doubt that search engines will see the content.