Inline PHP

By : kukukuan

The plugin can execute php string in posts/pages, and display the output as the contents of posts/pages. Just quote what you want to execute in <exec>...</exec> or [exec]...[/exec] tag.

Here is a simple demo: echo 'This is a test'; OR [exec] echo 'This is a test'; [/exec]

An advanced demo may look like this:

   <exec>
       $filestr = file_get_contents('http://www.seocompany.ca/pagerank/page-rank-update-list.html');
       if (preg_match('/<p>.*<\/p>/ums', $filestr, $matches)){
           echo str_replace("<p><a href=\"#page-rank-update-list-history\">Top of Page Rank Update List History</a></p>", "", str_replace("<table width=\"65%\">", "<table width=\"100%\">", $matches[0]));
       }
   </exec>

Here is a post to show PageRank Export History with the code above. HERE (Notice: I also add some CSS style to make the output nicer.)

PHP Shortcode

Based on kukukuan's Inline PHP, this plugin allows you to embed and run PHP code in posts, pages or widgets* with a WordPress shortcode. (* Requires a shortcode enabled widget plugin, such as Section Widget.)...

Similar: 84%

PHPEval

The PHPEval Plugin is a WordPress plugin which allows users to write php code inside of their pages. Embedded php code will be executed when the post is shown. In doing so, the plugin offers the possibility to utilize dynamic content inside of posts. In contrast to other plugins with the same aim, t.........

Similar: 84%

Allow PHP in Posts and Pages

Allow PHP in posts and pages adds the functionality to include PHP in your WordPress posts and pages by adding a shortcode [php] your code [/php] This plugin attempts to strip away the automatically generated wordpress <p> and <br/> tags but still allows the addition of your own <p&g.........

Similar: 50%

Easy Facebook Comments

This is a simple plugin for Facebook comment that allows you to add php functionality to WordPress Posts and Pages....

Similar: 50%

ezPHP for WordPress

ezPHP brings the power of <?php ?> tags into WordPress; or you can use [php][/php] shortcode tags (recommended for the WP Visual Editor; this is generally the best approach). PHP tags can be extremely useful when there is logic that needs to be worked out before certain portions of your conten.........

Similar: 36%

CSS & JavaScript Toolbox

Update Notice After a long hiatus in development, we have decided to focus our entire efforts on our new premium extension plugin called CSS & JavaScript Toolbox PLUS, which is designed to work with and UPGRADE the free version. Unfortunately we will be moving many features from the free versio.........

Similar: 14%

Easy Code Placement

Easy Code Placement provides a very easy way to place any Code where you want to have it. - You can use the WordPress Text Widget with an Shortcode in it or just place a Shortcode anywhere in Posts/Pages to display your code where you want to have it....

Similar: 12%

pixoona Plugin

Conquer the world of PIXSETTING with this plugin. Install the pixoona plugin and any picture on your blog becomes the platform to share your thoughts, ideas and favorite products with your friends, customers or the PIXSETTER community. http://youtu.be/O7TcWYjyudU Test PIXSETTING Want to give it a.........

Similar: 9%

Social Share 2.0 - Social Bookmarks

This plugin adds a small widget within each blog post to share blog posts on Facebook, Twitter, Google Buzz, Digg, Surfpeople, and well over 100 more social bookmarking and sharing sites ....

Similar: 5%

Ads Manager WP/BB

Use this plugin to quickly and easily insert Any Ad code Unit to your posts and BuddyPress sections including Forum topics....

Similar: 4%