Facebook feed dialog - customizing lower left icon/text -


how customize text in lower-left hand corner in facebook feed dialog, shown in attachment? or text part of icon? if so, upload icon in facebook? haven't had luck finding directions.

enter image description here

you have use actions parameter in feed dialog code make such text appear below icon have mentioned. check out feed dialog parameters here

you have not mentioned anywhere in question, language using, if using-

  • javascript sdk-

    actions: {    name: 'join dropbox',    link: 'http://url.com' } 
  • php sdk-

    'actions' => json_encode( array(    'name' => 'join dropbox',    'link' => 'http://url.com' )) 

hope helps! :)


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -