0
沒有人知道如何更改Facebook應用程序中的請求表單提交標籤嗎? 現在,我的代碼是:請求表單提交的facebook更改標籤
<fb:serverfbml style="width: 600px;">
<script type="text/fbml">
<fb:fbml>
<fb:request-form
action="'.BASE_URL.'index.php?type=Navigation&action=enviar"
method="POST"
invite="false"
type="Tilibra"
content="Envia el mensaje SECRETO!"
>
<fb:multi-friend-selector style="width: 170px;"
condensed="true"
email_invite="false"
import_external_friends="false"
actiontext="Envia tu mensaje SECRETO"
/>
<fb:request-form-submit
label="Envia tu mensaje SECRETO"
import_external_friends="false"
/>
</fb:request-form>
</fb:fbml>
</script>
</fb:serverfbml>
我想提交按鈕有一個「ENVIA TU mensaje SECRETO」的標籤,而是我得到一個「發送Tilibra請求」
非常感謝:d