Hello,
I'd like to have your thoughts about this issue that happens between Easysocial and HWDmediashare.
When a user creates a new media, it creates a stream entry in Easysocial which opens in a light box. The issue is that when Easysocial load more activity stream entries, HWDmediashare lightbox stop working and media are open in a new blank page.
After contacting the developer, it seems there is an incompatibility with the way Easysocial is loading those older activities and the Mediashare component. Here what the developer said:
Unfortunately, this isn't really something we can resolve as EasySocial is not evaluating the required javascript when loading the additional medias through ajax.
When the EasySocial activity stream first loads, all the jQuery event listeners are bound to the appropriate DOM elements and the lightbox will work. When EasySocial dynamically loads the extra content into the page, those listeners are not bound to the newly injected DOM elements, which is why the lightbox does not work for those new media items.
When the HWDMediaShare media is loaded through the EasySocial plugin the required javascript is included, but EasySocial is not evaluating that when loaded through the ajax request. We can't change that behavior. If EasySocial have any comment or suggestions for us then we would be happy to discuss further.
You can see the issue
here after you are logged in.
Any input to help resolve this issue would be very appreciated.
Thanks.