douglasallendrew
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Feather] ShareThis.com embed?Found the issue in the database. In the wp_xxxx_options table in your database there is an option_name of “synved_social_settings”. Change the following line
from:s:20:”hide_sharethis_terms”;i:0;s:24:”accepted_sharethis_terms”;b:1;}
to:s:20:”hide_sharethis_terms”;i:0;s:24:”accepted_sharethis_terms”;b:0;}Looking at the php files it appears that this should be set depending upon your install date, but I have fould that different installs with the same date some had this value key set to true (1) and other false (0). Not sure if this will stick or not. I am also setting plugin updates to false in wp-config.php file by adding this line [add_filter(‘auto_update_plugin’, ‘__return_false’);]
Forum: Plugins
In reply to: [Social Media Feather] ShareThis.com embed?Thanks for pointing this out … funny thing my development site on my local machine has the same version and does not include the script to sharethis? When I scan my latest duplicator downloaded version of the live site it finds share this in the downloaded database but not in the new database that was created in the installer.php but the new local site does call sharethis unless i disable the social media feather plugin. Still tring to figure out what is going on. There privacy statement does mention sharethis on their website so if I can’t eliminate it I will also quit using this plugin.