Wednesday 8 August 2012

[Solved] : How to add pictures to your facebook status updates.. ??

Ever wondered how to add pictures to your status updates???  you can't simply add pictures but here is a way by which you can  :) ... Facebook has a Facebook Markup Language to code it.. So by typing some codes, we also should do some something...
Follow these easy steps :

1. Copy the below codes to a notepad or text editor ,

     http://www.facebook.com/connect/uiserver.php?app_id=2915120374
     &method=stream_publish
     &redirect_uri=http://www.facebook.com
     &attachment={'media':[{'type':'image',
     'src':' The image link ',
     'href':'http://updatesspot.blogspot.in/2012/08/solved-how-to-add-pictures-to-your.html'}],
     'description':' Any descriptions you want to give to the image ' }

    Note : The red coloured areas are the things you have to supply..
    image link : is the address bar link of the image you want to display.
    descriptions : any thing you link

2. After You have do the above code, yours should look like this :

     http://www.facebook.com/connect/uiserver.php?app_id=2915120374
     &method=stream_publish
     &redirect_uri=http://www.facebook.com
     &attachment={'media':[{'type':'image',
     'src':'http://upload.wikimedia.org/wikipedia/commons/e/ec/Happy_smiley_face.png',
     'href':'http://updatesspot.blogspot.in/2012/08/solved-how-to-add-pictures-to-your.html'}],
     'description':'Hello' }

3. Paste the whole code in the address bar of your browser. and enjoy   :).....
  

5 comments:

  1. it doesn't work. you're right..

    ReplyDelete
  2. Change to your app_id="your facebook id.
    The Id-number up here is not for you wall on facebook.

    Try again :)

    ReplyDelete
  3. does not work... HTTP error 500 (Internal Server Error)

    ReplyDelete
  4. does not work at all....

    ReplyDelete