Facebook Article Problem -
Facebook Article Problem -
ok here think
suppose want submit link mates wall,
you copy/paste link , facebook generates title, image , description.
curently working on http://www.compra.gr
when want submit link (http://www.compra.gr) facebook generates characters not recognised.
when want submit http://compra.gr/index.php?option=com_content&view=category&layout=blog&id=35&itemid=54
facebook generates title,image , description normally.
i know facebook takes info metadata. corrected metadata, nil happened.
please help me if has a clue going on.
thank in advance.
ps site has copyright protection, in order view source code utilize google chrome , @ address bar come in view-source:http://compra.gr/
i know whats problem, site not have open graph tags!
check out: https://developers.facebook.com/docs/opengraph/
here's snippet understand, add together site , utilize
url linter debug: http://developers.facebook.com/tools/lint/
open graph tags snippet:
<!doctype html> <html xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" lang="en"> <head> <meta charset="utf-8"> <title>title</title> <meta property="og:title" content="your-post-title"/> <meta property="og:type" content="website"/> <meta property="og:url" content="http://your-site-url"/> <meta property="og:image" content="http://your-image-url"/> <meta property="og:site_name" content="your-site-title"/> <meta property="og:description" content="your-description"/> <meta property="fb:admins" content="your-user-id"/> </head> ..... </html>
facebook
Comments
Post a Comment