Forums

Social Profiles Widget
Add Google Profiles / Plus profile (6 posts)

  1. Ramoonus
    Member
    Posted 9 months ago #

    Why not add the google+ / google profile button to this plugin?

  2. drewgriffincom
    Member
    Posted 6 months ago #

    add a +1 for thinking this is a great idea.

  3. MSI Lab Tech
    Member
    Posted 6 months ago #

    +1

    Agreed that this is a needed update.

  4. MSI Lab Tech
    Member
    Posted 6 months ago #

    Just finished looking at the code of this widget. It is pretty easy to add additional social network links to it. You only need to do a couple of things.
    1. add the appropriate icons to the images directory of the widget
    2. Modify the code a little (copy and paste modifying only the area needed)
    In the case below, change the name 'SSname' and SSiCon' to the social network you want and the name of the icon set, accordingly.

    'SSname' => array(
    				'title' => __('SSname URL', 'spw'),
    				'img' => sprintf( '%s/SSiCon%s.png', $this->plugins_imgs_url . esc_attr( $instance['icon_set'] ), esc_attr( $instance['size'] ) ),
    				'img_widget' => sprintf( '%s/SSiCon%s.png', $this->plugins_imgs_url . esc_attr( $instance['icon_set'] ), '48x48' ),
    				'img_title' => __('SSname', 'spw')
    			),

    Be sure to paste it back in the php code, within the same area. I pasted the modified code below the Facebook entry and everything worked fine.

  5. rhertzog
    Member
    Posted 5 months ago #

    Yeah, this is a much needed update that ought to be relatively easy. Except that you have to provide the new icon in several sizes for the various themes.

  6. Tacoking
    Member
    Posted 5 months ago #

    I would love to see Google+ as well. We're starting to get more traffic/love from G+ every day and it's a big gap. Otherwise, love this plugin!

Reply

You must log in to post.

About this Plugin

About this Topic