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.
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
Post a Comment