>
Download This Plugin | |
Download Elegant Themes | |
Name | SPIURL |
Version | 1.05 |
Author | Shannon Whitley |
Rating | 0 |
Last updated | 2010-04-06 06:27:00 |
Downloads |
866
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
SPIURL plugin added 2 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
SPIURL plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! SPIURL plugin ads no tables to your Wordpress blog database.Static Profile Image Urls for Twitter.
Serve Twitter profile images from your WordPress blog.
Requires PHP 5
This code can be used with WordPress or as a standalone caching application.
Example Twitter profile image link:
<img src='http://{my wordpress blog}/?spiurl_user={Twitter Username}' alt='' />
Other WordPress plugin authors can check for the existence of this plugin and use the same cache.
Example for Plugin Authors:
if(function_exists('spi_profile_image_get')) { echo '<img src="'.get_option('home').'/?spiurl_user=ev" alt="Ev" />'; }
Changes in Version 1.05
Troubleshooting
There are two options in the file. Edit /plugins/spiurl/spiurl.php
$spiurl_domaincheck = 'Y'; $spiurl_redirect = 'N';
Turn off ('N') $spiurl_domaincheck if you want to test SPIURL.
Turn on ('Y') $spiurl_redirect if your web server isn't serving the image.