{"id":46618,"date":"2011-04-07T15:28:03","date_gmt":"2011-04-07T15:28:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/recent-trackbacks-pingbacks-sidebar-widget\/"},"modified":"2013-08-03T17:08:12","modified_gmt":"2013-08-03T17:08:12","slug":"recent-trackbacks-pingbacks-sidebar-widget","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/recent-trackbacks-pingbacks-sidebar-widget\/","author":5797641,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1","stable_tag":"trunk","tested":"3.4.2","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"Recent Trackbacks & Pingbacks Sidebar Widget","header_author":"Tanja Preu&szlig;e","header_description":"","assets_banners_color":"","last_updated":"2013-08-03 17:08:12","external_support_url":"","external_repository_url":"","donate_link":"none","header_plugin_uri":"http:\/\/www.officetrend.de\/2767\/wordpress-plugin-recent-trackbacks-pingbacks-sidebar-widget\/","header_author_uri":"http:\/\/www.officetrend.de\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2073,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["Version_1.0","Version_1.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539176","resolution":"1","location":"plugin"}},"screenshots":{"1":"Recent Trackbacks &amp; Pingbacks Sidebar Widget in the Wordpress Appearance Widgets SubPanel"}},"plugin_section":[],"plugin_tags":[10612,2281,6954,4544,162],"plugin_category":[43],"plugin_contributors":[81386],"plugin_business_model":[],"class_list":["post-46618","plugin","type-plugin","status-closed","hentry","plugin_tags-pingbacks","plugin_tags-recent","plugin_tags-sidebar-widget","plugin_tags-trackbacks","plugin_tags-widget","plugin_category-customization","plugin_contributors-crazy-girl","plugin_committers-crazy-girl"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/recent-trackbacks-pingbacks-sidebar-widget.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/recent-trackbacks-pingbacks-sidebar-widget\/trunk\/screenshot-1.png?rev=1539176","caption":"Recent Trackbacks &amp; Pingbacks Sidebar Widget in the Wordpress Appearance Widgets SubPanel"}],"raw_content":"<!--section=description-->\n<p>This Wordpress Widget allows you to display the recent Trackbacks and Pingbacks you received as a sidebar widget. \nSo you can honor the blogs linking you with a link in your Sidebar. The Plugin is easy to install, the Widget is \nsimple to use and customizable.<\/p>\n\n<p>Yon can easily configure this Widget in the Wordpress Appearance Widget SubPanel as follows:<\/p>\n\n<ul>\n<li>add an own title to the sidebar widget<\/li>\n<li>define how many items you want to display<\/li>\n<li>add the 'rel=nofollow' attribute to your links<\/li>\n<li>define how many characters of the excerpt you want to display with the link<\/li>\n<li>exclude your own pingbacks <\/li>\n<\/ul>\n\n<p>Alternative to the Wordpress Appearance Widgets SubPanel you can add and configure the Recent Trackbacks &amp; Pingbacks \nSidebar Widget directly in your theme file (e.g. sidebar.php). For details please see the installation tab.<\/p>\n\n<h4>Available Languages<\/h4>\n\n<ul>\n<li>German<\/li>\n<li>English<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Unzip the ZIP plugin file<\/li>\n<li>Copy the <code>recent-trackbacks-pingbacks<\/code> folder into your <code>wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to the Appearance Widgets SubPanel to add the Recent Trackbacks &amp; Pingbacks Widget to your sidebar and configure it<\/li>\n<\/ol>\n\n<p><strong>PHP Code and Configuration:<\/strong><\/p>\n\n<p>Alternative to the Wordpress Appearance Widgets SubPanel you can add and configure the Recent Trackbacks &amp; Pingbacks \nWidget directly in your theme file (e.g. sidebar.php). In this case call the function <code>&lt;?php tp_recent_trackping(); ?&gt;<\/code> \nat the place in your sidebar you want to show it. This will display the Recent Trackbacks &amp; Pingbacks Widget with the \ndefault configurations. The widget output starts with <code>&lt;ul&gt;&lt;li&gt;<\/code> and ends with <code>&lt;\/li&gt;&lt;\/ul&gt;<\/code>. You can put anything what and as \nyou want around it.<\/p>\n\n<p>To configure the Recent Trackbacks &amp; Pingbacks Widget in the theme file, please add an array of settings to the function. \nFollowing the array with the defaults:<\/p>\n\n<pre><code>&lt;?php tp_recent_trackping(  array(\n    'show_items' =&gt; 5, \n    'nofollow_link =&gt; 0,\n    'summary_length =&gt; 100,\n    'exclude_own' =&gt; 0) ); ?&gt; \n<\/code><\/pre>\n\n<p>PHP configuration options:<\/p>\n\n<ul>\n<li>show_items =&gt; any other <strong>number<\/strong> displays the number amount of items<\/li>\n<li>nofollow_link =&gt; <strong>0<\/strong> = no 'rel=nofollow' attribute is added to links, <strong>1<\/strong> = adds 'rel=nofollow' attribute to links<\/li>\n<li>summary_length =&gt; any <strong>number<\/strong> between 10 and 500 defines how many characters of the excerpts are displayed<\/li>\n<li>exlude_own =&gt; <strong>0<\/strong> = your own pingbacks will be included, <strong>1<\/strong> your own pingbacks will be excluded<\/li>\n<\/ul>\n\n<p>In the array you only need to define the configurations differing to the defaults, for the other configurations \nthe defaults are taken automatically. So if you only want to add the excerpts with 200 characters, your PHP \nCode would be <code>&lt;?php tp_recent_trackping( array('summary_length' =&gt; 200) ); ?&gt;<\/code>.<\/p>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<ul>\n<li>Name and URL Update (German plugin description updated)<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Displays the recent trackbacks and pingbacks in a customizable sidebar widget","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46618","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=46618"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/crazy-girl"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46618"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46618"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46618"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46618"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46618"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}