Home Forum
Welcome, Guest
Username Password: Remember me

View Expose Gallery from outside Joomla
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: View Expose Gallery from outside Joomla

View Expose Gallery from outside Joomla 2 years, 1 month ago #12429

Hi there,

I am editing a website for a company who have had it created in Wordpress. No gallery comes near to Expose and I have used it on several Joomla sites.

My question is can you view the gallery from outside of Joomla as you can with the album manager? I know that you can view the manager by entering www.domainname.com/components/com_expose...manager/manager.html into your browser window, but if I use the normal link method www.domainname.com/index.php?option=com_expose&topcoll=2 it links to the joomla site.

Basically I have got the gallery running on another domain and server and what I want to do is use am Iframe to show the gallery on the wordpress site.

Has anyone any idea on how I can get just the gallery into the iframe without the rest of the joomla page?

Or is there a far easier way to do what I want? I wish there was a wordpress plugin for expose, but we cant have everything can we :-P

Thanks

Tony
The topic has been locked.

View Expose Gallery from outside Joomla 2 years ago #12437


  • Posts:1142
  • TBK
  • Administrator
  • OFFLINE
  • Karma: 2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="components/com_exposeprive/expose/swfobject/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">// <![CDATA[
var flashvars = false;
var params = {
menu: "false",
align: "middle",
allowScriptAccess: "sameDomain",
quality: "high",
play: "true",
wmode: "transparent",
bgcolor: "#ffffff",
flashvars: "bgColor=ffffff&amp;albumsXMLURL=xml/albums.xml&amp;stringsXMLURL=config/strings.xml&amp;formatsXMLURL=config/formats.xml&amp;configXMLURL=config/config.xml&amp;baseXMLURL=xml/&amp;baseImageURL=img/&amp;baseVideoURL=expose/img/&amp;baseAudioURL=img/&amp;topLevelCollectionID=&amp;autoLoadAlbumID=&amp;autoLoadPhotoID=&amp;autoStartSlideShow=no&amp;bgImageURL=&amp;fgImageURL=&amp;language=en-GB&amp;useEmbeddedFonts=yes",
base: "components/com_exposeprive/expose"
};
var attributes = {
id: "expose",
name: "expose"
};
 
swfobject.embedSWF("components/com_exposeprive/expose/swf/expose.swf", "expose", "800", "720", "9.0.0","components/com_exposeprive/expose/swfobject/expressInstall.swf", flashvars, params, attributes);
// ]]>
</script>
</head>
<body>
<div id="expose">
<p>Alternative content</p>
</div>
</body>
</html>
 


You need swfobject and alter exposeprive to expose.
When asking for help, then please include:
- URL
- Expose version
- Joomla version
- SEF status (on/off)

Always RTFM!
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.20 seconds