charlcfc
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Auto-open Easy FancyboxHi jerominrebatet
Do you mind sharing the custom code you added to your fancybox for the link sharing and the copier code?
Regards
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox & Addthis integrationHi jerominrebatet
Can you please tell me which plugins you used on the following website gallery:
http://www.starbasket.fr/photos-des-camps/camps-2011/la-baule-3/Are you using the nextgen gallery + fancybox plugins?
Also, which social buttons code plugin are you using on your fancybox modal?
Does #2076 get added by the nextgen plugin or is that custom code which does that?
http://www.starbasket.fr/photos-des-camps/camps-2011/la-baule-3/#2076Thanks,
charlcfcForum: Fixing WordPress
In reply to: Addthis custom share url with wp_get_attachment_link #IDGot the code from the following website:
http://www.catswhocode.com/blog/snippets/fancybox-addthis-resolvedKnow i need to append the addthis url with the wp_get_attachment_link ID, but where to start…
Forum: Fixing WordPress
In reply to: Addthis custom share url with wp_get_attachment_link #IDThanks for the feedback keesiemeijer
I’m trying to include the image #ID with the sharethis url:
<a href="' + this.href + '">So that the url being shared is:
<a href="' + this.href + '" addthis:url="<?php the_permalink(); ?>/#imageID" addthis:title="' + this.title + '" class="addthis_button_preferred_1"></a>Is that possible to accomplish since i don’t know howto add the #imageID to the url dynamically?
Forum: Fixing WordPress
In reply to: gallery loopThank you very much keesiemeijer. That worked 100%! 🙂
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox & Addthis integrationThank both of you for the feedback. Will try and implement it and provide feedback once completed.
Regards