我需要从 .php 文件调用 twitter 模式窗口内的 html 数据。如何调用这个函数?下面的脚本在一个 php 文件中,一旦我们单击链接,我需要在模式窗口中调用它。我能够触发模态窗口但不能触发数据。
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php echo $post->post_title; ?></title>
<meta name=”robots” content=”noindex”/>
</head>
<body>
<div style=”"><?php echo $image; ?></div>
<?php echo $post->post_title; ?></b>
<p style=”float: left;”>Testing</p>
</body>
</html>