Forum Replies Created

Viewing 15 posts - 1,831 through 1,845 (of 2,027 total)
  • Author
    Posts
  • in reply to: Google +1
    Aakash
    Keymaster

    bridgetobrien wrote:

    I’d already tried this with no success. I use the URL of the archive page in the widget and the google plusone button code in Template 1. If I click on any of the google plusone buttons on that page–the one in the sidebar widget or any of the blog buttons–all of the counts change to the same thing.

    WP Socializer 2.0 is released with inbuilt Google +1 button support. Try it.

    WP Socializer

    in reply to: Retweet Button Working Differently
    Aakash
    Keymaster

    Hello,

    Thanks for trying my plugin. But i have some question,

    When you are tweeting about your site, did you include the “POST URL” for which you are tweeting. This will only show a increment in counter.

    NOT SURE IDEAS

    Also, note that you are using “TWEETMEME” which an unofficial twitter button. So tweeting in “TWITTER” will not show any increment in the tweetmeme. Using the Twitter’s official retweet button will solve this case.

    Please note that ALL THOSE BUTTONS are RETWEET buttons, so retweeting the tweet will show an increment.

    And, WP Socializer’s work is just to insert the buttons in WordPress in an easy manner !

    Please feel free to post your issues.

    in reply to: php code to add 16px icons to sidebar widget
    Aakash
    Keymaster

    jfm1945 wrote:

    What is code to add 16px icon buttons to widget in sidebar

    1.Install HTML Javascript adder plugin. (a widget plugin integrated with WP Socializer)

    2.You will see a menu in that widget for inserting all kind of buttons.

    3.Select the 16px button from the menu . Save the widget and you will see the buttons there.

    Simply, you need to INSERT shortcodes in the widget. For that u use HTML Javascript adder.

    For customizing the buttons, see this documentation.

    If you still cant understand, please feel free to post your issue.

    in reply to: wp_socializer addthis not showing up
    Aakash
    Keymaster

    boricua1213 wrote:

    Nothing shows up for the code above. I tired changing type to Sharecount (which is what i want)

    What would probably be ideal is using the function to show Template1. Is there away to do that?

    Hello,

    Please note that, if you are using the “Templates” which are present in the administration page, then you should use the button codes like {addthis-bt}, {facebook-like}, {sharethis-classic} etc… in the template.

    If you are using the buttons inside the theme files like index.php, single.php etc… then you should use the PHP code you posted.

    Hope it is clear. For more info, see these videos

    http://www.youtube.com/watch?v=0G-joyseg7U

    in reply to: Buttons Not showing
    Aakash
    Keymaster

    jfm1945 wrote:

    I downloaded version 2.0 of wp socializer. When I did it blew out the buttons that I had in the widget I had created with version 1! 👿 I want to use php code in my widget display in my sidebar those 16px buttons that I have selected. The tag that used in version 1 does not work any more. How do I fix this?

    WP Socializer now has a new set of button code for each and every button. So they will be replaced and the old ones are inactive.

    Only this version brought this drastic change. The future versions will never have this problem. But for now, you need to recreate the template you created. Sorry for this issue.

    in reply to: Announcer Functionality
    Aakash
    Keymaster

    nice idea… ill try to implement

    in reply to: Bug adding second shortcode
    Aakash
    Keymaster

    thanks….

    in reply to: Announcer Functionality
    Aakash
    Keymaster

    Announce will not automatically show announcements for each day. Only manual update is possible. Custom placement is possible. You can use the function “announcer for custom placement anywhere in the theme

    Code:

    <?php
    if(function_exists(‘announcer’)) {
    announcer();
    }
    ?>

    in reply to: Announcer problem
    Aakash
    Keymaster

    malpert wrote:

    can announcer let me do many announcements one per day . i want to have menus for eating for 30 days

    each day a different meal

    No Announce does not show different announcement each and every day automatically. But manual update is possible.

    in reply to: ‘add to favorites’ not working
    Aakash
    Keymaster

    The padding mistake can also be due to the theme’s default CSS for the

  • tag
in reply to: ‘add to favorites’ not working
Aakash
Keymaster

sidejack wrote:

As I thought would happen, ‘add to favorites’ still doesn’t work. I’ve got a whole lot of like ghosts or something of other social services I haven’t even chosen displaying under the ones I have. The social buttons are sitting in the middle of my text. If I choose a one click preset, it cracks the post and gives a button javascript error. And I’ve lost all the alterations I had to make in 1.0 to get that to work properly. And ‘add to favorites’, after all that, still doesn’t work. It just refreshes the page.

Sorry, bud, seriously don’t want to come across as too spiteful as I can see you’ve put a lot of hours into this plugin. You the man. But wow there’s some bugs hanging around with each release. I mean, you told me to update to 2.0 beta. So I did. This beta doesn’t fix the bug I mentioned in 1.0, plus it adds a whole bunch more. And I’ve lost the little tweaks I had to make to 1.0 to get that one right.

And it doesn’t seem like you’ve nofollowed the links in this version either. One of many tweaks that had to be done to 1.0. You can’t have 5, 10, 20, 30 links on a page pointing out to other sites.

Anyway…

Seriously, this should not happen. Because, i released the beta after so many testing. And addtofavorites is fixed.

When the one click template is clicked, the previously made template will be over written. It will be good for me, if you give your site URL for more examination.

Also, please note that this is only the 2nd release. So there are lots more to come.

in reply to: ‘add to favorites’ not working
Aakash
Keymaster

Actually, this bug is already fixed in version 2.0 So just try the v2.0 beta version and look out for errors.. Here is the link,

http://www.aakashweb.com/forum/wp-socializer-f22/wp-socializer-v2-0-beta-2-released-t333.html

in reply to: ‘add to favorites’ not working
Aakash
Keymaster

sidejack wrote:

‘Add to favorites’ when added as a 16px button doesn’t work. It’s not surprising because in one or two of the source files it says ‘add to favotites’ or something like that. And the code doesn’t look right. Even when I changed ‘favotites’ to ‘favorites’ where I found it, it still isn’t working.

And how can I fix this now?

Are you using the beta version ?

in reply to: Announcer problem
Aakash
Keymaster

gdinwiddie wrote:

Thanks. I’ve made that change and am waiting for the ISP caching (above WordPress ) to time out on the URL so I can see the changes.

Just republish a new post, the feed will be live.

in reply to: Announcer problem
Aakash
Keymaster

Sorry for the bug, please add this line before line no 178

Code:

if(!is_feed())

in announcer.php file. This bug will be fixed in the main release.

Viewing 15 posts - 1,831 through 1,845 (of 2,027 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