Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterThanks for updating. The next version will be released fixing these issues.
Aakash
Keymasterwnwdotcom wrote:Love the plug-in but my Twitter button isn’t working correctly. It’s throwing out plus signs in lieu of spaces and some weird characters from wordpress. You can check it out for yourself at:
http://www.wrestlingnewsworld.com/2012/wordpress
Any clue how to fix this? Thank you!
Hello, thanks for using WP Socializer.
I didn’t notice this issue in the sharethis button. The fix for this issue is,
1. Open
wp-socializer/includes/wpsr-sharethis.php2. Delete the line (No:
82)
Code:$title = urlencode($title);
This error is because, the title is encoded. Sorry for the bug.
Aakash
KeymasterHope your problem is clear.
Aakash
Keymasterbondi2026 wrote:Hello,
I am trying to resolve a big problem since long time.
I added well the button wpsocializer… everything works except:
when we click on the like button, it show on Facebook profile a wrong image! I added open graph meta..
nothing works please help me
the link is http://blog.mxgrafik.com
When i clicked the like button in your site, everything worked fine and i got the correct image in the my profile ! Seems like you have corrected the error. 😉
Aakash
KeymasterThanks for the button.
The next button will have the XING button.
Thank you.
Aakash
KeymasterAakash
Keymastermrberger wrote:Sorry mate but i just do not understand this at all! i cannot get the buttons to do what i want them to do. i simply want the small icons on the top of the post and the larger ones on the bottom. i tried to use the template page and clicked on apply simple template compact inverted. i cannot include a screenshot here.
Sorry for the late reply,
The Inbuilt templates will work perfectly on any theme or site.
When i saw you site, i didnt see any active 16px icons in use.
After pressing the “Apply” button. You need to save the settings. Did you do it ?
More information on the issue will be greatly helpful.
Thank you.
Aakash
Keymasterbridgetobrien 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.
Aakash
KeymasterHello,
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 IDEASAlso, 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.
Aakash
Keymasterjfm1945 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.
Aakash
Keymasterboricua1213 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
Aakash
Keymasterjfm1945 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.
Aakash
Keymasternice idea… ill try to implement
Aakash
Keymasterthanks….
Aakash
KeymasterAnnounce 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();
}
?> -
AuthorPosts