Here is a shortcode that I developed for WordPress to enable AJAX searching of the post title without relying on AJAX. There is a big push to move away from using iQuery and just use native functions of the browser to achieve the same objectives. My solution will detect when the shortcode is used and […]
Tag: Javascript
How to Invite All Friends On Facebook
UPDATE – New Method ** Here is the code for a really easy way to invite all your Facebook friends to your Facebook fan page. Just click the “invite friends to facebook” link to open the pop-up, scroll down to show all your friends and then copy and paste the following code into the console […]
Post actions confirming in WordPress
There’s no native ability to add a dialog box for confirming post actions in WordPress. Luckily, since WordPress is extremely configurable we can develop one ourselves! One of the clients recently requested that they wanted a pop up box to alert them if they had not filled in specific text boxes when publishing a new […]