WikiFX Search Plugin Invocation Documentation
This documentation is created to guide developers to build a broker search box on their own website and then open a matched brokers list of www.wikifx.com in a new window based on the input.
Create and append a div in the proper place of <body></body> and assign a unique ID to it, e.g. <div id="div_jiaoyishang"></div>. This div is utilized as a container to ensure the HTML fragment generated by JavaScript code will make the search box on the page visible.
<script type="text/javascript" src="https://www.wikifx.com/Contentgj/js/tradersearch.js?id=div_jiaoyishang&width=350px&height=30px&buttomwidth=50px&border=1px&color=#f4c830&ts=" + Math.random()></script>
<script type="text/javascript">
var fx = new Object();
fx.id="div_jiaoyishang";
fx.width="350px";
fx.height="30px";
fx.buttomwidth="50px";
fx.border="1px";
fx.color="#f4c830";
var script=document.createElement("script");
script.type="text/javascript";
script.src="https://www.wikifx.com/Contentgj/js/tradersearch.js?id="+ fx.id +"&width="+fx.width+"&height="+fx.height+"&buttomwidth="+fx.buttomwidth
+"&border="+fx.border+"&color="+fx.color+"&ts=" + Math.random();
document.getElementsByTagName('body')[0].appendChild(script);
</script>
Parameter Name | Parameter Type | Required or not | Parameter Illustration |
---|---|---|---|
id | String | Yes | Specify where the input box is generated, that is the id of the div created in step 2. |
width | String | No | Configure the total width of the search box, namely the container width |
height | String | No | Configure the total height |
buttomwidth | String | No | Width of the button on the left, used to adjust the input box and buttons |
border | String | No | Border thickness of the search box can be adjusted according to the overall size of the input box |
color | String | No | Background Color |
Remarks: Place the JavaScript code mentioned in Step 2 after the div container, the bottom of body is recommend
Instructions: Type the company name or the license number into the search box to enter WikiFX SERP
WikiFX데이터는 모두 각국 외환 감독기관의 공식 데이터에서 온 것으로 영국FCA, 호주ASIC 등 발표내용 모두 공정, 객관, 실사구시를 종지로 외환거래 플랫폼에 외교비, 광고비, 순위비, 데이터 청산비 등을 받지 않는다. WikiFX는 당사의 데이터와 각 감독기구 등의 데이터가 일치하도록 최선을 다할 것이지만, 실시간으로 일치함에는 보장하지 않는다.
외환업계가 여러모로 복잡하게 얽혀 있는 점을 감안하면 일부 외환 딜러가 사기 수단을 통해 감독기관의 합법적 등록을 받는것을 배제할 수 없습니다. WikiFX가 공표한 데이터와 실제상황에 다른점이 있다면 WikiFX의 “신고” 와 “오류 정정”기능을 통해 신고하십시오, 신속히 실태를 조사하고 검증하여 관련 결과를 공포할 것 입니다.
외환, 귀금속과 차익계약(OTC 장외거래)은 레버리지 상품으로 높은 리스크가 있어 귀하의 투자원금이 손실될 수 있으므로 신중히 투자하십시오.
주의: WikiFX에 기재된 정보는 참고용으로만 제공하며, 투자 제안을 형성하지 않습니다. 외환 플랫폼은 이용자 스스로 선택하고, 플랫폼 조작에 의한 리스크는 WikiFX와는 무관합니다. 따라서 관련 결과에 대한 책임은 이용자에게 있습니다.