Thanx,
I am having some issues. I kinda got it working by reading The faq section. You may want to update the installation tab to include settings changes necessary in “shadowboxJS plugin” and “Nextgen effects options” for easier understanding.
So my issues are that this only works if you use the tinymce shortcode from nextgen to embed an “entire gallery”. Single image embeds do not work.
here is what I tryed:
//gallery inserted from tinymce:
[nggallery id=10] //works
//single image from "insert media button" >>> "nggallery" >>> "picture":
<a title="[flv]/wp-content/uploads/2011/03/test.flv[/flv]" rel="lightbox[]" href="/wp-content/gallery/videos/pict0004.jpg"><img class="ngg-singlepic ngg-none" src="/wp-content/gallery/videos/thumbs/thumbs_pict0004.jpg" alt="title" /></a>
//single image from "insert media button" >>> "nggallery" >>> "picture":
<a title="[youtube]https://www.youtube.com/v/sW6CRoJaaoI[/youtube]" rel="lightbox[]" href="https://beta.mydiskdrive.com/wp-content/gallery/videos/funny-car-photos-who-needs-a-trailer1.jpg"><img class="ngg-singlepic ngg-none" src="/wp-content/gallery/videos/thumbs/thumbs_funny-car-photos-who-needs-a-trailer1.jpg" alt="title" /></a>
//single image from tinymce button >>> nggallery >>> picture:
[singlepic id=261 w=320 h=240]
[singlepic id=262 w=320 h=240]
[nggallery id=10] is the only way it seems to work. The others just display the thumbnail.
I also am having a problem with shelf hosted flv’s.
I have tryed: [flv]/videos/test.flv[/flv] and [flv]https://mysite.com/videos/test.flv[/flv].
Both prompt for download only. Is there another setting for the path to JWplayer or something?
I currently use wordTube for videos so I do have a copy of the player but have it disabled for testing your plugin.
Cheers