Print Top/Bottom HTML Issue:
We are using the_content filter for these areas so that WordPress will process the html (shortcodes, formatting, etc). However, Add to Any is hooking their A2A_SHARE_SAVE_add_to_content filter into the_content like so:
add_filter( 'the_content', 'A2A_SHARE_SAVE_add_to_content', 98 );
which is fine, except they are not checking is_main_query
as explained in the article we linked to above: https://pippinsplugins.com/playing-nice-with-the-content-filter/
As stated, we’ll work with the devs to resolve the conflict.
The MS Edge issue is also being addressed in this thread, however it’s a known bug that is bing addressed by the Edge development team.