Plugin ini belum teruji dangan 3 rilis besar WordPress. Kemungkinan tidak lagi dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan dengan versi WordPress yang lebih baru.

Link2Post

Deskripsi

Automatically parse submitted URLs to create posts.

Instalasi

Download, Install and Activate!

  1. Download the latest version of the plugin.
  2. Unzip the downloaded file to your computer.
  3. Upload the /link2post/ directory to the /wp-content/plugins/ directory of your site.
  4. Activate the plugin through the ‘Plugins’ menu in WordPress.
  5. Install and activate any plugins required for the embedding of specific modules. See each module below in the ‘Integrated Modules’ section to see the requirements for each module.

How to Use

  1. Click on the checkbox next to ‘Show L2P’ in admin bar or navigate to Tools -> Link2Post from admin menu.
  2. Enter a URL. Click ‘Create Post’
  3. The URL will be parsed and added as a post or CPT based on the target site.
  4. If a post was already created for that URL, you will be given the option to update the previously created post.

Settings

  1. Navigate to Settings -> Link2Post from admin menu. Here you will see a list of all installed modules.
  2. To enable the formatting of posts based on a given module, set ‘Format Post Content’ to ‘Yes’ for that module.
  3. To create a CPT for a given module, set ‘Create and Use CPT’ to ‘Yes’ for that module. Note: If ‘Format Post Content’ is set to ‘No’, ‘Create and Use CPT’ will also be set to ‘No’
  4. Click ‘Save Settings’

Integrated Modules

  • YouTube (youtube.com).
  • GitHub Gists (gist.github.com). Also install https://wordpress.org/plugins/oembed-gist/
  • Codepen (codepen.io). Also install https://wordpress.org/plugins/codepen-embedded-pen-shortcode/
  • jsfiddle (jsfiddle.net).

Adding Modules

  1. Copy sample_module.php in the modules folder into your own custom plugin and rename the file to reflect your new module’s name
  2. Follow the instructions given in the file that was sample_module.php to set up the module
  3. If you’d like your module to be included in this plugin, you can do a pull request against the GitHub repository here: https://github.com/strangerstudios/link2post/

Tanya Jawab

Installation Instructions

Download, Install and Activate!

  1. Download the latest version of the plugin.
  2. Unzip the downloaded file to your computer.
  3. Upload the /link2post/ directory to the /wp-content/plugins/ directory of your site.
  4. Activate the plugin through the ‘Plugins’ menu in WordPress.
  5. Install and activate any plugins required for the embedding of specific modules. See each module below in the ‘Integrated Modules’ section to see the requirements for each module.

How to Use

  1. Click on the checkbox next to ‘Show L2P’ in admin bar or navigate to Tools -> Link2Post from admin menu.
  2. Enter a URL. Click ‘Create Post’
  3. The URL will be parsed and added as a post or CPT based on the target site.
  4. If a post was already created for that URL, you will be given the option to update the previously created post.

Settings

  1. Navigate to Settings -> Link2Post from admin menu. Here you will see a list of all installed modules.
  2. To enable the formatting of posts based on a given module, set ‘Format Post Content’ to ‘Yes’ for that module.
  3. To create a CPT for a given module, set ‘Create and Use CPT’ to ‘Yes’ for that module. Note: If ‘Format Post Content’ is set to ‘No’, ‘Create and Use CPT’ will also be set to ‘No’
  4. Click ‘Save Settings’

Integrated Modules

  • YouTube (youtube.com).
  • GitHub Gists (gist.github.com). Also install https://wordpress.org/plugins/oembed-gist/
  • Codepen (codepen.io). Also install https://wordpress.org/plugins/codepen-embedded-pen-shortcode/
  • jsfiddle (jsfiddle.net).

Adding Modules

  1. Copy sample_module.php in the modules folder into your own custom plugin and rename the file to reflect your new module’s name
  2. Follow the instructions given in the file that was sample_module.php to set up the module
  3. If you’d like your module to be included in this plugin, you can do a pull request against the GitHub repository here: https://github.com/strangerstudios/link2post/
I found a bug in the plugin.

Please post it in the GitHub issue tracker here: https://github.com/strangerstudios/link2post/issues

Ulasan

Belum ada ulasan untuk plugin ini.

Kontributor & Pengembang

“Link2Post” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

Terjemahkan “Link2Post” dalam bahasa Anda.

Tertarik mengembangkan?

Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.

Log Perubahan

.1

  • Initial version.