Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterThanks for using my plugin. This is a known issue. But note that it is just the first version of the plugin. The version of this plugin corrected all these bugs and it is enhanced with features for more customization also. So please stay in touch for the ongoing development.
Best Regards,
Aakash Chakravarthy
Aakash
KeymasterThis is not the issue with WP Socializer as this plugin does not use any function, filters or actions for modifying the post order, query etc. It can be due to some unnoticed problems with the theme or due to the pubishing.
Try disabling the plugin and checking the problem
February 8, 2011 at 10:56 am in reply to: How To Remove The Word "Share" From Facebook Share Content? #5260Aakash
KeymasterI wondered why this is not working and i am breaking head to solve this problem. So it is due to caching uh ?? No problem. Thanks for using this problem.
Also note that, facebook is stop distributing the share button. So it is good to switch to the like button.
Aakash
KeymasterI think
this is not an issue with Shortcoder wordpress plugin. This is an unrelated topic related to this plugin.Anyway, the solution is … you have to add this code to the functions.php file in your theme directory anywhere:
Code:function shortcode_print_category( $atts ) {
return single_cat_title();
}
add_shortcode( ‘state’, ‘shortcode_print_category’ );
I’ve not tested but should work.Aakash
KeymasterIf you like this plugin… then be free to share this plugin with your friends and clients. Thanks !!
Aakash
KeymasterThanks for using this plugin !! The tooltips are localized in version 2 and the bug with the Add to Javascript is corrected. The version 2 is currently on development with more features …. So please stay in touch
Aakash
KeymasterThe new version has lots of new features which you will not expect like shortcodes, widgets, bit.ly integration, 104 social buttons, 10 new button codes, redesigned admin page and developer enabled source code and more …. its currently breaking my head 🙄 not sure when it will be released . It will be released only when a video tutorial, promotion video, featured page are created .. So you have to wait for 2 – 3 weeks
Aakash
KeymasterWhen i saw you website, i didn’t encounter any problem. It looked fine. If the problem occurred, it will be only due to the theme you are using.
Aakash
KeymasterInstead of t.co, bit.ly URL shortener is being integrated in version 2. So please stay in touch
Aakash
KeymasterThis issue is cleared in the new version 2,which is being developed. So please stay in touch to get the new and advanced WP Socializer with more features
Aakash
KeymasterIts a know issue as it is not working in the newer version of browsers.
Actually, a new design is being planned for Super RSS Reader with new core script. So i think you have to wait for the new version. I apologize 🙁
Regards
Aakash
KeymasterThe issue is, your site does not contain a valid domain name. It is only an IP address. To test, replace the IP address (209.62.38.3) with google.com (for example) and pass the URL linkedIn accepts it.
Its not the problem with WPSR and the thing is linkedin is not accepting sites without a domain name
January 27, 2011 at 12:57 pm in reply to: How To Remove The Word "Share" From Facebook Share Content? #5263Aakash
KeymasterThere is a way to prevent it from showing. But you have to do a very small editing work.
1. Open the file
socializer-facebook.php2. Goto line no
943. Remove the word “
Share“
Code:
(the arrows are just indications)4. Save the file.
Also this is already corrected in the version 2 which is currently being developed.
Regards !
Aakash
KeymasterHello,
Thanks for using my plugin. Do not add priority. Use the below code
Code:add_filter(‘the_excerpt’, ‘do_shortcode’);
But make sure that the output is actually given by the “the_excerpt()” function or the “get_the_excerpt()” fuctionThanks again for using my plugin
Aakash
KeymasterWhat was the problem actually ?
-
AuthorPosts