Software Listing of Author : "Miyauchi"
- oEmbed Gist
- License: Freeware
- Price: 0.00


Embed your source from gist into WordPress easily. You simply paste URL of your Gist. Install : * A plug-in installation screen is displayed on the WordPress admin panel. * It installs it in wp-content/plugins. * The plug-in is made effective.
- Platform: PHP, Scripts
- oEmbed Tweet
- License: Freeware
- Price: 0.00


Insert tweeet only input tweet's permalink. You can edit visual design in your theme directory. This plugin implemented simple template system. You can edit HTML and Stylesheet in your theme directory. Copy The following files to your theme directory then edit it! Install : * A plug-in installation screen is displayed on the WordPress admin panel. * It installs it in wp-content/plugins. * The plug-in is made effective.
- Platform: PHP, Scripts
- Posts from a Category Widget
- License: Shareware
- Price:


Display post from a selected category with post thumbnail. Some features: Display post from a selected category with post thumbnail on sidebar widget. You can customize HTML output. You can customize default HTML template on your plugin. filter hooks example Filter for default template. <!--code1--><!--ecode1--><?php dlT dlT dlT dlT add_filter("posts-in-category-widget-template", "my_template"); dlT dlT dlT dlT function my_template($template) { dlT dlT dlT dlT dlT dlT dlT dlT return '<div class="%class%">%post_thumb%</div>'; dlT dlT dlT dlT } ?><!--code2--><!--ecode2--> Filter for stylesheet URI. <!--code1--><!--ecode1--><?php add_filter("posts-in-category-widget-stylesheet", "my_style"); dlT dlT dlT dlT function my_style($url) { dlT dlT dlT dlT dlT dlT dlT dlT return...
- Platform: PHP, Scripts
- Single Post Widget
- License: Shareware
- Price:


Display single post from url on sidebar widget. This plugin maintained on GitHub. Some features: Display single post from url on sidebar widget. You can customize HTML output. You can customize default HTML template on your plugin.
- Platform: PHP, Scripts
- url2link
- License: Freeware
- Price: 0.00


Insert link with title and summary only input URL. If you input URL on visual editor. This plugin will fetch title and summary from URL. Then changed to link with summary automatically. Support: * Plugin Homepage * Support Some features: * You can embed link easily. * You can edit CSS in your theme directory. (url2link.css copy to your theme directory then edit it!) Install : * A plug-in installation screen is displayed on the WordPress admin panel. * It installs it in wp-content/plugins. * The plug-in is made effective.
- Platform: PHP, Scripts