Forum Replies Created

Viewing 15 posts - 1,711 through 1,725 (of 1,963 total)
  • Author
    Posts
  • in reply to: Custom button in wp_socializer

    Hello dejudicibus,

    Thanks for using WP Socializer.

    If you want to add a custom service, follow the steps below.

    Note:

  • The “Sprites” feature will not recognize the button image correctly.

    So you should “disable the use sprites feature” under the “Social buttons” tab or use sprites=0 as a parameter in the function you are using.

  • When you upgrade to a new version, the changes you have done will be lost. (anyway ill add the button inbuilt in the next version. But for now do the steps below)
  • Steps:

    1. Use the latest version.

    2. Open wp-socializer/wp-socializer.php

    3. Add the below code in the line 569

    Code:

    ‘oknotizie’ => array(
    ‘name’ => ‘OkNotizie’,
    ‘titleText’ => __(‘Share with ‘, ‘wpsr’) . ‘OkNotizie’,
    ‘icon’ => ‘oknotizie.png’,
    ‘url’ => ‘http://oknotizie.virgilio.it/post.html.php?url={url}&title={title}’,
    ),


    4. Upload the 16px icon to the wp-socializer/public/social-icons/16 directory.

    Download: http://i40.tinypic.com/317iagp.png

    5. Thats all

    Note: The steps mentioned above is for adding a custom 16px button.

    Thank you.

in reply to: Tweet with counter throws error in Firefox 8, not IE9

This is a Universal problem with Firefox/Twitter. This is not a problem with WP Socializer.

A bug report has been made here in the firefox bug report site… https://bugzilla.mozilla.org/show_bug.cgi?id=701029

Hope this helps…

in reply to: Problem with editing pages, no editor’s icons

Hello Kris,

Thanks for trying WP Socializer. This issue occurred in the previous versions of the plugin and it was debugged. Now the plugin works fine. You can see a discussion regarding this issue.

can-edit-pages-with-wp-socializer

One Quick solution…

Do a hard “refresh” —> pressing Ctrl + shift + F5 while using the admin edit page or deleting the cache for your browser.

Thank you.

in reply to: facebook like – random image

Hello,

Thanks for using WP Socializer. The random post image is not a problem with WP Socializer. THis plugin just places the button in the place you need. Even if you insert the button manually, you will get the same thing.

So inorder to make the FB button trace the right post image, you should consider reading this FB Open Graph page.

https://developers.facebook.com/docs/opengraph/

in reply to: How To Modify Tweet This Link

Thanks for using WP Socializer. Ill try to implement the no follow switch in the admin panel.

in reply to: How to float left without fix position?

Hello Kalman,

Thanks for trying WP Socializer. WP Socializer is extremely customizable, so that you can use it for any theme or design.

For the 1st question, I need your site URL so that I can work on the sliding share bar to get like what you want. When you mention the URL, Ill suggest you the necessary changes which you have to make.

Also note that, templates are free and you don’t need to buy for any cost. Ill do the necessary customization free for you.

For the 2nd question, just go to Placement -> Template 1/2 -> Uncheck “Show in Excerpt”

Hope this works.

Thank you.

in reply to: How do I disable under Testimonials on splash page?

Gr8 that u got the problem fixed !!

in reply to: Differentiate WP Socializer by themes

Templates are fully customizable. You can sue your own CSS or placement techniques to position the buttons. Try using CSS3 media queries to switch when there is a mobile theme.

There is a tutorial over in this page. Link: http://webdesignerwall.com/tutorials/responsive-design-in-3-steps

in reply to: Code For No Follow

Oh.. thanks for the info… Ill try to keep a button for easy nofollow checkbox in the forth coming versions.

in reply to: Code For No Follow

dgeek98 wrote:

Thank you very much for your help. It’d be a great idea to incorporate a no follow switch somewhere in the tool’s dashboard for the next version. Thanks again.

Thanks for trying WPSR. But I think adding nofollow to the social websites doesnt cause SEO problem. But anyway Ill see through it !

in reply to: Code For No Follow

Hello,

Thanks for using WP Socializer. WP Socializer is clearly coded to customize the needs.

If you want to add a nofollow attribute to the social bookmarking buttons, then do the following.

1. Open wp-socializer/includes/wpsr-socialbuttons.php

2. Replace the line 143

Code:

‘params’ => ”,


with

Code:

‘params’ => ‘ rel=”nofollow” ‘,

Save the file. Thats all !! Please note that the Social widgets like Facebook like button, Google +1, Digg buttons cannot get a nofollow tag.

Only 105 social buttons get this nofollow attribute.

Thank you.

in reply to: How to alter "Share this article" color, size,position etc.?

Hello David Julian,

I am ready to tweak WP Socializer to suit your website. But please activate the plugin so that i can see how it looks.

Thank you.

Happy New Year !!

in reply to: Version 2.0.0 bug with PlusOne button

If you are using the template function, then you should use the code

Code:

either in the header or footer for including the digg button script.

If you are placing the button using the “Administration page” then WP Socializer will automatically include the script.

Please check that out. Thank you.

in reply to: Version 2.0.0 bug with PlusOne button

The classes “DiggThisButton”/”DiggMedium” exists Refer this page : http://about.digg.com/downloads/button/smart

Digg button always have this problem. Its due to asynchronous loading of the button (this error occurs only to digg – wondering why !!).

Try refreshing the page or check whether the “digg button is script is included in the header or footer.

Thank you.

in reply to: Google+

version 2.2 has one-click templates with g+ !! please check that out !!

Viewing 15 posts - 1,711 through 1,725 (of 1,963 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms