>
Download This Plugin | |
Download Elegant Themes | |
Name | MyTweetMag |
Version | |
Author | |
Rating | 0 |
Last updated | 2010-06-30 07:35:00 |
Downloads |
600
|
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%
MyTweetMag plugin added 2 bytes of resources to the Home page and 3 bytes of resources to the sample Post page.
MyTweetMag plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! MyTweetMag plugin ads no tables to your Wordpress blog database.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 = '« Previous'
$next_paging_link = 'Next »'
$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' => __('« Previous', FB_MTM_TEXTDOMAIN)
'next_paging_link' => __('Next »', FB_MTM_TEXTDOMAIN)
'prev_paging_title' => __('more items', FB_MTM_TEXTDOMAIN)
'next_paging_title' => __('more items', FB_MTM_TEXTDOMAIN)
'use_simplepie' => 1
'view' => 0