I have run the PHP compatibility checker and the report found a warning with this widget. Can you please help me address it and resolve it before I update my PHP. The following is the warning from the report:
FILE: /home2/pruppel/public_html/wp-content/plugins/follow-us-on-widget/follow-us.php
———————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————
13 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
———————————————————————————————
Thank You
Pat
[Signature links removed by moderator per forum guidelines.]
I noticed that the social media icons are now gone (no link or anything) from my Follw Us widget. Below is whats listed, but not appearing on the page.
]]>The latest plugin causes two errors. One is the notice regarding deprecated function attribute_escape
. The other notice regards the deprecated PHP 4 style constructor for WP_Widget. Do you have a github that we can contribute the fixes for this?
attribute_escape() should be changed to esc_attr() in follow-us.php. If you activate the widget while in debug mode, “Notice: attribute_escape is deprecated since version 2.8! Use esc_attr() instead. in /Users/jpresley/Sites/wordpressunified/httpdocs/wp-includes/functions.php on line 2908Follow us on” is echoed to the input fields in the widget settings.
]]>I only want the facebook icon — right now, since I only am using Facebook, it is showing on the left. How can I move facebook icon to the center?
]]>Google plus is not on the widget and there are no three styles to chose from.
https://www.ads-software.com/extend/plugins/follow-us-on-widget/
]]>