Coinwidget Shortcode Plugin 1.1


Updated the coinwidget.com shortcode plugin to fix an issue where the code would fail due to it trying to append elements to comments in the page.

Issue 4 was reported some time ago as a bug in the coinwidget.com plugin. It was causing me some trouble when using different WordPress themes.

Changed this document.lastChild.firstChild.appendChild(x) into this document.body.appendChild(x) in coin.js which was failing because the lastChild either had no firstChild or could not append children.

http://notions.okuda.ca/wordpress-plugins/coinwidget-com-bitcoin-shortcode-plugin/

Leave a comment

Your email address will not be published. Required fields are marked *