Forum Replies Created
-
AuthorPosts
-
January 27, 2011 at 12:57 pm in reply to: How To Remove The Word "Share" From Facebook Share Content? #5263Aakash ChakravarthyKeymaster
There 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 ChakravarthyKeymasterHello,
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 ChakravarthyKeymasterWhat was the problem actually ?
Aakash ChakravarthyKeymasterHello, 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 #5386Aakash ChakravarthyKeymasterthat is not a whitespace actually, it displays the profile pic/faces of the liked people
Aakash ChakravarthyKeymasterThe page you gave dosen’t show me any details of Google Asynchronous code !! 😕
Aakash ChakravarthyKeymasterhmmm… 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 #5387Aakash ChakravarthyKeymasterIn the
Facebook tab, select “Show Faces” to “No” in the WP Socializer admin page.Aakash ChakravarthyKeymasterthis is a known issue… i am constantly working on this problem.
Aakash ChakravarthyKeymastercurrently 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? #5268Aakash ChakravarthyKeymaster@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 !
Aakash ChakravarthyKeymasterUncheck the “Show in excerpt” , “Show in front page” and other check boxes in the “Placement” tab (7th tab) .
Aakash ChakravarthyKeymasterIn 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.January 5, 2011 at 11:03 am in reply to: How To Remove The Word "Share" From Facebook Share Content? #5265Aakash ChakravarthyKeymastercan you please give the url of the affected page ? thanks …
Aakash ChakravarthyKeymasterthanks for the contribution !!! 😀
-
AuthorPosts