|
|
|
 |
|
Credits Seamless Integration WordPress Plugin
Seamless Integration
Can I integrate tools here into my site?
Exactly. You can integrate all tools in my-Tool.com into your site seamlessly and easily. Just copy and paste a piece of code below, set the parameters and you are ready to offer our tools to your visitors.
Javascript code:
<!-- my-Tool.com start -->
<script type="text/javascript"><!--
my_tool_tool = "mathematics/maximaphp";
my_tool_siblings = "false";
my_tool_width = "100%";
my_tool_height = "600";
my_tool_color = "#000000";
my_tool_background_color = "#FFFFFF";
my_tool_background_image = "";
my_tool_link_color = "#0000CC";
my_tool_visited_color = "#551A8B";
my_tool_hover_color = "#0000CC";
my_tool_active_color = "#FF0000";
my_tool_hr_top_color = "#0000CC";
my_tool_hr_bottom_color = "#0000CC";
my_tool_link_position = "top-right";
//-->
</script>
<script type="text/javascript" src="http://www.my-tool.com/service/service.js">
</script>
<!-- my-Tool.com end -->
Non-javascript code:
<!-- my-Tool.com start -->
Tool by <a href="http://www.my-tool.com/">my-Tool.com</a><br><br>
<iframe name="my_tool_frame"
width="my_tool_width" height="my_tool_height"
src="http://www.my-tool.com/service/my_tool_tool?\
c=my_tool_color&bc=my_tool_background_color&\
bi=my_tool_background_image&lc=my_tool_link_color&\
vc=my_tool_visited_color&hc=my_tool_hover_color&\
ac=my_tool_active_color&htc=my_tool_hr_top_color&\
hbc=my_tool_hr_bottom_color&sb=my_tool_siblings"
frameborder="0" marginwidth="0" marginheight="0" vspace="0"
hspace="0" allowtransparency="true" scrolling="auto">
</iframe>
<!-- my-Tool.com end -->
In the non-javascript version you need to manually replace the appropriate parameters to fit your site. And the following special characters should be replaced by its url encoding: # by %23, % by %25, : by %3A, / by %2F, ? by %3F, & by %26, etc. Backslash (yen) signs \ above mean that the lines are actually connected together, therefore you need to remove them and the newlines and it will become a very loooong line.
Parameters
| my_tool_tool | : | Complete name of tool to integrate. This is part of tool's url in my-Tool.com just after domain name, heading and trailing slash are optional. (eg. mathematics/maximaphp) |
| my_tool_siblings | : | Whether to show the sibling tools in the same category or not. (true, false) |
| my_tool_width | : | Width of tool. (eg. 100%, 800, 600) |
| my_tool_height | : | Height of tool. (eg. 800, 600, 400) |
| my_tool_color | : | Font color of tool. (eg. #000000) |
| my_tool_background_color | : | Background color of tool. (eg. #FFFFFF) |
| my_tool_background_image | : | Complete url of background image of tool. (eg. http://www.my-tool.com/images/my-tool.png) |
| my_tool_link_color | : | Link color of tool. (eg. #0000CC) |
| my_tool_visited_color | : | Visited link color of tool. (eg. #551A8B) |
| my_tool_hover_color | : | Hovered link color of tool. (eg. #0000CC) |
| my_tool_active_color | : | Active link color of tool. (eg. #FF0000) |
| my_tool_link_hr_top_color | : | Top color of horizontal ruler inside tool. (eg. #0000CC) |
| my_tool_link_hr_bottom_color | : | Bottom color of horizontal ruler inside tool. (eg. #0000CC) |
| my_tool_link_position | : | Position of link back to my-Tool.com. (top-left, top-center, top-right, bottom-left, bottom-center, bottom-right) |
To integrate our tools to your site please use the code above along with a small text link back to us. If you use your own code to integrate our tools please keep a link back to http://www.my-tool.com/.. :) .. Thanks.
See working examples of our tools integration in AdManner.
Most of the visitors who used this tool also used WHOIS (12.5%), HTML Tester (6.2%), Text (6.2%) |
|