poetapp / wordpress-plugin

Automatically post to the Po.et Network from WordPress
https://wordpress.org/plugins/po-et/
GNU General Public License v2.0
49 stars 32 forks source link

Fixes #3 and #9. #28

Closed haydenyoung closed 6 years ago

haydenyoung commented 6 years ago

The shortcode has been removed and replaced with a badge injection; the badge is appended to the footer of the content on the fly so that the shortcode is a) not required and b) doesn't get stored on the Poet ledger.

Code passes call phpcs WordPress tests.

The badge only shows on single view, not on list view. This is being addressed.