Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

AddToAny plugin integration


  #1  
Old Aug 25, 2013, 09:53 AM
anteem29
 
3 posts · Aug 2013
Would it be possible to get AddToAny plugin integration for Atahualpa? That would be so great. Isn't AddToAny one of the most downloaded sharing plugins on WordPress? It's frustrating to have custom code overwritten with theme updates I use this plugin on multiple sites. Simple code - if it could just be integrated.

// For the "AddToAny" plugin
if ( strpos($postinfo_string,'%addtoany%') !== FALSE ) {
ob_start();
if ( function_exists('ADDTOANY_SHARE_SAVE_KIT') ) {
ADDTOANY_SHARE_SAVE_KIT();
$addtoany = ob_get_contents();
} else {
$addtoany = "";
}
ob_end_clean();
$postinfo = str_replace("%addtoany%", $addtoany, $postinfo);
}
  #2  
Old Aug 25, 2013, 10:05 AM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
I use this plugin on several Atahualpa sites, without changing code in the theme.

Bookmarks

Tags
addtoany, integration, plugin

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
WorldPay integration lakewooditsupport eCommerce & Atahualpa 0 Jul 9, 2011 06:53 AM
WP-PostRatings Integration coachjerry Plugins & Atahualpa 14 Jan 3, 2010 02:22 PM
LivePerson integration jobpash@yahoo.com Forum How-To 0 Sep 11, 2009 09:14 AM
Navigation plugin integration nello Page & Category Menu Bars 6 Apr 1, 2009 08:24 AM


All times are GMT -6. The time now is 04:43 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.