houseofzane
Member
Posted 2 years ago #
I have the ATA plugin installed on http://www.thereinhardtblog.com.
For some reason, when sharing posts, it's linking to the PollDaddy poll as a named anchor at the end of each URL. For instance, when sharing a post via twitter, it links to:
http://thereinhardtblog.com/2010/03/customer-satisfaction-growing-pains/#pd_a_2640213
instead of:
http://thereinhardtblog.com/2010/03/customer-satisfaction-growing-pains/
is there a conflict between the two plugins that keeps ATA from linking correctly? Thanks for any guidance!!
houseofzane
Member
Posted 2 years ago #
PS- I have the following code in the index, single, and page.php pages, per the plugin instructions:
<?php echo '<ul class="addtoany_list">'; if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); echo '</ul>'; ?>
houseofzane
Member
Posted 2 years ago #
Hi Zane, I believe we emailed earlier.
For others who happen upon this topic: We're working on a fix that will roll out automatically probably within the next few weeks.