Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-17-2011, 06:02 PM   PM User | #1
Kevin_M_Schafer
Regular Coder

 
Kevin_M_Schafer's Avatar
 
Join Date: Apr 2011
Location: Fairfax, Minnesota, U.S.A.
Posts: 482
Thanks: 97
Thanked 17 Times in 17 Posts
Kevin_M_Schafer is an unknown quantity at this point
Please help. My page sends Chinese characters to Facebook walls when Liked

Last night I applied my domain name to my new website, but unfortunately I have run into a snag. The Like and Recommend buttons place Chinese text on the Facebook walls of those of us who have tried it. The link is active to take people back to the pages, and the links are in English. It's what is the webpage description that shows up under the link that appears in Chinese.

Am I doing something wrong?

Here's what I have done so far to fix the problem:

* Created a brand new page using html 5 (instead of several other types I've tried. This was interesting and now I'm really getting the hang of code. Soon I won't need the visual editor)
* Called my hosting company where I have the ftp site -- they said it's Facebook's fault
* Tried the Like as well as the Recommend button code -- both styles
* Tried with and without the AdSense script -- didn't help
* Took out the Generator name in the code (CoffeeCup) -- thought maybe that was throwing Facebook into a tizzy. Didn't help.

Has anyone ever run into this before? My page is simple: a few gif files (ads and banner), an animated gif (a revolving globe), and simple text.

My hosting company said it could take, 12, 24, or 72 hours for my domain name to fully take ahold of my IP address. Could this be the problem?

Here is a link to the html 5 page. FYI: on this page I took out the CoffeeCup Editor generator name and replaced it with my initials. This is the last thing I have attempted to do.

I'm stumped.

Could it be my animated gif making the page description show in Chinese characters on Facebook?

http://www.theeagleextra.com/042011/042011sd.html

Please help.
Kevin_M_Schafer is offline   Reply With Quote
Old 04-17-2011, 11:23 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,366
Thanks: 18
Thanked 348 Times in 347 Posts
sunfighter is on a distinguished road
Try changing this:

Code:
<!DOCTYPE html>
<html lang="en">
 <head>
To this

Code:
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
and see if that works.

You do have a number of errors like two </script> tags

and your last line:

</body>
</html>

<td width="60"</td>

You might want to validate your page here:
http://validator.w3.org/
sunfighter is offline   Reply With Quote
Users who have thanked sunfighter for this post:
Kevin_M_Schafer (04-18-2011)
Old 10-06-2012, 10:46 PM   PM User | #3
Eric123
New to the CF scene

 
Join Date: Oct 2012
Location: North Carolina
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Eric123 is an unknown quantity at this point
Chinese in facebook post description

I am having the same problem. When I type my URL, www.harrisburgncbusiness.com, into a Facebook post, the description shows in Chinese. How did you fix yours?

Eric
Eric123 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:47 AM.


Advertisement
Log in to turn off these ads.