hyperlink - Facebook Dialog link description always includes site description as well as my custom description -
hyperlink - Facebook Dialog link description always includes site description as well as my custom description -
i posting message users stream using ios sdk. post includes link picture. when posting provide custom description goes beneath caption. done setting description property detailed on documentation: http://developers.facebook.com/docs/reference/dialogs/feed/. when description appears, followed site details. post links imgur, illustration if message "this image", actual post read:
"this image
imgur used share photos social networks , online communities, , has funniest pictures on internet."
i want post description without imgur website info beingness included. possible? how go doing this?
thanks in advance.
well i'm not sure how prepare problem ios sdk i'm not ios developer, still may have idea,
did seek open graph tags ?
use url linter debug: http://developers.facebook.com/tools/lint/ and
here's sample 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 hyperlink caption
Comments
Post a Comment