Software Listing of Author : "Aelora"
- Just A Tweet
- License: Freeware
- Price: 0.00


Adds a just_a_tweet function that allows you to display only the most recent Tweet from a Twitter feed. This came about because I wanted a way to display my most recent tweet in the header of my site. Looking through dozens of Twitter plugins I couldn't find one that just got the most recent tweet without too much extraneous HTML and also cached the request. This function does both. Install : 1. Upload just-a-tweet to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place <?php just_a_tweet('username'); ?> in your templates The function just_a_tweet takes up to 4 parameters $twitterUser - Required - The name of the Twitter user you want to request $cacheAge - Optional - Number of minutes after which the cache is considered stale. Defaults to 5 $forceRefresh - Optional...
- Platform: PHP, Scripts
- Link Footnotes
- License: Shareware
- Price:


Adds a section to the bottom of your pages and posts listing any external links. Only links starting with http or https are included so ftp, mailto, etc will not be included in the list; although it would be pretty trival to edit the plugin to allow them to. Likewise any links that start with your blog URL are also excluded. Install : 1. Upload the link-footnotes folder to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. It's on by default, so any posts and pages with external links will display footnotes once activated Options There are two options on the Settings -> Writing page. Default On Whether you want the footnotes to display by default or not. If cleared then the links will not be displayed even if there are external links. You can force the links to show even if...
- Platform: PHP, Scripts
