This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Link2Post

Description

Automatically parse submitted URLs to create posts.

Installation

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/

FAQ

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

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Link2Post” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Link2Post” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

.1

  • Initial version.