我使用wp-insert-post在wordpress中动态创建帖子。该脚本位于一个外部文件中,我在其中包含了wp-load.php文件以使用那里的wordpress函数。我的疑问是,在使用wp-insert-post函数时,我们可以使用默认参数,但如何包含插件使用的参数(在本例中为Facebook)。'Custom Title (to be displayed on the Facebook timeline, when the post is published)';
$post_id = wp-insert-post</e