Bottlelot
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Social Media IconsThat worked. Also check your API page, because I copied and pasted from that page and it is missing the ‘ after the word links
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Social Media Icons`<?php
/*
Plugin Name: Subscribe 2 Social Off
Plugin URI:
Description: Turn Subscribe 2’s social icons off
Version:
Author:
Author URI:
License:
License URI:
*/function s2_social_links_off() {
return array();
}
add_filter(‘s2_social_links, ‘s2_social_links_off’);Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Social Media IconsI’m getting error:
Parse error: syntax error, unexpected ‘s2_social_links_off’ (T_STRING) in /home/xxxxxxx/public_html/wp-content/plugins/subscribe-2-social-off/subscribe-2-social-off.php on line 16
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Social Media IconsUnderstandable. Thanks!
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Social Media IconsI see the code on the API page you linked, but I am not finding it on the site at all. Which Plugin file contains the code that needs to be modified?
Also, just a though, on the settings page there should be an option to “Turn on Social Media Buttons” with a check box. <opinion>They should not be set on by default.</opinion>