Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wordpress 选择图像后添加此pinterest错误_Wordpress_Addthis_Pinterest - Fatal编程技术网

Wordpress 选择图像后添加此pinterest错误

Wordpress 选择图像后添加此pinterest错误,wordpress,addthis,pinterest,Wordpress,Addthis,Pinterest,Pinterest按钮在我的wordpress博客上不再起作用了。 选择要发布的图像后,显示服务列表,其中没有PINTEREST。 没有人会遇到这个问题。 我还检查了ADDTHIS网站,当我点击示例中的pinterest按钮时,发现了相同的错误: 这是我的密码 <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style" addthis:url="<?p

Pinterest按钮在我的wordpress博客上不再起作用了。
选择要发布的图像后,显示服务列表,其中没有PINTEREST。 没有人会遇到这个问题。

我还检查了ADDTHIS网站,当我点击示例中的pinterest按钮时,发现了相同的错误:

这是我的密码

    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style" addthis:url="<?php echo get_permalink() ?>" addthis:title="<?php the_title(); ?>">
            <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
            <a class="addthis_button_tweet" tw:via="metwit"></a>
            <a class="addthis_button_pinterest_pinit" pi:pinit:layout="horizontal" pi:pinit:description="<?php the_title(); ?>"></a>
            <a class="addthis_counter addthis_pill_style"></a>
        </div>
        <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};      </script>
        <!-- AddThis Button END -->


如果您的添加不起作用,请使用此代码fr共享

<span class="st_twitter_large" displayText="Tweet"></span>
<span class="st_facebook_large" displayText="Facebook"></span>
<span class="st_ybuzz_large" displayText="Yahoo! Buzz"></span>
<span class="st_gbuzz_large" displayText="Pinterest"></span>
<span class="st_email_large" displayText="Email"></span>
<span class="st_sharethis_large" displayText="ShareThis"></span>

<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
    stLight.options({publisher:'12345'});
 </script>

选项({publisher:'12345});

使用此代码,其工作效率为100%

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};      </script>

var addthis_config={“数据轨道地址栏”:true};

我也有同样的问题。我昨天写信给addthis.com的支持。现在似乎问题已经解决,无需更改我的任何代码。

我说的是addthis而不是sharethis!好的,一点问题都没有,使用这个代码,我在我的网站上使用这个代码,100%工作…谢谢你的帮助。我取得了进步。事实上,pinterest已经落后了:我还在上面的第一篇文章中添加了我的代码,因为我想要按钮的非紧凑版本。是的,只是今天工作得很好。这个错误是暂时的。