iframe 経由で Facebook 登録プラグインを使用しており、ロケール パラメータを使用してフォーム言語を変更しようとしました。
<iframe src="https://www.facebook.com/plugins/registration?
client_id=650161075012011&locale='spa_EC'&
redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fecho%2F&
fields=[
{'name':'name'},
{'name':'email'},
{'name':'location'},
{'name':'birthday'},
{'name':'phone','description':'Phone Number','type':'text'}
]"
scrolling="auto"
frameborder="no"
style="border:none"
allowTransparency="true"
width="100%"
height="330">
</iframe>
しかし、うまくいきませんでした。常に iframe フォームを使用する言語を変更する正しい方法は何ですか?
ありがとう!