我通过 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 形式的语言的正确方法是什么?
谢谢!