• Resolved scele

    (@scele)


    Hello everybody,

    Great plugin, but I wanted to reorder position of social buttons. I have done it manually, by editing file includes/library.php. First button begin at line 138.

    if($this->options['social_twitter_button'] == 1) {
    			$html .= $this->button_before();
    			$html .= $this->twitter_html();
    			$html .= $this->button_after();
    		}

    Just reorder these “if” blocks and that’s it!

    Hope this helps.

    http://wordpress.org/plugins/wordpress-social-ring/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Order of social buttons (hint)’ is closed to new replies.