Forum Replies Created
-
AuthorPosts
-
AakashKeymasterGoogle Buzz service was stopped recently. So you should remove Google Buzz and seek another social button.
Thank you.
AakashKeymasterUnder the Placement->Template 1/2 you can see a text box where you can edit the template.
That is the HTML. So you can add the “class” attribute to it.
If you are talking about the social bookmarking buttons, then just use the class name “wp-socializer” in your own CSS file.
AakashKeymastertenthdim wrote:aaakash, for some reason the in built template is not working, i want to change where the first template appears, right now im using on th eleft hand side. however, when i click apply for any other postion and update it does not take into effect, please help
Are you talking about WP Socializer ??
AakashKeymastertenthdim wrote:Aakash, thanks for that, it worked, but i have some more issues
I am using the inbuilt template “Left float – Fixed – Outside 1” and the problem i am having is that the last button on the template sometimes shows up and sometimes does not. it is the reddit button.
what can i do about this?
It can be due to some irregular button loading. Try deleting the cache and trying again. It will work.
AakashKeymasterIt will be due to javascipt caching. The browser will cache and it is using the previous version’s js file.
Try refreshing the admin page once or twice. If it doesn’t work,
Press Ctrl+Shift+J in the admin page and post the errors see in the console.
Thank you for your time !!
AakashKeymasterpage1pro wrote:Hi,
I apologize if this topic has been covered before, but I’m trying to figure out how to have WP Socializer insert a few specific social sharing buttons in the sidebar of my WordPress blog. My theme already supports sharing buttons for posts, but I wanted to use WPSoc to put buttons on the rest of my pages via the sidebar.
Can someone help?
Newbie
Hello,
Please goto the “In widgets & posts” page of the admin area. There you will see instructions to use WPSR in widgets.
AakashKeymastercrimsonleaf wrote:I’m not getting this exact error, but when I click on Settings (or Placement) the settings page flashes up for a second and the disappears. The only editing page I can get to is “In widgets and posts”.
The WP Socializer v2.4 alpha 1 is released. Try it and see whether it works.
Link:
<a href="http://www.aakashweb.com/forum/wp-socializer-f22/wp-socializer-v2-4-alpha-1-released-t482.html” class=”bbcode_url”>http://www.aakashweb.com/forum/wp-socializer-f22/wp-socializer-v2-4-alpha-1-released-t482.html
AakashKeymasterbillyngu wrote:Thanks a lot, vaakash.
Unfortunately, I tried that and it didn’t work out. check it out at:
Thanks!
Not sure why it is not working. It was the code recommended by an Addthis official.
Try pasting that code before the script loads i.e before the addthis.js loads..
March 19, 2012 at 12:52 pm in reply to: Social Buttons – Email Button Using WP Admin Email Address #5744
AakashKeymasterOops !!! 😯 didn’t notice that all time. Implemented that without thinking !!
Thanks for mentioning that. Sure that will be rectified. 😀
AakashKeymastermrvanity wrote:vaakash wrote:Are you talking about the “16px and 32px” buttons ?? sorry they are not present in the v2.3.
The forth coming version 2.4 is having that… its in development process.. and usable… do you want that ?
Do we have a link for the dev version?
WP Socializer v2.4 alpha 1 is released. Please try it.
Link: http://www.aakashweb.com/forum/wp-socializer-f22/wp-socializer-v2-4-alpha-1-released-t482.html
AakashKeymasterHello,
Please don’t revert back to WP 3.2 for this reason.
The WP Socializer v2.4 alpha 1 is released. Try it and see whether it works.
Link: http://www.aakashweb.com/forum/wp-socializer-f22/wp-socializer-v2-4-alpha-1-released-t482.html
AakashKeymasterStrange… I checked the code, it works fine. Did you find the bug there ??
AakashKeymasterCan you please explain in detail ??
AakashKeymasterI think this is not a bug with WP Socializer.
If you use the addthis service, then Addthis automatically inserts the @addthis handle.
If you want to avoid this, just paste the above code in the “footer.php” of your style.
Code:
if (typeof addthis_share !== “undefined”) {
addthis_share.templates = {twitter : ” (via @[Your Twitter Username])”}
} else {
var addthis_config = {
templates : {
twitter : ” (via @[Your Twitter Username])”
}
};
}Just replace [Your Twitter Username] with your Twitter username.
Thank you 😀
AakashKeymasterThe best idea is to avoid characters like {, } etc in links. Not only twitter, even many other websites avoid that.
-
AuthorPosts
