Thêm từ điển vào site của bạn Nếu site của bạn là một site sử dụng mã nguồn NukeViet, bạn có thể cài tính năng này cho Web của bạn một cách đầy đủ. Chỉ cần tới nukeviet.vn tìm module Dictionary v1.1.
Nếu Website, blog của bạn không sử dụng mã nguồn NukeViet, bạn hãy sử dụng code HTML sau để chèn vào Website, Blog của bạn.
Sử dụng dữ liệu Từ điển tiếng Việt của Hồ Ngọc Đức:
Code
<script language="JavaScript">
<!--
var dictionaries = "ev";
// -->
</script>
<script language="JavaScript1.2" src="http://mangvn.org/nukeviet/js/td.js"></script>
Trong đó ev là ký hiệu của từ điển Anh - Việt. Bạn có thể thay bằng một từ điển khác, với ký hiệu các từ điển như sau:
Kí hiệu
Từ điển
ev
Anh - Việt
wn WordNet 2.0
foldoc Computing dictionary
fv Pháp - Việt
dv Đức - Việt
nv Na Uy - Việt
ve Việt - Anh
vf Việt - Pháp
vd Việt - Đức
vv Việt - Việt
Sử dụng dữ liệu từ điển của Vdict:
Code
<script language="JavaScript">
<!--
var dictionaries = "eng2vie_vie2eng_foldoc";
// -->
</script>
<script language="JavaScript1.2" src="http://mangvn.org/nukeviet/js/vdict.js"></script>
Còn nếu bạn muốn thêm một form tra từ điển vào site thì hãy sử dụng đoạn code sau:
Code
<center><a href=http://mangvn.org/nukeviet/modules.php?name=Dictionary><img src="http://mangvn.org/nukeviet/images/modules/Dictionary/dict_logo.gif" border="0" width="116" height="19"></a>
<form name="vdict" method="get" action="http://vdict.com/gateway.php" target="_blank">
<input name="word" type="text" id="word" size="18" maxlength="100">
<br>
Tra theo từ điển:<br>
<select name="dictionary">
<option value="0">Tất cả các từ điển</option>
<option value="1" selected>Từ điển Anh - Việt</option>
<option value="2">Từ điển Việt - Anh</option>
<option value="3">Từ điển Việt - Việt</option>
<option value="4">Từ điển Việt - Pháp</option>
<option value="5">Từ điển Pháp - Việt</option>
<option value="6">Từ điển Tin học</option>
<option value="7">Từ điển Anh - Anh</option>
</select>
<br><br>
<input type="submit" name="Submit" value="Tra từ">
<input type="RESET" value="Làm lại">
</form>
<br>
<center>