Hi,
the plugin generates a mixed content issue:
Mixed Content: The page at ‘https://www.unicaradio.it/’ was loaded over HTTPS, but requested an insecure stylesheet ‘https://weloveiconfonts.com/api/?family=entypo’. This request has been blocked; the content must be served over HTTPS.
Could you help us in solving that?
Thanks,
Fabio
Hello, How to add ok.ru button? I could not find it on the list, or is it impossible?
]]>Hi, I installed your plugin, but for some reason the buttons do not appear on the site pages, what could have gone wrong?
]]>Hi,
when in debug mode set to “true” php is showing notices for undefined variable $social_buttons on your plugin code.
Here is the full notice message:
Notice: Undefined variable: social_buttons in /PATH_TO_MY_WEBSITE/wp-content/plugins/social-share-buttons-popup/public/social-share-buttons.php on line 40
Notice: Undefined variable: social_buttons in /PATH_TO_MY_WEBSITE/wp-content/plugins/social-share-buttons-popup/public/social-share-buttons.php on line 105
Notice: Undefined variable: social_buttons in /PATH_TO_MY_WEBSITE/wp-content/plugins/social-share-buttons-popup/public/social-share-buttons.php on line 169
Notice: Undefined variable: social_buttons in /PATH_TO_MY_WEBSITE/wp-content/plugins/social-share-buttons-popup/public/social-share-buttons.php on line 232
One solution is to declare $social_buttons as global inside of your function bodies.
]]>