Forum Replies Created
-
AuthorPosts
-
Aakash
Keymastertenthdim 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.
Aakash
KeymasterIt 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 !!
Aakash
Keymasterpage1pro 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.
Aakash
Keymastercrimsonleaf 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.htmlAakash
Keymasterbillyngu 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 #5744Aakash
KeymasterOops !!! 😯 didn’t notice that all time. Implemented that without thinking !!
Thanks for mentioning that. Sure that will be rectified. 😀
Aakash
Keymastermrvanity 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
Aakash
KeymasterHello,
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
Aakash
KeymasterStrange… I checked the code, it works fine. Did you find the bug there ??
Aakash
KeymasterCan you please explain in detail ??
Aakash
KeymasterI 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 😀
Aakash
KeymasterThe best idea is to avoid characters like {, } etc in links. Not only twitter, even many other websites avoid that.
Aakash
KeymasterAre 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 ?
Aakash
KeymasterCheers !! Happy that you solved the problem ..
Aakash
KeymasterGoto Placement -> Template 1/2 change the heading tag accordingly
eg:
to
or
-
AuthorPosts