If a node is loaded through ajax it appears the ShareThis js is not initialised.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ajax_loaded_fix-2956948-1.patch | 3.25 KB | tanc |
If a node is loaded through ajax it appears the ShareThis js is not initialised.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ajax_loaded_fix-2956948-1.patch | 3.25 KB | tanc |
Comments
Comment #2
tancPatch adds an optional javascript library which can be included on a render array which is loaded via ajax. This should then trigger the re-initialisation of the ShareThis javascript and in turn make the buttons appear.
Comment #3
tancAn example use:
Given a grid view of nodes which loads an individual node via ajax in a modal, the following could be used to attach the javascript:
Comment #5
tanc