Closed (fixed)
Project:
AddToAny Share Buttons
Version:
7.x-4.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2011 at 14:13 UTC
Updated:
25 Aug 2017 at 13:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
roshkovan commentedHi,
I made a patch for 7x.-4.0 which also adds "Addtoany" on profile page and in views.
Comment #2
a_khalipau commentedThanks for patch but it does not work with Custom buttons and Additional HTML. Icons and links have disappeared at all. Could you fix that?
Comment #3
quickly commentedThe patch in #1 works well for add to any sharing button but custom html does not work at all now (I just see the images but they don't work with or without ajax). Any solutions?
Comment #4
miccelito commentedWould be nice to have a patch for "Addtoany 7.x-4.3 version" having it works on views display with ajax enabled.
Comment #5
noneTaken commentedHi,
I'm currently using the module to display addToAny links in a separate block. It had some strange behaviour when caching was enabled.
I looked at issue: Only call script_load if da2a object loaded but the patch there is definitely not the solution.
After looking into the code I saw that it was not written in the Drupal way. Patch #1 cleans up the code very nicely but it has still some problems. The buttons were not shown.
I attached a patch for the 7.4 dev version. It's based on the patch from #1. Note that since I'm using addToAny as a block, I didn't test the views integration nor did I test the user integration! Therefore, use this patch as a starting point to improve and clean up the module.
Regards,
Comment #6
micropat commentedAJAX support has been added in the 7.x-4.5 release. Thanks for the reports and patches! The current implementation works best for the broadest support of Drupal sites, and future versions will more closely follow Drupal standards. Right now it should work robustly across various implementations.
Comment #7
cimo75 commentedHallo this is not working with https://www.drupal.org/project/jquery_ajax_load.
tx