{"id":8491,"date":"2010-03-18T21:56:11","date_gmt":"2010-03-18T21:56:11","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tweetbox\/"},"modified":"2018-02-20T00:41:48","modified_gmt":"2018-02-20T00:41:48","slug":"tweetbox","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/tweetbox\/","author":5848613,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2.8","stable_tag":"trunk","tested":"3.1.4","requires":"2.9","requires_php":"","requires_plugins":"","header_name":"tweetbox","header_author":"etftw","header_description":"","assets_banners_color":"","last_updated":"2018-02-20 00:41:48","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/tweetbox\/","header_author_uri":"https:\/\/wordpress.org\/plugins\/tweetbox\/","rating":0,"author_block_rating":0,"active_installs":20,"downloads":6028,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":{"1.2.8":"<p>Fixed an issue caused by day light saving time<\/p>","1.2.7":"<p>Fixes an issue with the &quot;Posted moments ago&quot; notice being displayed longer than two minutes<\/p>","1.2.6":"<p>Prevents tweetbox conflicting with other jQuery plugins<\/p>","1.2.5":"<p>Adds new functionality to link generation and fixes bugs<\/p>"},"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-1.png":{"filename":"screenshot-1.png","revision":"1824921","resolution":"1","location":"plugin"}},"screenshots":{"1":"View of the widget in use."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[202,29426,161,159,162],"plugin_category":[43,56,59],"plugin_contributors":[87841],"plugin_business_model":[],"class_list":["post-8491","plugin","type-plugin","status-closed","hentry","plugin_tags-jquery","plugin_tags-jsonp","plugin_tags-tweet","plugin_tags-twitter","plugin_tags-widget","plugin_category-customization","plugin_category-social-and-sharing","plugin_category-utilities-and-tools","plugin_contributors-etftw","plugin_committers-etftw"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tweetbox.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/tweetbox\/trunk\/screenshot-1.png?rev=1824921","caption":"View of the widget in use."}],"raw_content":"<!--section=description-->\n<p>The tweetbox plugin let's you display your latest tweet(s) in the sidebar of your blog, in a manner which will not disrupt the rest of your blog should Twitter be slow in responding.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip the zip file and upload the entire folder to wp-content\/plugins.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<h4>Widget Enabled Themes<\/h4>\n\n<ul>\n<li>Go To The Widget Screen Under Appearance. <\/li>\n<li>Add The tweetbox Widget.<\/li>\n<li>Add Your Twitter username.<\/li>\n<li>Enter the number of tweets you want to display<\/li>\n<li>Save your changes<\/li>\n<\/ul>\n\n<h4>Non Widget Enabled Themes<\/h4>\n\n<ul>\n<li>Add the jquery.1.3.2.min.js file to the head of your document<\/li>\n<li>Add The following HTML to your sidebar, replacing 'YOUR_USERNAME' with your actual Twitter username and 'PLUGIN_DIRECTORY' with the location of the tweetbox plugin<\/li>\n<li><\/li>\n<\/ul>\n\n<pre>\n&lt;div id=&quot;tweetbox&quot;&gt;<br \/>\n    &lt;script type=&quot;text\/javascript&quot; src=&quot;PLUGIN_DIRECTORY\/jquery-1.3.2.min.js&quot;&gt;&lt;\/script&gt;<br \/>\n    &lt;script type=&quot;text\/javascript&quot; src=&quot;PLUGIN_DIRECTORY\/tweetbox.js&quot;&gt;&lt;\/script&gt;<br \/>\n    &lt;script&gt;getTweets('YOUR_USERNAME', NUMBER_OF_TWEETS, 'checked' to enable day light saving or '' to disable it)&lt;\/script&gt;<br \/>\n    &lt;div id=&quot;tweetboxtweets&quot;&gt;Fetching latest tweets...&lt;\/div&gt;<br \/>\n&lt;\/div&gt;\n<\/pre>\n\n<!--section=changelog-->\n<h4>1.2.8<\/h4>\n\n<ul>\n<li>Added a day light saving time option to display the correct time for people affected by day light saving<\/li>\n<\/ul>\n\n<h4>1.2.7<\/h4>\n\n<ul>\n<li>Fixed an issue with the date processing, the times are now in sync with Twitter and the \"moments ago\" notice will only display while the tweet is less than two minutes old<\/li>\n<\/ul>\n\n<h4>1.2.6<\/h4>\n\n<ul>\n<li>Fixed a problem that could cause plugins to conflict<\/li>\n<\/ul>\n\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>Added detection of usernames and link generation.<\/li>\n<li>Fixed a bug with the URL detection regex<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Created WordPress plugin from the tweetbox module<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Unzip the zip file and upload the entire folder to wp-content\/plugins.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<h4>Widget Enabled Themes<\/h4>\n\n<ul>\n<li>Go To The Widget Screen Under Appearance. <\/li>\n<li>Add The tweetbox Widget.<\/li>\n<li>Add Your Twitter username.<\/li>\n<li>Enter the number of tweets you want to display<\/li>\n<li>Save your changes<\/li>\n<\/ul>\n\n<h4>Non Widget Enabled Themes<\/h4>\n\n<ul>\n<li>Add the jquery.1.3.2.min.js file to the head of your document<\/li>\n<li>Add The following HTML to your sidebar, replacing 'YOUR_USERNAME' with your actual Twitter username and 'PLUGIN_DIRECTORY' with the location of the tweetbox plugin<\/li>\n<li><\/li>\n<\/ul>\n\n<pre>\n&lt;div id=&quot;tweetbox&quot;&gt;<br \/>\n    &lt;script type=&quot;text\/javascript&quot; src=&quot;PLUGIN_DIRECTORY\/jquery-1.3.2.min.js&quot;&gt;&lt;\/script&gt;<br \/>\n    &lt;script type=&quot;text\/javascript&quot; src=&quot;PLUGIN_DIRECTORY\/tweetbox.js&quot;&gt;&lt;\/script&gt;<br \/>\n    &lt;script&gt;getTweets('YOUR_USERNAME', NUMBER_OF_TWEETS, 'checked' to enable day light saving or '' to disable it)&lt;\/script&gt;<br \/>\n    &lt;div id=&quot;tweetboxtweets&quot;&gt;Fetching latest tweets...&lt;\/div&gt;<br \/>\n&lt;\/div&gt;\n<\/pre><\/dd>\n\n<\/dl>","raw_excerpt":"Fast and robust method of fetching your latest tweets","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/8491","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=8491"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/etftw"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=8491"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=8491"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=8491"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=8491"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=8491"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=8491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}