模板标签-comments_popup_script()

0条评论

说明

该标签为评论弹出式窗口输出JavaScript代码。与comments_popup_link()标签串联使用。comments_popup_script通常出现在页面的<head>版块,但实际上它可以用在模板的任何位置。

用法

 <?php comments_popup_script(width, height); ?>

示例

将弹出窗口的宽度设为400像素,高度为500像素。

<?php comments_popup_script(400, 500); ?>

参数

width

(整数)弹出式窗口的宽度。默认为400(像素)。

height

(整数)弹出式窗口的高度。默认为400(像素)。

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.