Forum Replies Created
-
AuthorPosts
-
AakashKeymasterSimple..
1. Open the WP Socializer admin page.
2. Go to the “Placement” tab.
3. Go to the Template 1 or template 2 (it will be mostly template 1)
4. In the text box, you will see a text “
float:left“.5. Replace that with
float:left;position: fixed;top: 25%;margin-left: -70px;.6. That’s all. Save the settings.
AakashKeymasterHello,
When I saw your site, the buttons looked great in the page… so what is the problem actually ??
AakashKeymasterthank you.. 😀
AakashKeymasterInstead wrap the button codes with a span tag and apply the style.
Eg:
{retweet-bt}
{facebook-like}{plusone-tall}{addthis-sc}If this didn’t work, you can still try other hacks.. the customization is yours…
AakashKeymaster
AakashKeymasterHello Marc,
Sorry for the very late reply. The steps for adding a new button is mentioned in this post. Please read this post to add a custom button.
Link: http://www.aakashweb.com/forum/wp-socializer-f22/custom-button-in-wp-socializer-t405.html#p1073
AakashKeymasterYour site is not loading. Anyway to include the facebook in the header, use the code
Code:in
themes/your_theme/header.php file where you want to place the button.
AakashKeymasterI’m wondering the type => ‘small’ is not working.. It should work fine.
If addthis button is not working, try including the code in the header.php
Code:Also note that, you don’t need to use ‘output’ => ‘button’, in all your function. The default is “button”. So its not necessary to use every time.
AakashKeymasterIts a problem with the Digg’s button. I too tried all the possible ways in displaying the button. But it seems to be problem, not working some times.
Try using the Digg button once again in the post.
Thank you.
AakashKeymasterI’vent tested WP Socializer on WordPress custom post types. Ill soon update on this issue.
AakashKeymaster
AakashKeymasterHello 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 usesprites=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 thewp-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.
January 21, 2012 at 8:16 am in reply to: Tweet with counter throws error in Firefox 8, not IE9 #5662
AakashKeymasterThis 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…
AakashKeymasterHello 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-socializerOne 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.
AakashKeymasterHello,
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.
-
AuthorPosts
