Tag Archives: JavaScript

WordPress JavaScript Editor For Adding Custom JavaScript To Your Website

Custom JavaScript Editor plugin is a powerful official WordPress release that add a JavaScript editor  you can use for easily adding custom Javascripts in your WordPress install direct from your admin area dashboard.

Continue reading WordPress JavaScript Editor For Adding Custom JavaScript To Your Website

How To Display Random Posts Via AJAX In Your WordPress Site ?

Unlike to related blog posts you can also display a list pf randomly selected blog posts via AJAX at the end of all or a few selected blog posts. The plugin becomes more useful if when you write any article which is not related to your blog category and related posts plugin fails in displaying other related posts. In such case you can disable related posts on that article and add a shortcode to display randomly selected blog posts.

Continue reading How To Display Random Posts Via AJAX In Your WordPress Site ?

Click & Pop Text Inside Any WordPress Blog Post Using New Text Toggle Plugin

Unlike to read more link you can use one more link for instantly showing and hiding text anywhere inside your blog post or page. The plugin activates a shortcode which you can use for displaying a customizable link and add some text which you want to keep hidden under this link and as soon the link is clicked it instantly displays the hidden text, another click hides it again.

Continue reading Click & Pop Text Inside Any WordPress Blog Post Using New Text Toggle Plugin

Configure External Links In The Way You Want In Your WordPress Site

You can configure all external links with custom settings globally in your WordPress site. For example: If you want to open all external links in a new tab then you can configure WordPress to open all external links in a new tab so that you don’t need giving blank target everytime you add an external link inside your blog post or anywhere else.

Continue reading Configure External Links In The Way You Want In Your WordPress Site

Enable Quick Frontend AJAX Editing And Many Other Useful Features In WordPress Commenting System

By default AJAX editing is only possible in admin area’s all comment’s quick edit option; now this tutorial explains how you can add a quick and powerful AJAX editing front-end feature for your website users. Simply install and activate WP Ajax Edit Comments plugin; soon after activation you can start editing comments on front-end using this plugin’s AJAX edit feature. Not only this much but this plugin provides you a plenty of the options and  features that you can configure from your admin area dashboard’s AEC (AJAX Edit Comments) menu.

Continue reading Enable Quick Frontend AJAX Editing And Many Other Useful Features In WordPress Commenting System

How To Toggle Visibility Of Your WordPress Comment Form Via AJAX ?

By toggling the visibility of WordPress comment form it comes visible only when a user clicks the comment button on single post pages. You can easily show/hide comment form via AJAX by using Show/Hide Commentform plugin, the plugin works with all WordPress and BuddyPress powered themes and there are no configuration options to set.

Continue reading How To Toggle Visibility Of Your WordPress Comment Form Via AJAX ?

How To Replace Default WordPress Text Widgets To Use Javascript, Flash Etc ?

By default WordPress doesn’t lets you use JavaScript in its default text widgets. There are some WordPress themes that automatically allows JS in text widgets after activation. Earlier we discussed about a plugin that allows you to use JavaScript inside your WordPress blog posts and pages, we have also posted a tutorial on a plugin that lets you use PHP in text widgets and another tutorial on plugin that lets you use PHP inside blog posts, pages and other content types etc.

Continue reading How To Replace Default WordPress Text Widgets To Use Javascript, Flash Etc ?

How To Allow JavaScript Inside WordPress Blog Posts And Pages ?

WordPress Plugin Repository has a powerful plugin that allows you to use JavaScript inside your blog posts and pages simply by using shortcodes. Allow Javascript in Posts and Pages is a an old WordPress plugin but still it works fine without any conflict in the latest version of WordPress i.e. WordPress3.5.1. The plugin lets you add Javascript inside WordPress posts and pages, while retaining HTML tags and other functional script. It strips away auto generated WP <p> and <br/> tags but at the same time the plugin allows addition of your own <p> and <br/> tags by using [p] and [/p] or [br/] or [a href=’void(0)’]link[/a].

Continue reading How To Allow JavaScript Inside WordPress Blog Posts And Pages ?

Stylish And Compact WordPress Plugin For Displaying Instagram Images Anywhere You Like

The Alpine PhotoTile for Instagram is a free Instagram plugin for WordPress site owners. The pluginis is capable enough of retrieving photos from givn Instagram user and tag. You can link Photos to your Instagram page, any URL or to a Lightbox Slideshow. Using its shortcode generator you can easily insert Instagram widget inside you blog posts and pages. Full demonstration of this plugin is available at The Alpine Press.

Continue reading Stylish And Compact WordPress Plugin For Displaying Instagram Images Anywhere You Like

Shutter Reloaded: More Small And Fast (Less Than 10KB) WordPress Lightbox Plugin

We have already discussed about some of the best Light box plugins that you can use in your WordPress site. What lightbox does is, when you click an image present in a blog post or page the lightbbox plugin starts its work by darkening the rest of page showing only your image to you, it also allows you to use arrow keys for viewing different images attached to the blog post you are reading, you an press ESC or cross button for closing the lightbox and returning back to your blog post.

Continue reading Shutter Reloaded: More Small And Fast (Less Than 10KB) WordPress Lightbox Plugin

How To Make WordPress Open External Links In A New Window ?

It is easy to link a word and set its target to blank so that it open in a new tab when clicked by your readers. Mostly bloggers want to make all external links open in a new window and all internal links to open in the same tab, you can make this thing a bit easy by making all external links to open in a new window automatically.

Continue reading How To Make WordPress Open External Links In A New Window ?

Ultimate Video Gallery Plugin For Your WordPress Site

It has become much easy to create a nice gallery of videos (youtube and/or flv ) in your WordPress site.

ULTIMATE VIDEO GALLERY plugin creates a beautiful gallery of videos for your site with youtube and flv videos. Thumbnails get automatically created. You can add titles on the videos and choose your own colors, number of columns and rows of thumbnails, video size in proportion to the module, the size of the thumbnails in proportion to the plugin, and a lot of things more. Also you can use it as a sidebar widget.

Installation & Usage:

  1. Install and activate the plugin.
  2. Configure and create new video gallery in your Dashboard-> Settings-> Ultimate video. Place [ultimate ID /] inside your Posts, where ID is your gallery ID. For example: [ultimate 1/] Where 1 is the gallery ID

Continue reading Ultimate Video Gallery Plugin For Your WordPress Site

Adding JavaScript Inside Your WordPress Posts

While writing any post change mode from Visual to HTML and paste your javascript there.

Excluding this there are many plugins available which allows you to add javascript in WordPress posts.

You may try this plugin also Custom fields shortcode. Although this plugin hasn’t been updated in over 2 years but it works good without  showing any error in my blog.

Useage:

Use [cf] shortcode in your post content to show the custom field value without editing any of your WordPress theme files.

For Example:  [cf] FieldName[/cf] returns value of ‘FieldName’ custom-filed.

Check similar plugins here.