|
|
 |
|
 |
|
| RSS Just Better 0.2 |
Author: Stefania Marchisio
It displays a list of feed items from a given feed URL. You can select the number of displayable items, whether you want publication date, time and/or excerpt (and how many chars of it). The user can choose to have a ordered (numbered) or unordered (bullet-point) list and to open a new windows or not, when clicking on the linked items Installation:
From Plugins->Installed of your wordpress administration, select "Add new", search for "RSS just better" into the search text-box then click on Install (on the right) when prompted with this plugin
OR
Download this plugin from wordpress repository or from Stefanias blog, unzip it (a directory with 2 files will be extracted) and upload it to the /wp-content/plugins/ directory of your wordpress
Activate the plugin through the Plugins->Installed menu in your WordPress administration
Configure it (see Usage in Other Notes)
faq:
Why the heck would I need/want it?
Well, it provides the latest items of any feed on the Internet: can you imagine what boost of traffic it can bring to your blog?
Lets pretend you write about volleyball, knitting or lactose-intolerance. You just need to enter the relevant feed in the feed URL and wait for it to display the latest items on your subject.
Hey, I cannot find any configuration page in Settings How does it work?
As a widget, you drag & drop the widget to any widget-ready area of your theme; open and complete the widget form, and click on Save button.
As a shortcode, you add/edit the post/page you want the news to be displayed into - IN HTML MODE! - and enter your shortcode as explained in Usage (in Other Notes).
|
|
|
 |
|
 |
 |
|
 |
|
| Digg Digg 3.5 |
Author: YONG MOOK KIM
All-in-One social vote buttons - Digg, Reddit, dDone, Yahoo Buzz, TweetMeme(twitter), fbshare(facebook), Polladium, StumbleUpon, Delicious, Sphinn, Post comments, Google Buzz, Designbump, Designfloat and WebBlend Installation:
Download and extract it
Copy digg-digg folder to the "/wp-content/plugins/" directory
Activate the plugin through the Plugins menu in WordPress
Done
Post Installation
1. Access the setting -> Digg Digg to do the configuration
faq:
After Activated? How to use it?
Display with exisiting layout template
1) After activated, click "setting - Digg Digg" to access Digg Digg setup screen.
2) Choose buttons display at Home page, Static page, Post Page, Category Page or Archive Page
3) Choose how you want buttons integrate with WordPress content
4) Choose buttons design style - Normal and compact
5) Choose buttons weight - display order
6) Saved.
Can i generate specified button only?
Put the button to anywhere you want , copy and paste the following code into your php file, eg. single.php
* digg_digg_generate(Normal); //Generate Digg only
* digg_digg_reddit_generate(Normal); //Generate Reddit only
* digg_digg_dzone_generate(Normal); //Generate Dzone only
* digg_digg_ybuzz_generate(Normal); //Generate Yahoo Buzz only
* digg_digg_twitter_generate(Normal,mkyong); //Generate Twitter only
* digg_digg_fbshare_generate(Normal); //Generate Facebook only
* digg_digg_poll_generate(Normal); //Generate Polladium only
* digg_digg_stumbleupon_generate(Normal); //Generate Stumbleupon only
* digg_digg_delicious_generate(Normal); //Generate Delicious only
* digg_digg_sphinn_generate(Normal); //Generate Sphinn only
* digg_digg_post_comments_generate(); //Generate Post Comments only
* digg_digg_gbuzz_generate(Normal); //Generate Google Buzz only
* digg_digg_designbump_generate(Normal); //Generate Design Bump only
* digg_digg_designfloat_generate(Normal); //Generate Design Float only
* digg_digg_webblend_generate(Normal); //Generate The Web Blend only
P.S All functions accept button style as argument, Normal or Compact.
P.S Twitter accept one more argument as source
|
|
|
 |
|
 |
|
|