>
Download This Plugin | |
Download Elegant Themes | |
Name | Twitter API Shortcodes |
Version | 0.0.3Alpha |
Author | Ryan J. Geyer |
Rating | 0 |
Last updated | 2012-06-06 07:58:00 |
Downloads |
691
|
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%
Twitter API Shortcodes plugin added 4 bytes of resources to the Home page and 30 bytes of resources to the sample Post page.
Twitter API Shortcodes plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Twitter API Shortcodes plugin ads no tables to your Wordpress blog database.Twitter API Shortcodes (TAS for short) is currently in Alpha, and should not be considered at all stable! With that said please provide any feedback so we can make things better!
TAS allows you to put single tweets or entire twitter searches into your posts and pages using shortcodes. The tweets and searches are displayed in HTML markup, so the become "part" of your site, which is good for SEO.
The generated markup can be customized by putting a tweet.tpl (smarty template) file into your theme directory. This also means that theme authors can support this plugin directly.
Tweet templates assume that each tweet is in some block with the class 'status' (preferably a div like so
<
div class="status">), and that in that block, there is a block for images with the class 'images' (preferably a div like so
<
div class="images">)
All single tweets are cached in your local wordpress database, making performance ultra fast and reducing the number of requests necessary to the Twitter API.
Twitter searches can also be cached, allowing you to keep a history of that particular search. This is useful if you want to tweet about a particular event with a hash tag, then display all of your tweets for that event on a page, or in a post even after those tweets fall out of the twitter search index.