WP-FollowFriday for Twitter
WP-FollowFriday – A Worpress plugin for Twitter recommendation
WP-FollowFriday Wordpress plugin working with Twitter API. It allow you to select your recommendations into your following and to display them in a widget, a post, a page or in your wordpress template. You can use as a #FollowFriday to display on your blog or website.
The displayed code is entirely customizable, you can display the ScreenName, the picture or the link of every recommendation in your site or blog format and style !
NEW in v0.3 ! You can now create different recommendations lists and choose which one you want to display in your widget, or in your pages and posts.
Installation et use
Use this page for your questions and comment

INSTALLATION :
1 – Donwload the .zip archive and extract it. Then put the wpfollowfriday folder in your « /wp-content/plugins» folder.
2- In your admin panel, activate theplugin
3- Open the « Follow Friday Settings» tab in your admin panel, and enter your Twitter user name (ScreenName).
4-You can modify the display of your recommendation by changing the code in the « Html code pattern» field (using the %screenName% and %urlAvatar% tags) or by adding code in the « Html code before» et « Html code after» fields.
5- You can modify the the title of your lists display by change the « Code before Each List« field. This field accept the %listName% tag which is use to display your list title.
6- You can create or delete lists, and choose in which order you want them to be displayed using the « Follow Friday Lists» in the « Followfriday settings» in your admin panel.
7- You can choose which list is displayed in the widget by select it in the select menu and press « change widget list» .
HOW TO USE
- Open the « Manage Recommandations» tab in your admin panel. Display your Twitter following checking the « Display your following list to add recommendations» box. Then you just have to select which following you want to recommend, choose in which list you want to add them and submit.
- The displaying of your recommendation can be done in four way :
- In your sidebar using the included Widget (choose which list to display in the follow friday setting menu)
- Displayed in a page or in a post using the ||-WPFOLLOWFRIDAY-|| tag inside them (to display all list)
- Display one or more list in a page or a post using the ||-WPFF:{lists_id}:WPFF-|| tag whith your selected lists id inside. example : ||-WPFF:1:WPFF-|| or ||-WPFF:2,5,4:WPFF-||
- Displayed in your wordpress template using the <?php wpfollowfriday_write(); ?> tag

