Linux 软件免费装
Banner图

Pinterest Importer

开发者 grosbouff
更新时间 2019年6月4日 22:17
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 5.2.1
版权: GPLv2 or later

标签

backup importer Pinterest pins

下载

详情介绍:

Pinterest Importer allows you to connect to your Pinterest.com account; to grab all your pins (including from secret and optionnally followed boards); and to import them in Wordpress. The difference with other plugins is that it is not based on the (very limited) official Pinterest API; which also requires SSL. This means that you can make a full backup (instead of getting only the last x pins); but it also means the plugin may broke one day or another. Better use it quick ! Donate! It truly took me a LOT of time to code this plugin. If it saved you the time to backup manually a few hundred (or more!) pins, please consider converting this time into a donation. This would be very appreciated — Thanks ! Instruction
  1. Go to Pins -> Pinterest Account
  2. Follow the steps
  3. Enjoy !
Contributors Notes For feature request and bug reports, please use the forums. If you are a plugin developer, we would like to hear from you. Any contribution would be very welcome.

安装:

This plugin requires at least php 5.3.6 with the exif extension enabled.
  1. Upload the plugin to your blog and Activate it.

屏幕截图:

  • Pinterest Account page
  • Pinterest Boards page
  • Pending Importation page
  • (Processed) Pins list
  • Plugin settings

常见问题:

How could I change how pins are saved ?

If you want to change how a pin is saved (for example to change its post type), you can hook actions on the filter 'pinim_before_save_pin'. For example : `<?php //change post content (have a look at the codex for the list of available variables) add_filter('pinim_before_save_pin','pin_custom_content',10,3); function pin_custom_content($post,$pin,$is_update){\ $post['post_content'] = 'MY CONTENT'; return $post; } ?>`

更新日志:

0.7.1 0.7.0 0.6.0 0.5.3 0.5.2 0.5.1 0.5.0 0.4.8 0.4.7 0.4.6 0.4.5 0.4.3 0.4.2 0.4.1 0.4.0 0.3.1 0.3.0 0.2.8 0.2.7 0.2.6 0.2.5 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0 0.1.2 0.1.1 0.1 =