Forum Replies Created
-
AuthorPosts
-
AakashKeymasterIts 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
AakashKeymasterThe 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? #5263
AakashKeymasterThere 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 !
AakashKeymasterHello,
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
AakashKeymasterWhat was the problem actually ?
AakashKeymasterHello, thanks for using WP Socializer.
Placing the icons besides the header area is possible, but you have to do some editing works in the header.php, etc(in the theme folder) to place the headers.
First you have to configure/select the buttons in the admin page.
Then use the code
Code:for 16px buttons and
Code:for 32px buttons.
Paste the above in any of the theme file and the buttons appear there.
You can see more info about this in this page,
theme functionThe second one is currently not possible, the second version is being made with these features.
January 12, 2011 at 4:59 pm in reply to: WP Socializer – Like button gives unneeded whitespace #5386
AakashKeymasterthat is not a whitespace actually, it displays the profile pic/faces of the liked people
AakashKeymasterThe page you gave dosen’t show me any details of Google Asynchronous code !! 😕
AakashKeymasterhmmm… this is new to me. Can you please give me the Google Asynchronous code PAGE url ?
January 10, 2011 at 5:08 pm in reply to: WP Socializer – Like button gives unneeded whitespace #5387
AakashKeymasterIn the
Facebook tab, select “Show Faces” to “No” in the WP Socializer admin page.
AakashKeymasterthis is a known issue… i am constantly working on this problem.
AakashKeymastercurrently inserting a shortcode inside a shortcode is not possible.. maybe the future versions can get it working !!
Thanks
January 7, 2011 at 9:02 am in reply to: How To Remove The Word "Share" From Facebook Share Content? #5268
AakashKeymaster@taylor4814 this seems to be a serious issue. The word share comes from the facebook share button.. I am just finding a way to solve this problem .. its breaking my head !!! thanks for the bugs report, and i will soon solve the problem !
AakashKeymasterUncheck the “Show in excerpt” , “Show in front page” and other check boxes in the “Placement” tab (7th tab) .
AakashKeymasterIn the wp-config.php file (present in the root), you have to change
Code:define (‘WPLANG’, ”);
to
Code:define (‘WPLANG’, ‘ca_ES’);
where ca_ES is the wpsr-
ca_ES.mo andwpsr is the domain name. -
AuthorPosts
