Link2Post
Automatically parse submitted URLs to create posts.
Maintenance 20/1002945d since update
Active installs
10
Downloads
2,069
Reviews
0
Age
8.1y
TagsGithubcptGist
Plugin info
Total downloads: 2,069
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 5
Last updated: 12/8/2017 (2945 days ago)
Added to WordPress: 12/8/2017 (8 years old)
Minimum WordPress version: 4.8
Tested up to WordPress version: 4.9.26
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2945 days ago
20/100
Is Link2Post abandoned?
Possibly abandoned (last update 2945 days ago).
Compatibility
Requires WordPress: 4.8
Tested up to: 4.9.26
Requires PHP: f
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Gist All-In-One Marketing – Live Chat, Popups, Email
Rating 4.0/5 (4 reviews) • Active installs 700
Gist GitHub Shortcode
Rating 5.0/5 (6 reviews) • Active installs 200
Embed GitHub Gist
Rating 5.0/5 (4 reviews) • Active installs 100
WP Github Gist
Rating 1.0/5 (1 reviews) • Active installs 40
oEmbed Gists and Files
Rating 5.0/5 (1 reviews) • Active installs 30
Hosted Content Importer (HCI)
Rating 5.0/5 (2 reviews) • Active installs 20
Description
Automatically parse submitted URLs to create posts.
Installation
Download, Install and Activate!
- Download the latest version of the plugin.
- Unzip the downloaded file to your computer.
- Upload the /link2post/ directory to the /wp-content/plugins/ directory of your site.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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
- Click on the checkbox next to ‘Show L2P’ in admin bar or navigate to Tools -> Link2Post from admin menu.
- Enter a URL. Click ‘Create Post’
- The URL will be parsed and added as a post or CPT based on the target site.
- If a post was already created for that URL, you will be given the option to update the previously created post.
Settings
- Navigate to Settings -> Link2Post from admin menu. Here you will see a list of all installed modules.
- To enable the formatting of posts based on a given module, set ‘Format Post Content’ to ‘Yes’ for that module.
- 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’
- 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
- Copy sample_module.php in the modules folder into your own custom plugin and rename the file to reflect your new module’s name
- Follow the instructions given in the file that was sample_module.php to set up the module
- 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/
Frequently Asked Questions
Installation Instructions
Download, Install and Activate!
- Download the latest version of the plugin.
- Unzip the downloaded file to your computer.
- Upload the /link2post/ directory to the /wp-content/plugins/ directory of your site.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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
- Click on the checkbox next to ‘Show L2P’ in admin bar or navigate to Tools -> Link2Post from admin menu.
- Enter a URL. Click ‘Create Post’
- The URL will be parsed and added as a post or CPT based on the target site.
- If a post was already created for that URL, you will be given the option to update the previously created post.
Settings
- Navigate to Settings -> Link2Post from admin menu. Here you will see a list of all installed modules.
- To enable the formatting of posts based on a given module, set ‘Format Post Content’ to ‘Yes’ for that module.
- 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’
- 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
- Copy sample_module.php in the modules folder into your own custom plugin and rename the file to reflect your new module’s name
- Follow the instructions given in the file that was sample_module.php to set up the module
- 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
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
.1
- Initial version.