I've just discovered that Twitter accepts GET parameters as a quick way to update your status. For example, this simple link: I'm reading https://planetozh.com/blog/
How To: Load Javascript With Your WordPress Plugin
Adding javascript into an admin page is a critical part of plugin coding. Critical, because it is both trivial and probably reason #1 why it will conflict with other plugins if not done properly. When their plugin needs javascript, Good Plugin Coders™ have to make sure of the following points: add javascript only once: if you need prototype.js, don't add…