Google translate widget only had 1 style, while alexa rank had 3 style that you can choose.
Here is the script to add google translate tools to your site:
- Please make sure you already add BjQuery main script below the body tag
<script src="http://bjquery.xtgem.com/v_1_19" type="text/javascript"></script>
- add script jb_g_translate(number button in 1 row, "your site's language");
for example:
<script>
jb_g_translate(6,"en");
</script>
- place it inside body tag, wherever you want it to appear.. :D
- save your template
How to add alexa rank widget? here is the steps:
- BjQuery main JS must exist in your body tag :D
- add script jb_alexa("your site (without http:// prefix", style(1,2,or 3));
Example:
<script>
jb_alexa("www.google.com",1);
</script>
- Place it where you want it to appear then save your template.
Have fun with BjQuery alexa and google translate widget :D
Post a Comment