Facebook 'Message Us' 插件无法调整为小号和中号

Facebook 'Message Us' plugin unable to resize to sizes small and medium

当 facebook 'message us' 按钮的大小设置为小号或中号时,facebook API returns 错误 500。Facebook 开发者 (https://developers.facebook.com/docs/messenger-platform/discovery/message-us-plugin) 明确表示中小应该接受。这是什么原因?有修复吗?

<div class="fb-messengermessageus" 
     messenger_app_id='<%=FacebookAppId.ToString() %>'
     page_id='<%=FacebookPageId.ToString() %>'
     color="blue"
     size="small"
     style="margin-bottom:10px;">
</div>

错误代码:

加载资源失败:服务器响应状态为 500()


这很好用:

<div class="fb-messengermessageus" 
     messenger_app_id='<%=FacebookAppId.ToString() %>'
     page_id='<%=FacebookPageId.ToString() %>'
     color="blue"
     size="large"
     style="margin-bottom:10px;">
</div>

这是文档中的错误,现已修复。接受的值为标准、大和超大。