Wordpress plugins
MyTweetMag

MyTweetMag

Version : 0.0
Tested up to : 2.9.2
Number of download : 795
Author : MyTweetMag
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

MyTweetMag
MyTweetMag
MyTweetMag
MyTweetMag

This plugin works in combination with the plattform http://www.mytweetmag.com and allows you to integrate rss-feeds from mytweetmag into your wordpress-blog. There are two ways to integrate the feeds: 1. with a widget on the sidebar 1. with a shortcode in a static -page 1. with php PHP-USAGE: Use following code in Templates of the Theme Example: <?php MyTweetMag(10, "mytweetmag"); ?> All params with default-values: $display = 5 $username = '' $before_desc = '<br/>', $displaydescriptions = 0, $after_desc = '' $html = 1 $truncatedescchar = 200 $truncatedescstring = ' ... ' $truncatetitlechar = '' $truncatetitlestring = ' ... ' $before_date = '<br/><small>' $date = 0 $after_date = '</small>' $date_format = '' $before_creator = '<br/><small>' $creator = 0 $after_creator = '</small>' $start_items = '<ul class='mtm'>' $end_items = '</ul>' $start_item = '<li>' $end_item = '</li>' $target = 'self' $rel = 'follow' $charsetscan = 0 $debug = 0 $before_noitems = '<p>' $noitems = 'No items, feed is empty.' $after_noitems = '</p>' $before_error = '<p>' $error = 'Error: Feed has a error or is not valid' $after_error = '</p>' $paging = 0 $prev_paging_link = '&laquo; Previous' $next_paging_link = 'Next &raquo;' $prev_paging_title = 'more items' $next_paging_title = 'more items' $use_simplepie = 1 $view = 1 SHORTCODE-USAGE: use the following code in post or pages Example: [MyTweetMag display=’5′ username=” target=’self’] All params with default-values: 'display' => 5 'username' => '' 'before_desc' => '<br/>' 'displaydescriptions' => 1 'after_desc' => '' 'html' => 1 'truncatedescchar' => '' 'truncatedescstring' => ' ... ' 'truncatetitlechar' => '' 'truncatetitlestring' => ' ... ' 'before_meta' => '<br/><small>' 'meta' => 0 'after_meta' => '</small>' 'start_items' => '<ul class='mtm'>' 'end_items' => '</ul>' 'start_item' => '<li>' 'end_item' => '</li>' 'target' => 'self' 'rel' => 'follow' 'charsetscan' => 0 'debug' => 0 'before_noitems' => '<p>' 'noitems' => __('No items, feed is empty.', FB_MTM_TEXTDOMAIN) 'after_noitems' => '</p>' 'before_error' => '<p>' 'error' => __('Error: Feed has a error or is not valid', FB_MTM_TEXTDOMAIN) 'after_error' => '</p>' 'paging' => 0 'prev_paging_link' => __('&laquo; Previous', FB_MTM_TEXTDOMAIN) 'next_paging_link' => __('Next &raquo;', FB_MTM_TEXTDOMAIN) 'prev_paging_title' => __('more items', FB_MTM_TEXTDOMAIN) 'next_paging_title' => __('more items', FB_MTM_TEXTDOMAIN) 'use_simplepie' => 1 'view' => 0

Download now