Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Hello MrMiyamoto,
Thanks for using WP Socializer plugin.
The official Tweet button will soon be included in the next version ASAP.
But even now you can use the twitter button with WP Socializer. Just follow the steps below …
1. Open WP Socializer.
2. Click the
custom tab.3. Paste the twitter button code you got in any text box “Custom1 or custom2”
4. Use the code {custom-1} or {custom-2} accordingly in the template where you want . Now you can use the twitter button with other WP Socializer buttons.
I think you got the problem solved ! As said WP Socializer is an “All in one plugin” you can use it for any purpose.
Also, you can add any other button using the custom button feature.
Regards,
Aakash Chakravarthy.
Aakash ChakravarthyKeymasterCurrently it is not possible to change the open type (target) of the link. All the links in the reader by default will open links in new window. Future versions can have this future.
Thanks for your appreciations !
Aakash ChakravarthyKeymasterIt can be due to wrong tagging in the XML file.
The only solution is to revise your XML file once again and adding it to “
Feedburner“. When you give the xml file tofeedburner, it automatically corrects the errors and makes it good.You will get a new address for the XML file. Now you can use that address as your XML file URL.
For more clarification visit feedburner help center.
This will be the correct solution ! i suppose
Aakash ChakravarthyKeymasterThanks … it is upto the users to share and support this plugin ! 🙂
Regards.
Aakash ChakravarthyKeymasterIts not the problem with WP Socializer, it a issue with wordpress due to the direct installation of the plugin.
Try installing the plugin manually:
<a href="http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation” class=”bbcode_url”>http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_InstallationAakash ChakravarthyKeymasterPichel wrote:The “Load WP Socializer CSS setting” is set to “Yes” and i try adding the code example. Both doesn’t work.
I include the functions manually in my template by using this code:
I’m looking for a way to have social buttons and facebook like in one row.
Example page: http://www.pichel64.de
Thanks for your help and this great plugin!
Change the facebook
Button Style toButton and Count,Width to100 or120 and add the following code for your facebook button in the template.Instead of
Code:{facebook-like}
use
Code:{facebook-like}
in your template. Use this only when you want to align 32px social buttons and facebook button in a row.This code just a simple one. WP Socializer is fully customizable with CSS and Placement.
Aakash ChakravarthyKeymasterHello jennifersmu, it is a simple problem.
Change
Load WP Socializer CSS setting to “Yes” under the “Social buttons” tab.If the above did not work, add the code
Code:
.wp-socializer ul {
display: inline !important;
margin: 0 !important;
padding: 0 !important;
}
.wp-socializer ul li {
background: none;
display: inline !important;
list-style-type: none;
margin: 0px 5px 5px 0px;
padding: 0px;
float: left !important;
}in the placement template anywhere i.e under the “placement” tab in placement 1 or 2 textbox.
Before using the second method, post your site’s link here, so that i can examine the problem deeply !Thanks for your appreciations ..
Aakash ChakravarthyKeymasterFLV Player Pro is a desktop player. It cannot be embedded in websites. but this player can be embedded in websites to play personal videos etc..
Aakash ChakravarthyKeymasterthanks this will recognized and corrected in the next version
Aakash ChakravarthyKeymasterAakash ChakravarthyKeymasterThis seems strange. Try reloading the page or using a different browser. I think it is a jquery issue. Try disabling some plugins one by one and look whether the toolbar appears again.
Aakash ChakravarthyKeymasterThanks for your co-operation. But you are providing me the admin page. I just want a screenshot of the Announcer admin page. i.e just take a “screenshot” of the page (using print screen button on the keyboard or anything else) and give a link of the image here. So that i can find the problem.
Aakash ChakravarthyKeymasterCan you please link the screenshot of the page as it will be useful for finding the problem
Aakash ChakravarthyKeymasterActually it is the normal rendering of the flash player itself. Flash usually has less css capacities. It does not completely depend on css like ordinary html. So double spaces is the normal spacing for a line rendering in flash. Only line wrappings appear in the succeeding line.
When considering the bullet, your xml file itself has the bullet. You can see it
(see the source)hereSo there is no need to change the xml generator.
This reader is made with the old flash version (version 8) So it has some rendering issues. Ill try to update the reader in the new flash version.
Regards
Aakash ChakravarthyKeymasterThis is a problem with printfriendly.com itself. It is redirecting the page to its old version, which does not read the content.
But you can make it work. Follow the below steps ..
Open
wp-socializer.php file present in the wp-content/plugins/wp-socializer/ folderGoto line 407
Replace the line
Code:‘url’ => ‘http://www.printfriendly.com/print?url={permalink}’,
with
Code:‘url’ => ‘http://www.printfriendly.com/print/new?url={permalink}’,
save the file. That’s all.Regards,
Aakash Chakravarthy
-
AuthorPosts