Is there a way to insert "Add" button to upload form in Timeline, when adding image/sound/video?
Changing 'mode' in WallModule.php does not get the button, but if I change 'mode' => 'single' to 'record' it does get the correct form and everything is working well, I am able to make a photo from webcam and it is uploaded to wall.
Call service gets the upload form, but it is different than one in Photo module which has "Add" button and upload selector (Flash,Regular,Record,Embed). Why is it getting the different form? Or why is it not getting all the functions?
Would be thankful for any piece of advice.