Jet Form PRO嵌入代码帮助

时间:2015-04-04 作者:penguintine

我一直在尝试将以下代码添加到我的博客中:

<script type="text/javascript" src="http://form.jotformpro.com/jsform/50926150380955"></script>
但是Wordpress不会保存更改。

如有任何建议,我们将不胜感激。

1 个回复
SO网友:Titus Ndoka

尝试使用以下插件-https://wordpress.org/plugins/jotform-oembed/

成功安装后,只需将JotForm URL粘贴到希望其显示的帖子或页面上:

Pasted jotForm URL

您可以从JotForm builder获取JotForm URL,如下所示:

enter image description here

根据您共享的脚本嵌入代码,您的JotForm URL应为:

http://form.jotformpro.com/form/50926150380955
~~

以下是嵌入时的外观:http://tituswptest.qsandbox.com/?page_id=24

使用代码“0000”访问上面的测试页面。

希望这有帮助。

~~

以下是插件代码,以防链接中断或插件被删除:

<?php
/*
    Plugin Name: JotForm oEmbed
    Plugin URI: http://www.jotform.com/labs/wordpress
    Description:
    Version: 1.0
    Author: Ertugrul Emre Ertekin
    Author URI: http://ee.ertek.in
    License: GNU General Public License v3
*/

class JotFormOEmbed {

    public function __construct() {
        wp_oembed_add_provider( \'#https?://(secure\\.|www\\.|form\\.)?(my)?jotform(pro|eu|z)?\\.(com|net|us|ca|me|co)/form/[0-9]*#i\', \'https://www.jotform.com/oembed/\', true );
    }

}

$jotformOEmbed = new JotFormOEmbed();

?>

结束

相关推荐

什么是$global[‘wp_setting’][‘media’][‘embedds’]?

在里面wp-admin/options-media.php, 下面是几句话:<?php if ( isset( $GLOBALS[\'wp_settings\'][\'media\'][\'embeds\'] ) ) : ?> <h3 class=\"title\"><?php _e(\'Embeds\') ?></h3> <table class=\"form-table\"> <?php do_settings_