[Plugin: NextGen Cu3er Gallery] How to Embed a Cu3er Gallery in WordPress
-
Hi there i have my cu3er in html i want to transfer it on My wordpress template page. Please help me out i need it badly… how can i fix it or else i will have to move to Peacemaker gallery…
My <head> contains this script to call swf file
<script type=”text/javascript” src=”js/swfobject/swfobject.js”></script>
<script type=”text/javascript”>
var flashvars = {};
flashvars.xml = “config.xml”;
flashvars.font = “font.swf”;
var attributes = {};
attributes.wmode = “transparent”;
attributes.id = “slider”;
swfobject.embedSWF(“cu3er.swf”, “cu3er-container”, “900”, “350”, “9”, “expressInstall.swf”, flashvars, attributes);
</script>Then I have this html alternate content
<div class=”cu3er_resize”>
<div id=”cu3er-container”> <img src=”https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=”Get Adobe Flash player” /></div>
</div>How can i embed it in my wordpress
- The topic ‘[Plugin: NextGen Cu3er Gallery] How to Embed a Cu3er Gallery in WordPress’ is closed to new replies.