{"id":9564,"date":"2016-05-07T02:39:16","date_gmt":"2016-05-07T02:39:16","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/mytweetmag\/"},"modified":"2010-06-30T19:35:56","modified_gmt":"2010-06-30T19:35:56","slug":"mytweetmag","status":"closed","type":"plugin","link":"https:\/\/ja.wordpress.org\/plugins\/mytweetmag\/","author":6467535,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"","stable_tag":"trunk","tested":"2.9.2","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"","header_author":"","header_description":"","assets_banners_color":"","last_updated":"2010-06-30 19:35:56","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.mytweetmag.com\/","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1299,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1412068","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1412068","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1412068","resolution":"1","location":"plugin"}},"screenshots":{"1":"The MyTweetMag-widget for your sidebar screenshot-1.jpg","2":"The MyTweetMag-button in the edit-bar screenshot-2.jpg","3":"A Demo of the plugin in action (sidebar and static page) screenshot-3.jpg"}},"plugin_section":[],"plugin_tags":[],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-9564","plugin","type-plugin","status-closed","hentry","plugin_committers-mytweetmag"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/mytweetmag.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/mytweetmag\/trunk\/screenshot-1.jpg?rev=1412068","caption":"The MyTweetMag-widget for your sidebar screenshot-1.jpg"},{"src":"https:\/\/ps.w.org\/mytweetmag\/trunk\/screenshot-2.jpg?rev=1412068","caption":"The MyTweetMag-button in the edit-bar screenshot-2.jpg"},{"src":"https:\/\/ps.w.org\/mytweetmag\/trunk\/screenshot-3.jpg?rev=1412068","caption":"A Demo of the plugin in action (sidebar and static page) screenshot-3.jpg"}],"raw_content":"<!--section=description-->\n<p>This plugin works in combination with the plattform <a href=\"http:\/\/www.mytweetmag.com\" rel=\"nofollow\">http:\/\/www.mytweetmag.com<\/a> and allows you to integrate rss-feeds from mytweetmag into your wordpress-blog.<\/p>\n <p>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<\/p>\n <p>PHP-USAGE:<\/p>\n <p>Use following code in Templates of the Theme<\/p>\n <p><em>Example<\/em>: <code>&lt;?php MyTweetMag(10, \"mytweetmag\"); ?&gt;<\/code><\/p>\n <p>All params with default-values:<\/p>\n <ol>\n<li><code>$display = 5<\/code><\/li>\n<li><code>$username = ''<\/code><\/li>\n<li><code>$before_desc = '&lt;br\/&gt;', $displaydescriptions = 0, $after_desc = ''<\/code><\/li>\n<li><code>$html = 1<\/code><\/li>\n<li><code>$truncatedescchar = 200<\/code><\/li>\n<li><code>$truncatedescstring = ' ... '<\/code> <\/li>\n<li><code>$truncatetitlechar = ''<\/code> <\/li>\n<li><code>$truncatetitlestring = ' ... '<\/code><\/li>\n<li><code>$before_date = '&lt;br\/&gt;&lt;small&gt;'<\/code> <\/li>\n<li><code>$date = 0<\/code><\/li>\n<li><code>$after_date = '&lt;\/small&gt;'<\/code><\/li>\n<li><code>$date_format = ''<\/code><\/li>\n<li><code>$before_creator = '&lt;br\/&gt;&lt;small&gt;'<\/code> <\/li>\n<li><code>$creator = 0<\/code><\/li>\n<li><code>$after_creator = '&lt;\/small&gt;'<\/code><\/li>\n<li><code>$start_items = '&lt;ul class='mtm'&gt;'<\/code> <\/li>\n<li><code>$end_items = '&lt;\/ul&gt;'<\/code><\/li>\n<li><code>$start_item = '&lt;li&gt;'<\/code> <\/li>\n<li><code>$end_item = '&lt;\/li&gt;'<\/code><\/li>\n<li><code>$target = 'self'<\/code><\/li>\n<li><code>$rel = 'follow'<\/code><\/li>\n<li><code>$charsetscan = 0<\/code><\/li>\n<li><code>$debug = 0<\/code><\/li>\n<li><code>$before_noitems = '&lt;p&gt;'<\/code> <\/li>\n<li><code>$noitems = 'No items, feed is empty.'<\/code> <\/li>\n<li><code>$after_noitems = '&lt;\/p&gt;'<\/code><\/li>\n<li><code>$before_error = '&lt;p&gt;'<\/code> <\/li>\n<li><code>$error = 'Error: Feed has a error or is not valid'<\/code> <\/li>\n<li><code>$after_error = '&lt;\/p&gt;'<\/code><\/li>\n<li><code>$paging = 0<\/code> <\/li>\n<li><code>$prev_paging_link = '&amp;laquo; Previous'<\/code> <\/li>\n<li><code>$next_paging_link = 'Next &amp;raquo;'<\/code> <\/li>\n<li><code>$prev_paging_title = 'more items'<\/code> <\/li>\n<li><code>$next_paging_title = 'more items'<\/code><\/li>\n<li><code>$use_simplepie = 1<\/code><\/li>\n<li><code>$view = 1<\/code><\/li>\n<\/ol>\n <p>SHORTCODE-USAGE:<\/p>\n <p>use the following code in post or pages<\/p>\n <p><em>Example<\/em>: [MyTweetMag display='5' username='' target='self']<\/p>\n <p>All params with default-values:<\/p>\n <ol>\n<li><code>'display' =&gt; 5<\/code><\/li>\n<li><code>'username' =&gt; ''<\/code><\/li>\n<li><code>'before_desc' =&gt; '&lt;br\/&gt;'<\/code><\/li>\n<li><code>'displaydescriptions' =&gt; 1<\/code><\/li>\n<li><code>'after_desc' =&gt; ''<\/code><\/li>\n<li><code>'html' =&gt; 1<\/code><\/li>\n<li><code>'truncatedescchar' =&gt; ''<\/code><\/li>\n<li><code>'truncatedescstring' =&gt; ' ... '<\/code><\/li>\n<li><code>'truncatetitlechar' =&gt; ''<\/code><\/li>\n<li><code>'truncatetitlestring' =&gt; ' ... '<\/code><\/li>\n<li><code>'before_meta' =&gt; '&lt;br\/&gt;&lt;small&gt;'<\/code><\/li>\n<li><code>'meta' =&gt; 0<\/code><\/li>\n<li><code>'after_meta' =&gt; '&lt;\/small&gt;'<\/code><\/li>\n<li><code>'start_items' =&gt; '&lt;ul class='mtm'&gt;'<\/code><\/li>\n<li><code>'end_items' =&gt; '&lt;\/ul&gt;'<\/code><\/li>\n<li><code>'start_item' =&gt; '&lt;li&gt;'<\/code><\/li>\n<li><code>'end_item' =&gt; '&lt;\/li&gt;'<\/code><\/li>\n<li><code>'target' =&gt; 'self'<\/code><\/li>\n<li><code>'rel' =&gt; 'follow'<\/code><\/li>\n<li><code>'charsetscan' =&gt; 0<\/code><\/li>\n<li><code>'debug' =&gt; 0<\/code><\/li>\n<li><code>'before_noitems' =&gt; '&lt;p&gt;'<\/code><\/li>\n<li><code>'noitems' =&gt; __('No items, feed is empty.', FB_MTM_TEXTDOMAIN)<\/code><\/li>\n<li><code>'after_noitems' =&gt; '&lt;\/p&gt;'<\/code><\/li>\n<li><code>'before_error' =&gt; '&lt;p&gt;'<\/code><\/li>\n<li><code>'error' =&gt; __('Error: Feed has a error or is not valid', FB_MTM_TEXTDOMAIN)<\/code><\/li>\n<li><code>'after_error' =&gt; '&lt;\/p&gt;'<\/code><\/li>\n<li><code>'paging' =&gt; 0<\/code><\/li>\n<li><code>'prev_paging_link' =&gt; __('&amp;laquo; Previous', FB_MTM_TEXTDOMAIN)<\/code><\/li>\n<li><code>'next_paging_link' =&gt; __('Next &amp;raquo;', FB_MTM_TEXTDOMAIN)<\/code><\/li>\n<li><code>'prev_paging_title' =&gt; __('more items', FB_MTM_TEXTDOMAIN)<\/code><\/li>\n<li><code>'next_paging_title' =&gt; __('more items', FB_MTM_TEXTDOMAIN)<\/code><\/li>\n<li><code>'use_simplepie' =&gt; 1<\/code><\/li>\n<li><code>'view' =&gt; 0<\/code><\/li>\n<\/ol>\n\n<!--section=installation-->\n<ol>\n<li>Upload the folder \"mytweetmag\" to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to the widget-section of Wordpress and integrate the MyTweetMag-Widget in your sidebar or<\/li>\n<li>Create a page and integrate the shortcode using the \"MyTweetMag\"-button in the edit-bar.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<h4>How can I integrate a rss-feed of the MyTweetMag-plattform?<\/h4>\n <p>To integrate a rss-stream of MyTweetMag please add the TWITTER-NAME of the magazine-editor as username. If you don't know the twitter-name of the editor, take the last part of the MyTweetMag-URL, e.g. \"mytweetmag\" of the URL <a href=\"http:\/\/www.mytweetmag.com\/mytweetmag\" rel=\"nofollow\">http:\/\/www.mytweetmag.com\/mytweetmag<\/a> .<\/p>\n <h4>Can I integrate a rss-feed which is not from mytweetmag?<\/h4>\n <p>No. The MyTweetMag-Plugin is especially designed for the MyTweetMag-plattform. If you want to integrate other rss-feeds, please use the plugin RSS-Import by Frank Bueltge.<\/p>\n <h4>Where can I find a more detailed user-guide of this plugin?<\/h4>\n <p>Please go to <a href=\"http:\/\/blog.mytweetmag.com\" rel=\"nofollow\">http:\/\/blog.mytweetmag.com<\/a> and click on plugin. You will find a demo and a How-to-Use for this plugin.<\/p>\n <h4>How can I style the output of the plugin?<\/h4>\n <p>You can style the plugin with your CSS-stylesheet. You will find detailed descpriptions in the MyTweetMag-Blog mentioned above.<\/p>","raw_excerpt":"MyTweetMag - Create Collaborative Newsstreams with Twitter and Integrate them into Wordpress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/9564","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=9564"}],"author":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mytweetmag"}],"wp:attachment":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=9564"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=9564"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=9564"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=9564"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=9564"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=9564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}